[Pkg-sympa-commits] [SCM] sympa Debian packaging branch, master, updated. debian/6.1.4_dfsg-1-16-g192cb04

Emmanuel Bouthenot kolter at openics.org
Sun Aug 21 22:41:49 UTC 2011


The following commit has been merged in the master branch:
commit 29de8f87269425e14b1558c07a2943fe4b3705b8
Author: Emmanuel Bouthenot <kolter at openics.org>
Date:   Sat Aug 20 19:06:55 2011 +0000

    Remove patch to fix some warnings about deprecated usage of 'defined'
    with Perl 5.12 (fixed upstream)

diff --git a/debian/patches/1011_fix_deprecated_defined_usage_perl512 b/debian/patches/1011_fix_deprecated_defined_usage_perl512
deleted file mode 100644
index 23f03a7..0000000
--- a/debian/patches/1011_fix_deprecated_defined_usage_perl512
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Fix some warnings about deprecated usage of 'defined' with Perl
- 5.12 which break wwsympa CGI.
-Forwarded: not-needed
-Bug-Debian: http://bugs.debian.org/629096
-Author: Emmanuel Bouthenot <kolter at debian.org>
-Last-Update: 2011-06-03
---- a/wwsympa/wwsympa.fcgi.in
-+++ b/wwsympa/wwsympa.fcgi.in
-@@ -15789,7 +15789,7 @@
-      wwslog ('debug2',"export_topics($robot)");
-      my %topics = &List::load_topics($robot);
- 
--     unless (defined %topics) {
-+     unless (%topics) {
- 	 &wwslog('err','No topics defined');
- 	 return undef;
-      }
diff --git a/debian/patches/series b/debian/patches/series
index ad66a37..8f9275b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,7 +6,6 @@
 1007_wizard_probe_currently_supported_locales.patch
 #1009_postfix_virtual_aliases.patch
 1010_db_port.patch
-1011_fix_deprecated_defined_usage_perl512
 2001_hardcode_user_and_group.patch
 2002_wizard_drop_localedir.patch
 #2003_sanitize_make_all.patch

-- 
sympa Debian packaging



More information about the Pkg-sympa-commits mailing list