r3010 - in /packages/libnet-snpp-perl/trunk/debian: changelog
compat control rules
gregoa-guest at users.alioth.debian.org
gregoa-guest at users.alioth.debian.org
Fri Jun 16 14:35:24 UTC 2006
Author: gregoa-guest
Date: Fri Jun 16 14:35:21 2006
New Revision: 3010
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3010
Log:
* Moved debhelper to Build-Depends.
* Set Standards-Version to 3.7.2 (no changes).
* Set Debhelper Compatibility Level to 5.
* Removed empty /usr/lib/perl5 from package.
Added:
packages/libnet-snpp-perl/trunk/debian/compat
Modified:
packages/libnet-snpp-perl/trunk/debian/changelog
packages/libnet-snpp-perl/trunk/debian/control
packages/libnet-snpp-perl/trunk/debian/rules
Modified: packages/libnet-snpp-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-snpp-perl/trunk/debian/changelog?rev=3010&op=diff
==============================================================================
--- packages/libnet-snpp-perl/trunk/debian/changelog (original)
+++ packages/libnet-snpp-perl/trunk/debian/changelog Fri Jun 16 14:35:21 2006
@@ -1,3 +1,12 @@
+libnet-snpp-perl (1.17-2) unstable; urgency=low
+
+ * Moved debhelper to Build-Depends.
+ * Set Standards-Version to 3.7.2 (no changes).
+ * Set Debhelper Compatibility Level to 5.
+ * Removed empty /usr/lib/perl5 from package.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at> Fri, 16 Jun 2006 16:34:41 +0200
+
libnet-snpp-perl (1.17-1) unstable; urgency=low
* Adopted by Debian Perl Group (Closes: #274136)
Added: packages/libnet-snpp-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-snpp-perl/trunk/debian/compat?rev=3010&op=file
==============================================================================
--- packages/libnet-snpp-perl/trunk/debian/compat (added)
+++ packages/libnet-snpp-perl/trunk/debian/compat Fri Jun 16 14:35:21 2006
@@ -1,0 +1,1 @@
+5
Modified: packages/libnet-snpp-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-snpp-perl/trunk/debian/control?rev=3010&op=diff
==============================================================================
--- packages/libnet-snpp-perl/trunk/debian/control (original)
+++ packages/libnet-snpp-perl/trunk/debian/control Fri Jun 16 14:35:21 2006
@@ -1,10 +1,11 @@
Source: libnet-snpp-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
-Standards-Version: 3.6.1
+Uploaders: Joachim Breitner <nomeata at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
+Standards-Version: 3.7.2
Priority: optional
Section: perl
-Build-Depends-Indep: debhelper (>= 4), perl (>= 5.6.0-16), perl (>= 5.8) | libnet-perl (>= 1.08)
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.6.0-16), perl (>= 5.8) | libnet-perl (>= 1.08)
Package: libnet-snpp-perl
Architecture: all
Modified: packages/libnet-snpp-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-snpp-perl/trunk/debian/rules?rev=3010&op=diff
==============================================================================
--- packages/libnet-snpp-perl/trunk/debian/rules (original)
+++ packages/libnet-snpp-perl/trunk/debian/rules Fri Jun 16 14:35:21 2006
@@ -1,6 +1,4 @@
#!/usr/bin/make -f
-
-export DH_COMPAT := 4
PERL ?= /usr/bin/perl
@@ -55,6 +53,10 @@
dh_testdir
dh_installdirs
$(MAKE) install PREFIX=$(b)/usr
+ # As this is a architecture independent package, we are not
+ # supposed to install stuff to /usr/lib. MakeMaker creates
+ # the dirs, we delete them from the deb:
+ rmdir --ignore-fail-on-non-empty --parents $(b)/usr/lib/perl5
touch install-stamp
.PHONY: arrange binary binary-arch binary-indep build clean install
More information about the Pkg-perl-cvs-commits
mailing list