r6469 - in /trunk/libuser-identity-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sat Aug 11 07:08:55 UTC 2007


Author: dmn
Date: Sat Aug 11 07:08:55 2007
New Revision: 6469

URL: http://svn.debian.org/wsvn/?sc=1&rev=6469
Log:
* [debian/rules]
  + Don't ignore errors from $(MAKE) clean
  + Remove commented dh_installcron and dh_installmenu

Modified:
    trunk/libuser-identity-perl/debian/changelog
    trunk/libuser-identity-perl/debian/rules

Modified: trunk/libuser-identity-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libuser-identity-perl/debian/changelog?rev=6469&op=diff
==============================================================================
--- trunk/libuser-identity-perl/debian/changelog (original)
+++ trunk/libuser-identity-perl/debian/changelog Sat Aug 11 07:08:55 2007
@@ -1,12 +1,15 @@
-libuser-identity-perl (0.92-1) UNRELEASED; urgency=low
+libuser-identity-perl (0.92-1) unstable; urgency=low
 
   * New upstream release
   * Added myself to Uploaders:
   * Bumped debhelper compatibility level to 5. Adjusted build-dependency
     accordingly
   * Updated debian/copyright. Added packaging copyright and license.
+  * [debian/rules]
+    + Don't ignore errors from $(MAKE) clean
+    + Remove commented dh_installcron and dh_installmenu
 
- -- Damyan Ivanov <dmn at debian.org>  Sat, 11 Aug 2007 10:03:11 +0300
+ -- Damyan Ivanov <dmn at debian.org>  Sat, 11 Aug 2007 10:08:39 +0300
 
 libuser-identity-perl (0.91-1) unstable; urgency=low
 

Modified: trunk/libuser-identity-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libuser-identity-perl/debian/rules?rev=6469&op=diff
==============================================================================
--- trunk/libuser-identity-perl/debian/rules (original)
+++ trunk/libuser-identity-perl/debian/rules Sat Aug 11 07:08:55 2007
@@ -34,7 +34,7 @@
 	dh_testroot
 
 	# Add commands to clean up after the build process here
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 
 	dh_clean build-stamp install-stamp
 
@@ -61,8 +61,6 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-#	dh_installcron
-#	dh_installmenu
 #	dh_installexamples
 	dh_installdocs 
 	dh_installchangelogs Changes




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