[SCM] Debian packaging of libquota-perl branch, master, updated. debian/1.6.6+dfsg-2-6-g76d3515
Salvatore Bonaccorso
carnil at debian.org
Sat Nov 26 08:41:27 UTC 2011
The following commit has been merged in the master branch:
commit f950ac4f64836e08f099e3920b47acb4d2d68dda
Author: Salvatore Bonaccorso <carnil at debian.org>
Date: Sat Nov 26 09:38:17 2011 +0100
Drop add-support-for-Linux-3.x.patch patch
Patch is applied upstream.
diff --git a/debian/patches/add-support-for-Linux-3.x.patch b/debian/patches/add-support-for-Linux-3.x.patch
deleted file mode 100644
index 570798d..0000000
--- a/debian/patches/add-support-for-Linux-3.x.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Add support to detect 3.x Linux kernels
-Origin: vendor
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=72148
-Bug-Debian: http://bugs.debian.org/646695
-Forwarded: yes
-Author: Salvatore Bonaccorso <carnil at debian.org>
-Last-Update: 2011-11-03
-
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -13,7 +13,7 @@
- elsif($os =~ /^IRIX 5/) { $config='irix_5.h'; }
- elsif($os =~ /^IRIX\d* 6/) { $config='irix_6.h'; }
- elsif($os =~ /^OSF1/) { $config='dec_osf.h'; }
--elsif($os =~ /^Linux 2/) { $config='linux.h'; $picobj='linuxapi.o'; }
-+elsif($os =~ /^Linux [23]/) { $config='linux.h'; $picobj='linuxapi.o'; }
- elsif($os =~ /^GNU/) { $config='gnu.h'; }
- elsif($os =~ /^AIX/) { $config='aix_4_1.h'; }
- elsif($os =~ /^BSD\/OS 2/ ||
--
Debian packaging of libquota-perl
More information about the Pkg-perl-cvs-commits
mailing list