r20908 - in /trunk/libcarp-datum-perl: Makefile.old debian/changelog debian/rules scripts/datum_strip

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Jun 10 18:18:44 UTC 2008


Author: gregoa
Date: Tue Jun 10 18:18:43 2008
New Revision: 20908

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20908
Log:
Remove scripts/datum_strip in debian/rules clean target.

Removed:
    trunk/libcarp-datum-perl/Makefile.old
    trunk/libcarp-datum-perl/scripts/datum_strip
Modified:
    trunk/libcarp-datum-perl/debian/changelog
    trunk/libcarp-datum-perl/debian/rules

Modified: trunk/libcarp-datum-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcarp-datum-perl/debian/changelog?rev=20908&op=diff
==============================================================================
--- trunk/libcarp-datum-perl/debian/changelog (original)
+++ trunk/libcarp-datum-perl/debian/changelog Tue Jun 10 18:18:43 2008
@@ -1,3 +1,9 @@
+libcarp-datum-perl (1:0.1.3-6) UNRELEASED; urgency=low
+
+  * Remove scripts/datum_strip in debian/rules clean target.
+
+ -- gregor herrmann <gregoa at debian.org>  Sun, 08 Jun 2008 17:58:33 +0200
+
 libcarp-datum-perl (1:0.1.3-5) unstable; urgency=low
 
   [ Raphael Hertzog ]

Modified: trunk/libcarp-datum-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcarp-datum-perl/debian/rules?rev=20908&op=diff
==============================================================================
--- trunk/libcarp-datum-perl/debian/rules (original)
+++ trunk/libcarp-datum-perl/debian/rules Tue Jun 10 18:18:43 2008
@@ -32,7 +32,7 @@
 	# Add here commands to clean up after the build process.
 	if [ -e Makefile ]; then $(MAKE) clean; fi
 
-	dh_clean Makefile.old
+	dh_clean Makefile.old scripts/datum_strip
 
 install: build
 	dh_testdir




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