r46579 - in /trunk/libpod-simple-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Oct 31 13:58:48 UTC 2009


Author: gregoa
Date: Sat Oct 31 13:58:42 2009
New Revision: 46579

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46579
Log:
debian/rules: minimize and use override_* feature.

Modified:
    trunk/libpod-simple-perl/debian/changelog
    trunk/libpod-simple-perl/debian/control
    trunk/libpod-simple-perl/debian/rules

Modified: trunk/libpod-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-simple-perl/debian/changelog?rev=46579&op=diff
==============================================================================
--- trunk/libpod-simple-perl/debian/changelog (original)
+++ trunk/libpod-simple-perl/debian/changelog Sat Oct 31 13:58:42 2009
@@ -16,6 +16,7 @@
   * debian/control: Changed: (build-)depend on perl instead of perl-
     modules.
   * debian/watch: use extended regexp for matching upstream versions.
+  * debian/rules: minimize and use override_* feature.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Mon, 26 Oct 2009 19:03:16 -0400
 

Modified: trunk/libpod-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-simple-perl/debian/control?rev=46579&op=diff
==============================================================================
--- trunk/libpod-simple-perl/debian/control (original)
+++ trunk/libpod-simple-perl/debian/control Sat Oct 31 13:58:42 2009
@@ -1,7 +1,7 @@
 Source: libpod-simple-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50~)
 Build-Depends-Indep: perl (>= 5.10), perl-doc,
  libpod-escapes-perl, libhtml-parser-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Modified: trunk/libpod-simple-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-simple-perl/debian/rules?rev=46579&op=diff
==============================================================================
--- trunk/libpod-simple-perl/debian/rules (original)
+++ trunk/libpod-simple-perl/debian/rules Sat Oct 31 13:58:42 2009
@@ -1,13 +1,12 @@
 #!/usr/bin/make -f
+
 PACKAGE:= $(firstword $(shell dh_listpackages))
-binary-arch:
-build binary-indep clean:
+TMP:= $(CURDIR)/debian/$(PACKAGE)
+
+%:
 	dh $@
 
-install: build
-	dh $@
-	rm -v debian/$(PACKAGE)/usr/share/perl5/perlpod*.pod \
-		debian/$(PACKAGE)/usr/share/man/man3/perlpod*.3pm.gz
-
-binary: install
-	dh $@
+override_dh_auto_install:
+	dh_auto_install
+	$(RM) -v $(TMP)/usr/share/perl5/perlpod*.pod \
+		$(TMP)/usr/share/man/man3/perlpod*.3pm




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