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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Nov 13 07:58:14 UTC 2007


Author: dmn
Date: Tue Nov 13 07:58:14 2007
New Revision: 9253

URL: http://svn.debian.org/wsvn/?sc=1&rev=9253
Log:
* debian/rules: remove stamp files before $(MAKE) clean

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=9253&op=diff
==============================================================================
--- trunk/libchemistry-elements-perl/debian/changelog (original)
+++ trunk/libchemistry-elements-perl/debian/changelog Tue Nov 13 07:58:14 2007
@@ -17,7 +17,10 @@
   * Add sample script chart_test to
     /usr/share/doc/libchemistry-elements-perl/examples.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 10 Nov 2007 00:18:02 +0100
+  [ Damyan Ivanov ]
+  * debian/rules: remove stamp files before $(MAKE) clean
+
+ -- Damyan Ivanov <dmn at debian.org>  Tue, 13 Nov 2007 09:57:28 +0200
 
 libchemistry-elements-perl (1.04-2) unstable; urgency=low
 

Modified: trunk/libchemistry-elements-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libchemistry-elements-perl/debian/rules?rev=9253&op=diff
==============================================================================
--- trunk/libchemistry-elements-perl/debian/rules (original)
+++ trunk/libchemistry-elements-perl/debian/rules Tue Nov 13 07:58:14 2007
@@ -20,9 +20,9 @@
 clean:
 	dh_testdir
 	dh_testroot
+	dh_clean build-stamp
 	[ ! -f Makefile ] || $(MAKE) clean
 	rm -f Makefile.old
-	dh_clean build-stamp
 
 install: build
 	dh_testdir




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