r43845 - in /trunk/libtest-warn-perl/debian: changelog compat control rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Sep 8 14:17:28 UTC 2009


Author: dmn
Date: Tue Sep  8 14:17:19 2009
New Revision: 43845

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43845
Log:
use dh --with quilt 3-liner; bump debhelper and quilt build-dependency

Modified:
    trunk/libtest-warn-perl/debian/changelog
    trunk/libtest-warn-perl/debian/compat
    trunk/libtest-warn-perl/debian/control
    trunk/libtest-warn-perl/debian/rules

Modified: trunk/libtest-warn-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-warn-perl/debian/changelog?rev=43845&op=diff
==============================================================================
--- trunk/libtest-warn-perl/debian/changelog (original)
+++ trunk/libtest-warn-perl/debian/changelog Tue Sep  8 14:17:19 2009
@@ -16,6 +16,7 @@
     + adjust language.patch
     + tests no longer fail. Closes: #545668 -- FTBFS
   * language.patch: note that the patch was forwarded
+  * use dh --with quilt 3-liner; bump debhelper and quilt build-dependency
 
  -- Damyan Ivanov <dmn at debian.org>  Tue, 08 Sep 2009 16:34:04 +0300
 

Modified: trunk/libtest-warn-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-warn-perl/debian/compat?rev=43845&op=diff
==============================================================================
--- trunk/libtest-warn-perl/debian/compat (original)
+++ trunk/libtest-warn-perl/debian/compat Tue Sep  8 14:17:19 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libtest-warn-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-warn-perl/debian/control?rev=43845&op=diff
==============================================================================
--- trunk/libtest-warn-perl/debian/control (original)
+++ trunk/libtest-warn-perl/debian/control Tue Sep  8 14:17:19 2009
@@ -4,7 +4,7 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>,
  gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 5), quilt (>= 0.40)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: perl, libsub-uplevel-perl (>= 0.12),
  libtest-exception-perl, libarray-compare-perl, libtest-simple-perl,
  libtree-dagnode-perl, libtest-pod-perl

Modified: trunk/libtest-warn-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-warn-perl/debian/rules?rev=43845&op=diff
==============================================================================
--- trunk/libtest-warn-perl/debian/rules (original)
+++ trunk/libtest-warn-perl/debian/rules Tue Sep  8 14:17:19 2009
@@ -1,62 +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.
 
-# 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) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-	touch $@
-
-clean: unpatch
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || \
-		rmdir --ignore-fail-on-non-empty --parents --verbose \
-		$(TMP)/usr/lib/perl5
-	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 --with quilt $@




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