r24691 - in /trunk/libcgi-pm-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Aug 28 17:26:48 UTC 2008


Author: gregoa
Date: Thu Aug 28 17:26:45 2008
New Revision: 24691

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24691
Log:
debian/rules: use make's $(RM) instead of plain rm.

Modified:
    trunk/libcgi-pm-perl/debian/changelog
    trunk/libcgi-pm-perl/debian/rules

Modified: trunk/libcgi-pm-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-pm-perl/debian/changelog?rev=24691&op=diff
==============================================================================
--- trunk/libcgi-pm-perl/debian/changelog (original)
+++ trunk/libcgi-pm-perl/debian/changelog Thu Aug 28 17:26:45 2008
@@ -1,7 +1,11 @@
 libcgi-pm-perl (3.41-1) unstable; urgency=low
 
+  [ Ansgar Burchardt ]
   * New upstream release.
   * lintian override no longer needed
+
+  [ gregor herrmann ]
+  * debian/rules: use make's $(RM) instead of plain rm.
 
  -- Ansgar Burchardt <ansgar at 43-1.org>  Thu, 28 Aug 2008 13:55:12 +0200
 

Modified: trunk/libcgi-pm-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-pm-perl/debian/rules?rev=24691&op=diff
==============================================================================
--- trunk/libcgi-pm-perl/debian/rules (original)
+++ trunk/libcgi-pm-perl/debian/rules Thu Aug 28 17:26:45 2008
@@ -18,8 +18,8 @@
 
 	# this file is also in libcgi-fast-perl, produced by perl source
 	# package. see #489928
-	rm $(TMP)/usr/share/perl5/CGI/Fast.pm
-	rm $(TMP)/usr/share/man/man3/CGI::Fast.3pm.gz
+	$(RM) $(TMP)/usr/share/perl5/CGI/Fast.pm
+	$(RM) $(TMP)/usr/share/man/man3/CGI::Fast.3pm.gz
 
 	touch $@
 




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