r36845 - in /trunk/libcatalyst-manual-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat May 30 15:56:37 UTC 2009


Author: gregoa
Date: Sat May 30 15:56:32 2009
New Revision: 36845

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36845
Log:
* Minimize debian/rules.
* Bump versioned debhelper dependency since this package uses
  Module::Install.

Modified:
    trunk/libcatalyst-manual-perl/debian/changelog
    trunk/libcatalyst-manual-perl/debian/control
    trunk/libcatalyst-manual-perl/debian/rules

Modified: trunk/libcatalyst-manual-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-manual-perl/debian/changelog?rev=36845&op=diff
==============================================================================
--- trunk/libcatalyst-manual-perl/debian/changelog (original)
+++ trunk/libcatalyst-manual-perl/debian/changelog Sat May 30 15:56:32 2009
@@ -1,6 +1,9 @@
 libcatalyst-manual-perl (5.8000-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Minimize debian/rules.
+  * Bump versioned debhelper dependency since this package uses
+    Module::Install.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 30 May 2009 17:43:22 +0200
 

Modified: trunk/libcatalyst-manual-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-manual-perl/debian/control?rev=36845&op=diff
==============================================================================
--- trunk/libcatalyst-manual-perl/debian/control (original)
+++ trunk/libcatalyst-manual-perl/debian/control Sat May 30 15:56:32 2009
@@ -1,7 +1,7 @@
 Source: libcatalyst-manual-perl
 Section: non-free/perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.2.13)
 Build-Depends-Indep: perl (>= 5.6.10-12), libtest-pod-perl,
  libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Modified: trunk/libcatalyst-manual-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-manual-perl/debian/rules?rev=36845&op=diff
==============================================================================
--- trunk/libcatalyst-manual-perl/debian/rules (original)
+++ trunk/libcatalyst-manual-perl/debian/rules Sat May 30 15:56:32 2009
@@ -1,23 +1,7 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	PERL5_CPAN_IS_RUNNING=1 TEST_POD=1 dh build
-	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_POD=1 dh_auto_test




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