r6513 - in /trunk/libcarp-datum-perl/debian: changelog control rules

joeyh at users.alioth.debian.org joeyh at users.alioth.debian.org
Sun Aug 12 01:42:53 UTC 2007


Author: joeyh
Date: Sun Aug 12 01:42:53 2007
New Revision: 6513

URL: http://svn.debian.org/wsvn/?sc=1&rev=6513
Log:
* Don't ignore make clean error.
* Remove Makefile.old in clean to avoid bloating diff with it.
* Current policy.
* Add self to uploaders.

Modified:
    trunk/libcarp-datum-perl/debian/changelog
    trunk/libcarp-datum-perl/debian/control
    trunk/libcarp-datum-perl/debian/rules

Modified: trunk/libcarp-datum-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcarp-datum-perl/debian/changelog?rev=6513&op=diff
==============================================================================
--- trunk/libcarp-datum-perl/debian/changelog (original)
+++ trunk/libcarp-datum-perl/debian/changelog Sun Aug 12 01:42:53 2007
@@ -1,8 +1,15 @@
-libcarp-datum-perl (1:0.1.3-3) UNRELEASED; urgency=low
+libcarp-datum-perl (1:0.1.3-3) unstable; urgency=low
 
+  [ Raphael Hertzog ]
   * Fix override disparity. Section is now perl.
 
- -- Raphael Hertzog <hertzog at debian.org>  Thu, 13 Apr 2006 23:12:22 +0200
+  [ Joey Hess ]
+  * Don't ignore make clean error.
+  * Remove Makefile.old in clean to avoid bloating diff with it.
+  * Current policy.
+  * Add self to uploaders.
+
+ -- Joey Hess <joeyh at debian.org>  Sat, 11 Aug 2007 21:40:18 -0400
 
 libcarp-datum-perl (1:0.1.3-2) unstable; urgency=low
 

Modified: trunk/libcarp-datum-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libcarp-datum-perl/debian/control?rev=6513&op=diff
==============================================================================
--- trunk/libcarp-datum-perl/debian/control (original)
+++ trunk/libcarp-datum-perl/debian/control Sun Aug 12 01:42:53 2007
@@ -1,11 +1,11 @@
 Source: libcarp-datum-perl
 Section: perl
 Priority: optional
-Maintainer: Raphael Hertzog <hertzog at debian.org>
 Uploaders: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Maintainer: Raphael Hertzog <hertzog at debian.org>, Joey Hess <joeyh at debian.org>
 Build-Depends: debhelper (>= 4)
 Build-Depends-Indep: perl (>= 5.6.0-16)
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcarp-datum-perl/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libcarp-datum-perl/
 

Modified: trunk/libcarp-datum-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libcarp-datum-perl/debian/rules?rev=6513&op=diff
==============================================================================
--- trunk/libcarp-datum-perl/debian/rules (original)
+++ trunk/libcarp-datum-perl/debian/rules Sun Aug 12 01:42:53 2007
@@ -30,9 +30,9 @@
 	rm -f build-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) clean
+	if [ -e Makefile ]; then $(MAKE) clean; fi
 
-	dh_clean
+	dh_clean Makefile.old
 
 install: build
 	dh_testdir




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