[SCM] Debian packaging of libparse-debian-packages-perl branch, master, updated. 98de809ba559d9d0dbed2591d530e9145f11b9a0

gregor herrmann gregoa at debian.org
Mon Mar 19 20:58:59 UTC 2012


The following commit has been merged in the master branch:
commit e9f7f4ae7d756b9db083b643f7483c0c5fcde621
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Mar 19 21:53:26 2012 +0100

    Drop bug-579063.patch, fixed upstream.

diff --git a/debian/patches/bug-579063.patch b/debian/patches/bug-579063.patch
deleted file mode 100644
index 3e92a4d..0000000
--- a/debian/patches/bug-579063.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From: "G. de la Rey" <debian at delarey.org>
-Date: Sat, 24 Apr 2010 23:52:45 +0100
-Bug-Debian: http://bugs.debian.org/579063
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=57031
-Subject: Fix error when description contains lines with colons
-
-[ ansgar: Removed changes that would change the API. ]
-
-Acked-by: Ansgar Burchardt <ansgar at 43-1.org>
---- libparse-debian-packages-perl.orig/lib/Parse/Debian/Packages.pm
-+++ libparse-debian-packages-perl/lib/Parse/Debian/Packages.pm
-@@ -16,7 +16,7 @@
-     my %parsed;
-     while (<$fh>) {
-         last if /^$/;
--        if (my ($key, $value) = m/^(.*): (.*)/) {
-+        if (my ($key, $value) = m/^(\S*): (.*)/) {
-             $parsed{$key} = $value;
-         }
-         else {
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index f9c9cb5..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-bug-579063.patch

-- 
Debian packaging of libparse-debian-packages-perl



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