r22520 - in /trunk/libwww-curl-perl/debian: changelog rules

ghostbar-guest at users.alioth.debian.org ghostbar-guest at users.alioth.debian.org
Mon Jun 30 13:24:48 UTC 2008


Author: ghostbar-guest
Date: Mon Jun 30 13:24:48 2008
New Revision: 22520

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22520
Log:
* Reverting my last commit (about cleaning Easy.pm) and now Share.pm get cleaned too.
* Removing Makefile.old if exists (for builds twice in a row).

Modified:
    trunk/libwww-curl-perl/debian/changelog
    trunk/libwww-curl-perl/debian/rules

Modified: trunk/libwww-curl-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/debian/changelog?rev=22520&op=diff
==============================================================================
--- trunk/libwww-curl-perl/debian/changelog (original)
+++ trunk/libwww-curl-perl/debian/changelog Mon Jun 30 13:24:48 2008
@@ -18,7 +18,7 @@
   * debian/rules:
    + Removed quilt.
    + Re-enabled tests, tests needing webserver skipped.
-   + Now lib/WWW/Curl/Easy.pm doesn't get "cleaned".
+   + Now lib/WWW/Curl/Share.pm gets cleaned too and Makefile.old
   * debian/NEWS:
    + Deleted, no longer needed
   * debian/patches:

Modified: trunk/libwww-curl-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/debian/rules?rev=22520&op=diff
==============================================================================
--- trunk/libwww-curl-perl/debian/rules (original)
+++ trunk/libwww-curl-perl/debian/rules Mon Jun 30 13:24:48 2008
@@ -37,9 +37,10 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp configure-stamp install-stamp Makefile.old curlopt-constants.c
+	rm -f build-stamp configure-stamp install-stamp Makefile.old curlopt-constants.c lib/WWW/Curl/Easy.pm lib/WWW/Curl/Share.pm
 	dh_clean
 	[ ! -f Makefile ] || $(MAKE) clean
+	[ ! -f Makefile.old ] || rm -f Makefile.old
 
 install: install-stamp
 install-stamp: build-stamp




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