r28520 - in /trunk/libmodule-packaged-perl/debian: changelog compat control rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Dec 23 07:50:58 UTC 2008


Author: dmn
Date: Tue Dec 23 07:50:55 2008
New Revision: 28520

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28520
Log:
* rules,compat,control: upgrade to DH7
  + do not ship redundant README

Modified:
    trunk/libmodule-packaged-perl/debian/changelog
    trunk/libmodule-packaged-perl/debian/compat
    trunk/libmodule-packaged-perl/debian/control
    trunk/libmodule-packaged-perl/debian/rules

Modified: trunk/libmodule-packaged-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-packaged-perl/debian/changelog?rev=28520&op=diff
==============================================================================
--- trunk/libmodule-packaged-perl/debian/changelog (original)
+++ trunk/libmodule-packaged-perl/debian/changelog Tue Dec 23 07:50:55 2008
@@ -29,6 +29,8 @@
 
   [ Damyan Ivanov ]
   * control: wrap long fields
+  * rules,compat,control: upgrade to DH7
+    + do not ship redundant README
 
  -- Joachim Breitner <nomeata at debian.org>  Mon, 11 Feb 2008 20:29:57 +0000
 

Modified: trunk/libmodule-packaged-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-packaged-perl/debian/compat?rev=28520&op=diff
==============================================================================
--- trunk/libmodule-packaged-perl/debian/compat (original)
+++ trunk/libmodule-packaged-perl/debian/compat Tue Dec 23 07:50:55 2008
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libmodule-packaged-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-packaged-perl/debian/control?rev=28520&op=diff
==============================================================================
--- trunk/libmodule-packaged-perl/debian/control (original)
+++ trunk/libmodule-packaged-perl/debian/control Tue Dec 23 07:50:55 2008
@@ -1,7 +1,7 @@
 Source: libmodule-packaged-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl, quilt (>= 0.40)
+Build-Depends: debhelper (>= 7), libmodule-build-perl, quilt (>= 0.40)
 Build-Depends-Indep: perl (>= 5.8.0-7),
  perl-modules (>= 5.10), libwww-perl (>= 5.69), libsort-versions-perl (>= 1.5),
  libparse-debian-packages-perl (>= 0.01), libparse-cpan-packages-perl (>= 2.20),

Modified: trunk/libmodule-packaged-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-packaged-perl/debian/rules?rev=28520&op=diff
==============================================================================
--- trunk/libmodule-packaged-perl/debian/rules (original)
+++ trunk/libmodule-packaged-perl/debian/rules Tue Dec 23 07:50:55 2008
@@ -1,62 +1,25 @@
 #!/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
 
 include /usr/share/quilt/quilt.make
 
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-	$(PERL) Build.PL installdirs=vendor
-	$(PERL) Build
-	$(PERL) Build test
+	dh build
 	touch $@
 
 clean: unpatch
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(PERL) Build install destdir=$(TMP) create_packlist=0
+	dh install
 	touch $@
 
 binary-arch:
-# We have nothing to do here for an architecture-independent package
 
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs README
-	dh_installchangelogs CHANGES
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+binary-indep: install
+	dh $@
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build




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