r6798 - in /trunk/libtk-splashscreen-perl/debian: changelog control rules

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


Author: gregoa-guest
Date: Fri Aug 17 11:46:03 2007
New Revision: 6798

URL: http://svn.debian.org/wsvn/?sc=1&rev=6798
Log:
* Update to debhelper compatibility level 5.
* Add dh_md5sums to debian/rules.
* Don't ignore errors from make clean.

Modified:
    trunk/libtk-splashscreen-perl/debian/changelog
    trunk/libtk-splashscreen-perl/debian/control
    trunk/libtk-splashscreen-perl/debian/rules

Modified: trunk/libtk-splashscreen-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtk-splashscreen-perl/debian/changelog?rev=6798&op=diff
==============================================================================
--- trunk/libtk-splashscreen-perl/debian/changelog (original)
+++ trunk/libtk-splashscreen-perl/debian/changelog Fri Aug 17 11:46:03 2007
@@ -1,8 +1,10 @@
-libtk-splashscreen-perl (1.0-3) UNRELEASED; urgency=low
+libtk-splashscreen-perl (1.0-3) unstable; urgency=low
 
-  * Updated to compatibility level 5
+  * Update to debhelper compatibility level 5.
+  * Add dh_md5sums to debian/rules.
+  * Don't ignore errors from make clean.
 
- -- Carlo Segre <segre at debian.org>  Fri, 29 Dec 2006 15:13:25 -0600
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 17 Aug 2007 13:45:56 +0200
 
 libtk-splashscreen-perl (1.0-2) unstable; urgency=low
 

Modified: trunk/libtk-splashscreen-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtk-splashscreen-perl/debian/control?rev=6798&op=diff
==============================================================================
--- trunk/libtk-splashscreen-perl/debian/control (original)
+++ trunk/libtk-splashscreen-perl/debian/control Fri Aug 17 11:46:03 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>, Gustavo Franco <stratus at debian.org>
+Uploaders: Carlo Segre <segre at debian.org>, Gustavo Franco <stratus at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
 Build-Depends-Indep: perl, perl-tk
 Build-Depends: debhelper (>= 5.0.0)
 Standards-Version: 3.7.2

Modified: trunk/libtk-splashscreen-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtk-splashscreen-perl/debian/rules?rev=6798&op=diff
==============================================================================
--- trunk/libtk-splashscreen-perl/debian/rules (original)
+++ trunk/libtk-splashscreen-perl/debian/rules Fri Aug 17 11:46:03 2007
@@ -16,7 +16,7 @@
 clean:
 	dh_testdir
 	dh_testroot
-	-$(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) clean
 	rm -f Makefile.old
 	dh_clean
 
@@ -41,6 +41,7 @@
 	dh_fixperms
 	dh_installdeb
 	dh_gencontrol
+	dh_md5sums
 	dh_builddeb
 
 binary-arch: build install




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