r69331 - in /trunk/libparams-callbackrequest-perl/debian: changelog compat control rules

roam-guest at users.alioth.debian.org roam-guest at users.alioth.debian.org
Tue Feb 22 14:30:19 UTC 2011


Author: roam-guest
Date: Tue Feb 22 14:30:01 2011
New Revision: 69331

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69331
Log:
Bump the debhelper compat level to 8 and minimize the rules file.

Modified:
    trunk/libparams-callbackrequest-perl/debian/changelog
    trunk/libparams-callbackrequest-perl/debian/compat
    trunk/libparams-callbackrequest-perl/debian/control
    trunk/libparams-callbackrequest-perl/debian/rules

Modified: trunk/libparams-callbackrequest-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparams-callbackrequest-perl/debian/changelog?rev=69331&op=diff
==============================================================================
--- trunk/libparams-callbackrequest-perl/debian/changelog (original)
+++ trunk/libparams-callbackrequest-perl/debian/changelog Tue Feb 22 14:30:01 2011
@@ -13,6 +13,7 @@
   * Depend on libclass-isa-perl | perl (<< 5.10.1-13).  Closes: #614429
   * Convert the copyright file to the latest DEP 5 candidate format and
     add my copyright notice.
+  * Bump the debhelper compatibility level to 8 and minimize the rules file.
 
  -- Peter Pentchev <roam at ringlet.net>  Tue, 22 Feb 2011 16:05:52 +0200
 

Modified: trunk/libparams-callbackrequest-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparams-callbackrequest-perl/debian/compat?rev=69331&op=diff
==============================================================================
--- trunk/libparams-callbackrequest-perl/debian/compat (original)
+++ trunk/libparams-callbackrequest-perl/debian/compat Tue Feb 22 14:30:01 2011
@@ -1,1 +1,1 @@
-5
+8

Modified: trunk/libparams-callbackrequest-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparams-callbackrequest-perl/debian/control?rev=69331&op=diff
==============================================================================
--- trunk/libparams-callbackrequest-perl/debian/control (original)
+++ trunk/libparams-callbackrequest-perl/debian/control Tue Feb 22 14:30:01 2011
@@ -1,7 +1,7 @@
 Source: libparams-callbackrequest-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl
+Build-Depends: debhelper (>= 8), libmodule-build-perl
 Build-Depends-Indep: perl (>= 5.8.0-7), libclass-isa-perl | perl (<< 5.10.1-13),
  libexception-class-perl,
  libparams-validate-perl, libtest-pod-perl

Modified: trunk/libparams-callbackrequest-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparams-callbackrequest-perl/debian/rules?rev=69331&op=diff
==============================================================================
--- trunk/libparams-callbackrequest-perl/debian/rules (original)
+++ trunk/libparams-callbackrequest-perl/debian/rules Tue Feb 22 14:30:01 2011
@@ -1,60 +1,4 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
-#
-# It was later modified by Jason Kohles <email at jasonkohles.com>
-# http://www.jasonkohles.com/ to support Module::Build installed modules
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	$(PERL) Build.PL installdirs=vendor
-	$(PERL) Build
-	$(PERL) Build test
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(PERL) Build install destdir=$(TMP) create_packlist=0
-	touch $@
-
-binary-arch:
-# We have nothing to do here for an architecture-independent package
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh $@




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