r36878 - in /trunk/libwww-wikipedia-perl/debian: changelog control copyright rules

nhandler-guest at users.alioth.debian.org nhandler-guest at users.alioth.debian.org
Sun May 31 01:21:27 UTC 2009


Author: nhandler-guest
Date: Sun May 31 01:21:22 2009
New Revision: 36878

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36878
Log:
* Remove debian/libwww-wikipedia-perl.docs
* debian/copyright:
  - Add years of upstream copyright
  - Add information for Module::Install files
* debian/control: Add Build-Depends-Indep on libtest-pod-perl and
  libtest-pod-coverage-perl
* debian/rules: Only run tests that do not require network access

Modified:
    trunk/libwww-wikipedia-perl/debian/changelog
    trunk/libwww-wikipedia-perl/debian/control
    trunk/libwww-wikipedia-perl/debian/copyright
    trunk/libwww-wikipedia-perl/debian/rules

Modified: trunk/libwww-wikipedia-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-wikipedia-perl/debian/changelog?rev=36878&op=diff
==============================================================================
--- trunk/libwww-wikipedia-perl/debian/changelog (original)
+++ trunk/libwww-wikipedia-perl/debian/changelog Sun May 31 01:21:22 2009
@@ -1,18 +1,5 @@
-libwww-wikipedia-perl (1.95-1) UNRELEASED; urgency=low
-
-  TODO:
-  - remove libwww-wikipedia-perl.docs, the README is just a text version of
-    the POD/manpage
-  - debian/copyright:
-    + add years of upstream copyright
-    + information for "Files: inc/*" (Module::Install) missing ->
-      http://pkg-perl.alioth.debian.org/copyright.html#module__install
-  - debian/control: add libtest-pod-perl and libtest-pod-coverage-perl to
-      Build-Depends-Indep (used in tests)
-  - and a real problem: half of the tests fail horribly without internet
-    access, seems like we need to patch them (add some environment variable)
-    to turn them off (completely or conditionally)
+libwww-wikipedia-perl (1.95-1) unstable; urgency=low
 
   * Initial Release. (Closes: #486903)
 
- -- Nathan Handler <nhandler at ubuntu.com>  Sat, 30 May 2009 22:40:43 +0000
+ -- Nathan Handler <nhandler at ubuntu.com>  Sun, 31 May 2009 01:18:40 +0000

Modified: trunk/libwww-wikipedia-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-wikipedia-perl/debian/control?rev=36878&op=diff
==============================================================================
--- trunk/libwww-wikipedia-perl/debian/control (original)
+++ trunk/libwww-wikipedia-perl/debian/control Sun May 31 01:21:22 2009
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.6.0-12), libwww-perl, liburi-perl, libtext-autoformat-perl
+Build-Depends-Indep: perl (>= 5.6.0-12), libwww-perl, liburi-perl, libtext-autoformat-perl, libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nathan Handler <nhandler at ubuntu.com>
 Standards-Version: 3.8.1

Modified: trunk/libwww-wikipedia-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-wikipedia-perl/debian/copyright?rev=36878&op=diff
==============================================================================
--- trunk/libwww-wikipedia-perl/debian/copyright (original)
+++ trunk/libwww-wikipedia-perl/debian/copyright Sun May 31 01:21:22 2009
@@ -5,12 +5,19 @@
 Upstream-Name: WWW-Wikipedia
 
 Files: *
-Copyright: Ed Summers <ehs at pobox.com>
+Copyright: 2003-2009, Ed Summers <ehs at pobox.com>
 License-Alias: Perl
 License: Artistic | GPL-1+
 
 Files: debian/*
 Copyright: 2009, Nathan Handler <nhandler at ubuntu.com>
+License: Artistic | GPL-1+
+
+Files: inc/Module/*
+Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
+ 2002-2009, Audrey Tang <autrijus at autrijus.org>
+ 2002-2009, Brian Ingerson <ingy at cpan.org>
+License-Alias: Perl
 License: Artistic | GPL-1+
 
 License: Artistic

Modified: trunk/libwww-wikipedia-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-wikipedia-perl/debian/rules?rev=36878&op=diff
==============================================================================
--- trunk/libwww-wikipedia-perl/debian/rules (original)
+++ trunk/libwww-wikipedia-perl/debian/rules Sun May 31 01:21:22 2009
@@ -2,7 +2,10 @@
 
 build: build-stamp
 build-stamp:
-	dh build
+	dh build --before test
+	# Tests that do not require network access
+	$(MAKE) test TEST_FILES="t/10.load.t t/98.pod.t t/99.pod_coverage.t"
+	dh build --after test
 	touch $@
 
 clean:




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