[Pkg-sympa-commits] [SCM] sympa Debian packaging branch, master, updated. debian/6.1.7_dfsg-2-31-g348d434

Emmanuel Bouthenot kolter at openics.org
Sat May 19 14:51:43 UTC 2012


The following commit has been merged in the master branch:
commit c4bfe4597674fa6881b1f8c57fa23cf9d51ea743
Author: Emmanuel Bouthenot <kolter at openics.org>
Date:   Sat May 19 13:19:02 2012 +0000

    Add a patch to disable the email notification 'css updated' on each upgrade (#601662)

diff --git a/debian/patches/2006_disable_cssupdated_email_on_update.patch b/debian/patches/2006_disable_cssupdated_email_on_update.patch
new file mode 100644
index 0000000..9ad4d40
--- /dev/null
+++ b/debian/patches/2006_disable_cssupdated_email_on_update.patch
@@ -0,0 +1,22 @@
+Description: Disable email notification 'css updated' on each upgrade
+Author: Emmanuel Bouthenot <kolter at debian.org>
+Forwarded: no
+Bug: https://sourcesup.cru.fr/tracker/index.php?func=detail&aid=8057&group_id=23&atid=170
+Bug-Debian: http://bugs.debian.org/601662
+Last-Update: 2012-05-19
+--- a/src/lib/Conf.pm
++++ b/src/lib/Conf.pm
+@@ -1004,10 +1004,10 @@
+ 	    }	    
+ 	}
+     }
+-    if ($css_updated) {
++    #if ($css_updated) {
+ 	## Notify main listmaster
+-	&List::send_notify_to_listmaster('css_updated',  $Conf{'host'}, ["Static CSS files have been updated ; check log file for details"]);
+-    }
++    #&List::send_notify_to_listmaster('css_updated',  $Conf{'host'}, ["Static CSS files have been updated ; check log file for details"]);
++    #}
+ 
+ 
+     return undef if ($config_err);
diff --git a/debian/patches/series b/debian/patches/series
index 733cc40..54692bf 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -14,3 +14,4 @@
 2004_pg_create_db.patch
 2005_disable_build_non_dfsg_po_files.patch
 #2991_sanitize_make_all.patch
+2006_disable_cssupdated_email_on_update.patch

-- 
sympa Debian packaging



More information about the Pkg-sympa-commits mailing list