r24577 - in /trunk/libdata-javascript-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Aug 24 18:33:35 UTC 2008


Author: gregoa
Date: Sun Aug 24 18:33:29 2008
New Revision: 24577

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24577
Log:
debian/rules: use make's $(RM) for removing example.pl.

Modified:
    trunk/libdata-javascript-perl/debian/changelog
    trunk/libdata-javascript-perl/debian/rules

Modified: trunk/libdata-javascript-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-javascript-perl/debian/changelog?rev=24577&op=diff
==============================================================================
--- trunk/libdata-javascript-perl/debian/changelog (original)
+++ trunk/libdata-javascript-perl/debian/changelog Sun Aug 24 18:33:29 2008
@@ -1,5 +1,6 @@
 libdata-javascript-perl (1.13-1) unstable; urgency=low
 
+  [ Ansgar Burchardt ]
   * New upstream release.
   * Add myself to Uploaders.
   * Refresh debian/rules for debhelper 7
@@ -11,6 +12,9 @@
     /usr/share/perl5/Data
   * Do not install README (includes only a copy of example.pl and its output)
 
+  [ gregor herrmann ]
+  * debian/rules: use make's $(RM) for removing example.pl.
+
  -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 24 Aug 2008 13:32:37 +0000
 
 libdata-javascript-perl (1.11-1) unstable; urgency=low

Modified: trunk/libdata-javascript-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-javascript-perl/debian/rules?rev=24577&op=diff
==============================================================================
--- trunk/libdata-javascript-perl/debian/rules (original)
+++ trunk/libdata-javascript-perl/debian/rules Sun Aug 24 18:33:29 2008
@@ -11,7 +11,7 @@
 install: install-stamp
 install-stamp: build-stamp
 	dh install
-	rm $(CURDIR)/debian/libdata-javascript-perl/usr/share/perl5/Data/example.pl
+	$(RM) $(CURDIR)/debian/libdata-javascript-perl/usr/share/perl5/Data/example.pl
 	touch $@
 
 binary-arch:




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