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

nhandler-guest at users.alioth.debian.org nhandler-guest at users.alioth.debian.org
Sat Sep 19 13:31:11 UTC 2009


Author: nhandler-guest
Date: Sat Sep 19 13:31:05 2009
New Revision: 44286

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44286
Log:
* New upstream release
* debian/control:
  - Bump Standards-Version to 3.8.3
  - Build-Depend on debhelper (>= 7.0.50)
* debian/rules:
  - Switch to new short format

Modified:
    trunk/libwww-wikipedia-perl/debian/changelog
    trunk/libwww-wikipedia-perl/debian/control
    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=44286&op=diff
==============================================================================
--- trunk/libwww-wikipedia-perl/debian/changelog (original)
+++ trunk/libwww-wikipedia-perl/debian/changelog Sat Sep 19 13:31:05 2009
@@ -1,16 +1,19 @@
 libwww-wikipedia-perl (1.96-1) UNRELEASED; urgency=low
 
-  * (NOT RELEASED YET) New upstream release
-
- -- Live session user <ubuntu at ubuntu>  Sat, 19 Sep 2009 13:22:37 +0000
-
-libwww-wikipedia-perl (1.95-2) UNRELEASED; urgency=low
-
+  [ Salvatore Bonaccorso ]
   * debian/control: Changed: Replace versioned (build-)dependency on
     perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
     permitted by Debian Policy 3.8.3).
 
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sun, 16 Aug 2009 20:16:25 +0200
+  [ Nathan Handler ]
+  * New upstream release
+  * debian/control:
+    - Bump Standards-Version to 3.8.3
+    - Build-Depend on debhelper (>= 7.0.50)
+  * debian/rules:
+    - Switch to new short format
+
+ -- Nathan Handler <nhandler at ubuntu.com>  Sat, 19 Sep 2009 13:30:40 +0000
 
 libwww-wikipedia-perl (1.95-1) unstable; urgency=low
 

Modified: trunk/libwww-wikipedia-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-wikipedia-perl/debian/control?rev=44286&op=diff
==============================================================================
--- trunk/libwww-wikipedia-perl/debian/control (original)
+++ trunk/libwww-wikipedia-perl/debian/control Sat Sep 19 13:31:05 2009
@@ -1,11 +1,11 @@
 Source: libwww-wikipedia-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: perl, 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
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/WWW-Wikipedia/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwww-wikipedia-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libwww-wikipedia-perl/

Modified: trunk/libwww-wikipedia-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-wikipedia-perl/debian/rules?rev=44286&op=diff
==============================================================================
--- trunk/libwww-wikipedia-perl/debian/rules (original)
+++ trunk/libwww-wikipedia-perl/debian/rules Sat Sep 19 13:31:05 2009
@@ -1,26 +1,7 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	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:
+%:
 	dh $@
 
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+override_dh_auto_test:
+	TEST_FILES="t/10.load.t t/98.pod.t t/99.pod_coverage.t"




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