r6517 - in /trunk/libclass-default-perl/debian: changelog control rules

joeyh at users.alioth.debian.org joeyh at users.alioth.debian.org
Sun Aug 12 01:51:08 UTC 2007


Author: joeyh
Date: Sun Aug 12 01:51:08 2007
New Revision: 6517

URL: http://svn.debian.org/wsvn/?sc=1&rev=6517
Log:
releasing version 1.50-2

Modified:
    trunk/libclass-default-perl/debian/changelog
    trunk/libclass-default-perl/debian/control
    trunk/libclass-default-perl/debian/rules

Modified: trunk/libclass-default-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libclass-default-perl/debian/changelog?rev=6517&op=diff
==============================================================================
--- trunk/libclass-default-perl/debian/changelog (original)
+++ trunk/libclass-default-perl/debian/changelog Sun Aug 12 01:51:08 2007
@@ -1,8 +1,13 @@
-libclass-default-perl (1.50-2) UNRELEASED; urgency=low
+libclass-default-perl (1.50-2) unstable; urgency=low
 
+  [ Frank Lichtenheld ]
   * Fix typo in Description
 
- -- Frank Lichtenheld <djpig at debian.org>  Sat,  2 Dec 2006 00:11:46 +0100
+  [ Joey Hess ]
+  * Add self to uploaders.
+  * Don't ignore make clean error.
+
+ -- Joey Hess <joeyh at debian.org>  Sat, 11 Aug 2007 21:49:42 -0400
 
 libclass-default-perl (1.50-1) unstable; urgency=low
 

Modified: trunk/libclass-default-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libclass-default-perl/debian/control?rev=6517&op=diff
==============================================================================
--- trunk/libclass-default-perl/debian/control (original)
+++ trunk/libclass-default-perl/debian/control Sun Aug 12 01:51:08 2007
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: perl (>= 5.8.0-7), libextutils-autoinstall-perl, libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Allard Hoeve <allard at byte.nl>, Gunnar Wolf <gwolf at debian.org>, Joachim Breitner <nomeata at debian.org>, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>, Carlo Segre <segre at debian.org>
+Uploaders: Allard Hoeve <allard at byte.nl>, Gunnar Wolf <gwolf at debian.org>, Joachim Breitner <nomeata at debian.org>, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>, Carlo Segre <segre at debian.org>, Joey Hess <joeyh at debian.org>
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-default-perl/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-default-perl/

Modified: trunk/libclass-default-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libclass-default-perl/debian/rules?rev=6517&op=diff
==============================================================================
--- trunk/libclass-default-perl/debian/rules (original)
+++ trunk/libclass-default-perl/debian/rules Sun Aug 12 01:51:08 2007
@@ -44,7 +44,7 @@
 	dh_testroot
 
 	# Add commands to clean up after the build process here
-	-$(MAKE) distclean
+	if [ -e Makefile ]; then $(MAKE) distclean; fi
 	
 	dh_clean build-stamp install-stamp
 




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