r38663 - in /trunk/libwww-mechanize-shell-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jun 25 21:16:29 UTC 2009


Author: gregoa
Date: Thu Jun 25 21:16:19 2009
New Revision: 38663

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38663
Log:
* debian/rules:
  - use the tiny template
  - skip test that needs network access (closes: #534016)
* Set Standards-Version to 3.8.2 (no changes).

Modified:
    trunk/libwww-mechanize-shell-perl/debian/changelog
    trunk/libwww-mechanize-shell-perl/debian/control
    trunk/libwww-mechanize-shell-perl/debian/rules

Modified: trunk/libwww-mechanize-shell-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-shell-perl/debian/changelog?rev=38663&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/changelog (original)
+++ trunk/libwww-mechanize-shell-perl/debian/changelog Thu Jun 25 21:16:19 2009
@@ -1,6 +1,13 @@
 libwww-mechanize-shell-perl (0.48-2) UNRELEASED; urgency=low
 
+  [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
+
+  [ gregor herrmann ]
+  * debian/rules:
+    - use the tiny template
+    - skip test that needs network access (closes: #534016)
+  * Set Standards-Version to 3.8.2 (no changes).
 
  -- Nathan Handler <nhandler at ubuntu.com>  Sat, 06 Jun 2009 01:38:05 +0000
 

Modified: trunk/libwww-mechanize-shell-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-shell-perl/debian/control?rev=38663&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/control (original)
+++ trunk/libwww-mechanize-shell-perl/debian/control Thu Jun 25 21:16:19 2009
@@ -1,7 +1,7 @@
 Source: libwww-mechanize-shell-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), quilt
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
 Build-Depends-Indep: perl (>= 5.8.8-7), liburi-perl, libhtml-parser-perl,
  libhook-lexwrap-perl, libwww-perl, libwww-mechanize-perl,
  libwww-mechanize-formfiller-perl, libterm-shell-perl,
@@ -11,7 +11,7 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Michael Mende <debian at menole.net>, Damyan Ivanov <dmn at debian.org>, 
  gregor herrmann <gregoa at debian.org>
-Standards-Version: 3.8.0
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/WWW-Mechanize-Shell/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwww-mechanize-shell-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libwww-mechanize-shell-perl/

Modified: trunk/libwww-mechanize-shell-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-shell-perl/debian/rules?rev=38663&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/rules (original)
+++ trunk/libwww-mechanize-shell-perl/debian/rules Thu Jun 25 21:16:19 2009
@@ -1,25 +1,9 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
+TEST_FILES=$(filter-out t/14-command-identity.t,$(shell echo t/*.t))
 
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh build
-	touch $@
+%:
+	dh --with quilt $@
 
-clean: unpatch
-	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:
+	dh_auto_test -- TEST_FILES="$(TEST_FILES)"




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