r3018 - in /packages/libstring-escape-perl/trunk/debian: changelog compat control rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Jun 16 15:04:28 UTC 2006


Author: gregoa-guest
Date: Fri Jun 16 15:04:27 2006
New Revision: 3018

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3018
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.

Modified:
    packages/libstring-escape-perl/trunk/debian/changelog
    packages/libstring-escape-perl/trunk/debian/compat
    packages/libstring-escape-perl/trunk/debian/control
    packages/libstring-escape-perl/trunk/debian/rules

Modified: packages/libstring-escape-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libstring-escape-perl/trunk/debian/changelog?rev=3018&op=diff
==============================================================================
--- packages/libstring-escape-perl/trunk/debian/changelog (original)
+++ packages/libstring-escape-perl/trunk/debian/changelog Fri Jun 16 15:04:27 2006
@@ -1,3 +1,12 @@
+libstring-escape-perl (2002.001-6) 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 17:02:51 +0200
+
 libstring-escape-perl (2002.001-5) unstable; urgency=low
 
   * Fixed debian/watch

Modified: packages/libstring-escape-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libstring-escape-perl/trunk/debian/compat?rev=3018&op=diff
==============================================================================
--- packages/libstring-escape-perl/trunk/debian/compat (original)
+++ packages/libstring-escape-perl/trunk/debian/compat Fri Jun 16 15:04:27 2006
@@ -1,1 +1,1 @@
-4
+5

Modified: packages/libstring-escape-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libstring-escape-perl/trunk/debian/control?rev=3018&op=diff
==============================================================================
--- packages/libstring-escape-perl/trunk/debian/control (original)
+++ packages/libstring-escape-perl/trunk/debian/control Fri Jun 16 15:04:27 2006
@@ -1,10 +1,11 @@
 Source: libstring-escape-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Gunnar Wolf <gwolf at debian.org>
+Uploaders: Gunnar Wolf <gwolf at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
 Section: perl
 Priority: optional
-Build-Depends-Indep: debhelper (>> 4.1), perl (>> 5.8.1)
-Standards-Version: 3.6.1
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>> 5.8.1)
+Standards-Version: 3.7.2
 
 Package: libstring-escape-perl
 Architecture: all

Modified: packages/libstring-escape-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libstring-escape-perl/trunk/debian/rules?rev=3018&op=diff
==============================================================================
--- packages/libstring-escape-perl/trunk/debian/rules (original)
+++ packages/libstring-escape-perl/trunk/debian/rules Fri Jun 16 15:04:27 2006
@@ -34,6 +34,11 @@
 
 	$(MAKE) pure_install DESTDIR=$(prefix)
 
+	# 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 $(prefix)/usr/lib/perl5
+
 	dh_installdocs README
 	dh_installchangelogs
 	dh_installexamples t/.




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