r64086 - in /trunk/libxml-atom-service-perl/debian: changelog compat control rules

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Wed Oct 20 20:01:00 UTC 2010


Author: periapt-guest
Date: Wed Oct 20 19:58:54 2010
New Revision: 64086

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=64086
Log:
* Simplified and modernized debian/rules
* Upped compat and debhelper version to 8

Modified:
    trunk/libxml-atom-service-perl/debian/changelog
    trunk/libxml-atom-service-perl/debian/compat
    trunk/libxml-atom-service-perl/debian/control
    trunk/libxml-atom-service-perl/debian/rules

Modified: trunk/libxml-atom-service-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-atom-service-perl/debian/changelog?rev=64086&op=diff
==============================================================================
--- trunk/libxml-atom-service-perl/debian/changelog (original)
+++ trunk/libxml-atom-service-perl/debian/changelog Wed Oct 20 19:58:54 2010
@@ -1,8 +1,6 @@
 libxml-atom-service-perl (0.16.1-1) UNRELEASED; urgency=low
 
   TODO:
-  - minimize debian/rules to 3 lines
-  - debhelper 8 for using Module::Build
   - rm "perl (>= 5.10) | libmodule-build-perl", there's nothing older than
     perl 5.10
 
@@ -18,6 +16,8 @@
   * echo '3.0 (quilt)' > debian/source/format
   * Refreshed copyright
   * Simplified dependencies
+  * Simplified and modernized debian/rules
+  * Upped compat and debhelper version to 8
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Tue, 19 Oct 2010 23:21:02 +0100
 

Modified: trunk/libxml-atom-service-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-atom-service-perl/debian/compat?rev=64086&op=diff
==============================================================================
--- trunk/libxml-atom-service-perl/debian/compat (original)
+++ trunk/libxml-atom-service-perl/debian/compat Wed Oct 20 19:58:54 2010
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libxml-atom-service-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-atom-service-perl/debian/control?rev=64086&op=diff
==============================================================================
--- trunk/libxml-atom-service-perl/debian/control (original)
+++ trunk/libxml-atom-service-perl/debian/control Wed Oct 20 19:58:54 2010
@@ -1,7 +1,7 @@
 Source: libxml-atom-service-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.10) | libmodule-build-perl
+Build-Depends: debhelper (>= 8), perl (>= 5.10) | libmodule-build-perl
 Build-Depends-Indep: perl, libxml-atom-perl, libtest-pod-perl,
  libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Modified: trunk/libxml-atom-service-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-atom-service-perl/debian/rules?rev=64086&op=diff
==============================================================================
--- trunk/libxml-atom-service-perl/debian/rules (original)
+++ trunk/libxml-atom-service-perl/debian/rules Wed Oct 20 19:58:54 2010
@@ -1,26 +1,4 @@
 #!/usr/bin/make -f
 
-PERL   ?= /usr/bin/perl
-build: build-stamp
-build-stamp:
-	dh build --before dh_auto_config
-	$(PERL) Build.PL installdirs=vendor
-	dh build --after dh_auto_config
-	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




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