r22507 - 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 01:09:17 UTC 2008


Author: ghostbar-guest
Date: Mon Jun 30 01:09:17 2008
New Revision: 22507

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22507
Log:
* Now Easy.pm doesn't get "cleaned"

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=22507&op=diff
==============================================================================
--- trunk/libwww-curl-perl/debian/changelog (original)
+++ trunk/libwww-curl-perl/debian/changelog Mon Jun 30 01:09:17 2008
@@ -18,6 +18,7 @@
   * debian/rules:
    + Removed quilt.
    + Re-enabled tests, tests needing webserver skipped.
+   + Now lib/WWW/Curl/Easy.pm doesn't get "cleaned".
   * 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=22507&op=diff
==============================================================================
--- trunk/libwww-curl-perl/debian/rules (original)
+++ trunk/libwww-curl-perl/debian/rules Mon Jun 30 01:09:17 2008
@@ -37,7 +37,7 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp configure-stamp install-stamp Makefile.old curlopt-constants.c lib/WWW/Curl/Easy.pm
+	rm -f build-stamp configure-stamp install-stamp Makefile.old curlopt-constants.c
 	dh_clean
 	[ ! -f Makefile ] || $(MAKE) clean
 




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