[SCM] Debian packaging of libcrypt-dh-gmp-perl branch, master, updated. debian/0.00009-5-6-ga927f0a

Alessandro Ghedini al3xbio at gmail.com
Sun Nov 20 16:32:47 UTC 2011


The following commit has been merged in the master branch:
commit 9ac3912c638fad387036f0d6247ccaba2954b380
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Sun Nov 20 17:26:44 2011 +0100

    Drop split-flags.patch (merge upstream)

diff --git a/debian/patches/series b/debian/patches/series
index 512e0a2..5299247 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 spelling.patch
-split-flags.patch
diff --git a/debian/patches/split-flags.patch b/debian/patches/split-flags.patch
deleted file mode 100644
index 22559ec..0000000
--- a/debian/patches/split-flags.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Description: Split CCFLAGS and LDFLAGS into words
-Origin: vendor
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=72464
-Bug-Debian: http://bugs.debian.org/648955
-Forwarded: yes
-Author: Author: Colin Watson <cjwatson at ubuntu.com>
-Last-Update: 2011-11-16
-
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -5,8 +5,8 @@
-     push @DEFINES, '-DVERY_VERBOSE';
- }
- 
--my @CCFLAGS = split(//, $ENV{CCFLAGS} || '');
--my @LDFLAGS = split(//, $ENV{LDFLAGS} || '');
-+my @CCFLAGS = split(' ', $ENV{CCFLAGS} || '');
-+my @LDFLAGS = split(' ', $ENV{LDFLAGS} || '');
- my @INCLUDES;
- my @LIBPATHS;
- 
-@@ -60,4 +60,4 @@
- 
- test_requires 'Test::More';
- test_requires 'Test::Requires';
--WriteAll;
-\ No newline at end of file
-+WriteAll;

-- 
Debian packaging of libcrypt-dh-gmp-perl



More information about the Pkg-perl-cvs-commits mailing list