r6231 - in /trunk/libchemistry-elements-perl/debian: changelog rules

segre at users.alioth.debian.org segre at users.alioth.debian.org
Thu Aug 2 14:25:31 UTC 2007


Author: segre
Date: Thu Aug  2 14:25:30 2007
New Revision: 6231

URL: http://svn.debian.org/wsvn/?sc=1&rev=6231
Log:
Fixed lintian error for clean: rule, prep for upload

Modified:
    trunk/libchemistry-elements-perl/debian/changelog
    trunk/libchemistry-elements-perl/debian/rules

Modified: trunk/libchemistry-elements-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libchemistry-elements-perl/debian/changelog?rev=6231&op=diff
==============================================================================
--- trunk/libchemistry-elements-perl/debian/changelog (original)
+++ trunk/libchemistry-elements-perl/debian/changelog Thu Aug  2 14:25:30 2007
@@ -1,6 +1,6 @@
-libchemistry-elements-perl (1.04-1) UNRELEASED; urgency=low
+libchemistry-elements-perl (1.04-1) unstable; urgency=low
 
-  * (NOT RELEASED YET) New upstream release
+  * New upstream release
 
  -- Carlo Segre <segre at debian.org>  Thu, 02 Aug 2007 02:33:06 -0500
 

Modified: trunk/libchemistry-elements-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libchemistry-elements-perl/debian/rules?rev=6231&op=diff
==============================================================================
--- trunk/libchemistry-elements-perl/debian/rules (original)
+++ trunk/libchemistry-elements-perl/debian/rules Thu Aug  2 14:25:30 2007
@@ -4,9 +4,6 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-
-# This is the debhelper compatibility version to use.
-# export DH_COMPAT=4
 
 package := $(shell grep Package debian/control | sed 's/^Package: //')
 version := $(shell head -1 debian/changelog | \
@@ -20,7 +17,7 @@
 clean:
 	dh_testdir
 	dh_testroot
-	-$(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) clean
 	rm -f Makefile.old
 	dh_clean
 




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