r6539 - in /trunk/libuser-simple-perl/debian: changelog control rules

joeyh at users.alioth.debian.org joeyh at users.alioth.debian.org
Sun Aug 12 02:44:38 UTC 2007


Author: joeyh
Date: Sun Aug 12 02:44:38 2007
New Revision: 6539

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

Modified:
    trunk/libuser-simple-perl/debian/changelog
    trunk/libuser-simple-perl/debian/control
    trunk/libuser-simple-perl/debian/rules

Modified: trunk/libuser-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libuser-simple-perl/debian/changelog?rev=6539&op=diff
==============================================================================
--- trunk/libuser-simple-perl/debian/changelog (original)
+++ trunk/libuser-simple-perl/debian/changelog Sun Aug 12 02:44:38 2007
@@ -1,10 +1,15 @@
-libuser-simple-perl (1.35-2) UNRELEASED; urgency=low
+libuser-simple-perl (1.35-2) unstable; urgency=low
 
+  [ gregor herrmann ]
   * Set Maintainer to Debian Perl Group with permission of Gunnar Wolf.
   * Set Standards-Version to 3.7.2 (no changes).
   * Set debhelper compatibility level to 5.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 30 May 2007 16:54:48 +0200
+  [ Joey Hess ]
+  * Add self to uploaders.
+  * Don't ignore errors from make clean.
+
+ -- Joey Hess <joeyh at debian.org>  Sat, 11 Aug 2007 22:36:54 -0400
 
 libuser-simple-perl (1.35-1) unstable; urgency=low
 

Modified: trunk/libuser-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libuser-simple-perl/debian/control?rev=6539&op=diff
==============================================================================
--- trunk/libuser-simple-perl/debian/control (original)
+++ trunk/libuser-simple-perl/debian/control Sun Aug 12 02:44:38 2007
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: perl (>= 5.8.0-7), libdate-calc-perl, libdbi-perl, libdbd-xbase-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Gunnar Wolf <gwolf at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
+Uploaders: Gunnar Wolf <gwolf at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>, Joey Hess <joeyh at debian.org>
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libuser-simple-perl/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libuser-simple-perl/

Modified: trunk/libuser-simple-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libuser-simple-perl/debian/rules?rev=6539&op=diff
==============================================================================
--- trunk/libuser-simple-perl/debian/rules (original)
+++ trunk/libuser-simple-perl/debian/rules Sun Aug 12 02:44:38 2007
@@ -34,7 +34,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