r58567 - in /trunk/libnet-z3950-zoom-perl/debian: changelog control libnet-z3950-zoom-perl.install rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu May 27 20:34:00 UTC 2010


Author: gregoa
Date: Thu May 27 20:33:34 2010
New Revision: 58567

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58567
Log:
* Set Standards-Version to 3.8.4; remove version from perl build dependency.
* Simplify debian/rules.

Removed:
    trunk/libnet-z3950-zoom-perl/debian/libnet-z3950-zoom-perl.install
Modified:
    trunk/libnet-z3950-zoom-perl/debian/changelog
    trunk/libnet-z3950-zoom-perl/debian/control
    trunk/libnet-z3950-zoom-perl/debian/rules

Modified: trunk/libnet-z3950-zoom-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-z3950-zoom-perl/debian/changelog?rev=58567&op=diff
==============================================================================
--- trunk/libnet-z3950-zoom-perl/debian/changelog (original)
+++ trunk/libnet-z3950-zoom-perl/debian/changelog Thu May 27 20:33:34 2010
@@ -12,6 +12,8 @@
   [ gregor herrmann ]
   * Change build dependency from old libyaz3-dev to new libyaz4-dev
     (closes: #583418).
+  * Set Standards-Version to 3.8.4; remove version from perl build dependency.
+  * Simplify debian/rules.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:45:39 +0100
 

Modified: trunk/libnet-z3950-zoom-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-z3950-zoom-perl/debian/control?rev=58567&op=diff
==============================================================================
--- trunk/libnet-z3950-zoom-perl/debian/control (original)
+++ trunk/libnet-z3950-zoom-perl/debian/control Thu May 27 20:33:34 2010
@@ -1,13 +1,13 @@
 Source: libnet-z3950-zoom-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), libyaz4-dev, 
- libmarc-record-perl, perl (>= 5.8.0-7)
+Build-Depends: debhelper (>= 7.0.50~), libyaz4-dev, 
+ libmarc-record-perl, perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>,
            Vincent Danjean <vdanjean at debian.org>,
            Damyan Ivanov <dmn at debian.org>
-Standards-Version: 3.8.0
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Net-Z3950-ZOOM/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-z3950-zoom-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-z3950-zoom-perl/
@@ -17,8 +17,8 @@
 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libmarc-record-perl
 Replaces: libnet-z3950-perl (<< 1.21-1)
 Conflicts: libnet-z3950-perl (<< 1.21-1)
-Description:  Perl extension implementing the ZOOM API for Information Retrieval via Z39.50
- This module provides a nice, Perlish implementation of the ZOOM
+Description: Perl extension implementing the ZOOM API for Information Retrieval via Z39.50
+ Net::Z3950::ZOOM provides a nice, Perlish implementation of the ZOOM
  Abstract API described and documented at http://zoom.z3950.org/api/
  .
  The ZOOM module is implemented as a set of thin classes on top of the

Modified: trunk/libnet-z3950-zoom-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-z3950-zoom-perl/debian/rules?rev=58567&op=diff
==============================================================================
--- trunk/libnet-z3950-zoom-perl/debian/rules (original)
+++ trunk/libnet-z3950-zoom-perl/debian/rules Thu May 27 20:33:34 2010
@@ -1,31 +1,17 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build --before test
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
+%:
+	dh $@
+
+override_dh_auto_test:
 	# test that don't need network access
 	# running all once for new packages might be a good idea
-	$(MAKE) test TEST_FILES="t/10-options.t t/11-option-callback.t t/17-logging.t t/20-options.t t/21-option-callback.t t/27-logging.t"
-	dh build --after test
-	touch $@
+	dh_auto_test -- TEST_FILES="t/10-options.t t/11-option-callback.t t/17-logging.t t/20-options.t t/21-option-callback.t t/27-logging.t"
 
-clean:
-	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install --until dh_auto_install
+override_dh_auto_install:
+	dh_auto_install
 	# zselect and zoomdump in examples are enough
-	$(RM) -rv $(CURDIR)/debian/tmp/usr/bin/
-	dh install --remaining
-	touch $@
-
-binary-arch: install
-	dh $@
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+	$(RM) -rv $(TMP)/usr/bin/




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