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

ghostbar-guest at users.alioth.debian.org ghostbar-guest at users.alioth.debian.org
Sun Jul 13 22:52:44 UTC 2008


Author: ghostbar-guest
Date: Sun Jul 13 22:52:44 2008
New Revision: 23137

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23137
Log:
* New upstream release
* debian/rules: uses TEST_FILES to specify which files must be ran. t/meta.t got deactivated as well since uses Test::CPAN::Meta and is not available in the debian archive.

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=23137&op=diff
==============================================================================
--- trunk/libwww-curl-perl/debian/changelog (original)
+++ trunk/libwww-curl-perl/debian/changelog Sun Jul 13 22:52:44 2008
@@ -1,10 +1,5 @@
-libwww-curl-perl (4.04-1) UNRELEASED; urgency=low
-
-  TODO:
-  - check debian/rules (clean target, general refresh)
-  - newer upstream version
-  - test (1) fail, probably because of (2) try to access the net
-  
+libwww-curl-perl (4.05-1) UNRELEASED; urgency=low
+
   [ Martín Ferrari ]
   * Updating my email address
 
@@ -19,8 +14,8 @@
    libtest-pod-perl as Build-Depend.
   * debian/rules:
    + Removed quilt.
-   + Re-enabled tests and moved the ones requiring internet to `not/' during
-   build-time, after that they get back in `t/'.
+   + Re-enabled tests (but only ones that don't require internet connection or
+   needs a package that's not in the archive like t/meta.t).
    + Now lib/WWW/Curl/Share.pm gets cleaned too and Makefile.old
   * debian/NEWS:
    + Deleted, no longer needed

Modified: trunk/libwww-curl-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/debian/rules?rev=23137&op=diff
==============================================================================
--- trunk/libwww-curl-perl/debian/rules (original)
+++ trunk/libwww-curl-perl/debian/rules Sun Jul 13 22:52:44 2008
@@ -31,26 +31,7 @@
 build-stamp: configure-stamp
 	dh_testdir
 	$(MAKE) OPTIMIZE="$(CFLAGS)"
-#	Deactivating tests that needs internet
-	mkdir not
-	mv t/01basic.t not
-	mv t/02callbacks.t not
-	mv t/04abort-test.t not
-	mv t/05progress.t not
-	mv t/06http-post.t not
-	mv t/07ftp-upload.t not
-	mv t/08ssl.t not
-	mv t/09times.t not
-	mv t/10errbuf.t not
-	mv t/13slowleak.t not
-	mv t/14duphandle.t not
-	mv t/15duphandle-callback.t not
-	mv t/16formpost.t not
-	mv t/17slist.t not
-	mv t/18twinhandles.t not
-	$(MAKE) test
-#	Moving back to where tests deactivated belong
-	mv not/* t/
+	$(MAKE) test TEST_FILES="t/00constants.t t/pod-coverage.t t/pod.t"
 	touch $@
 
 clean:




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