r6789 - in /trunk/libmath-numbercruncher-perl/debian: changelog control rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Aug 17 11:15:55 UTC 2007


Author: gregoa-guest
Date: Fri Aug 17 11:15:55 2007
New Revision: 6789

URL: http://svn.debian.org/wsvn/?sc=1&rev=6789
Log:
* Add dh_md5sums to debian/rules.
* Remove empty /usr/lib/perl5 directory from binary package.

Modified:
    trunk/libmath-numbercruncher-perl/debian/changelog
    trunk/libmath-numbercruncher-perl/debian/control
    trunk/libmath-numbercruncher-perl/debian/rules

Modified: trunk/libmath-numbercruncher-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmath-numbercruncher-perl/debian/changelog?rev=6789&op=diff
==============================================================================
--- trunk/libmath-numbercruncher-perl/debian/changelog (original)
+++ trunk/libmath-numbercruncher-perl/debian/changelog Fri Aug 17 11:15:55 2007
@@ -1,3 +1,10 @@
+libmath-numbercruncher-perl (5.00-7) unstable; urgency=low
+
+  * Add dh_md5sums to debian/rules.
+  * Remove empty /usr/lib/perl5 directory from binary package.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 17 Aug 2007 13:15:33 +0200
+
 libmath-numbercruncher-perl (5.00-6) unstable; urgency=low
 
   * Update to compatibility level 5.

Modified: trunk/libmath-numbercruncher-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libmath-numbercruncher-perl/debian/control?rev=6789&op=diff
==============================================================================
--- trunk/libmath-numbercruncher-perl/debian/control (original)
+++ trunk/libmath-numbercruncher-perl/debian/control Fri Aug 17 11:15:55 2007
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Carlo Segre <segre at debian.org>, Joachim Breitner <nomeata at debian.org>
+Uploaders: Carlo Segre <segre at debian.org>, Joachim Breitner <nomeata at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
 Build-Depends-Indep: perl, perl (>= 5.8) | libmath-bigint-perl (>= 1.49)
 Build-Depends: debhelper (>= 5.0.0)
 Standards-Version: 3.7.2

Modified: trunk/libmath-numbercruncher-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmath-numbercruncher-perl/debian/rules?rev=6789&op=diff
==============================================================================
--- trunk/libmath-numbercruncher-perl/debian/rules (original)
+++ trunk/libmath-numbercruncher-perl/debian/rules Fri Aug 17 11:15:55 2007
@@ -41,6 +41,7 @@
 	dh_clean -k
 	dh_installdirs
 	$(MAKE) install PREFIX=$(debtmp)/usr
+	rmdir --parents --ignore-fail-on-non-empty $(debtmp)/usr/lib/perl5
 	touch install-stamp
 
 binary-indep: build test install
@@ -54,6 +55,7 @@
 	dh_fixperms
 	dh_installdeb
 	dh_gencontrol
+	dh_md5sums
 	dh_builddeb
 
 binary-arch: build test install




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