r49022 - in /trunk/libemail-valid-perl/debian: changelog compat control libemail-valid-perl.examples rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Dec 20 13:18:43 UTC 2009


Author: gregoa
Date: Sun Dec 20 13:18:36 2009
New Revision: 49022

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49022
Log:
Switch to debhelper 7.

Added:
    trunk/libemail-valid-perl/debian/libemail-valid-perl.examples
Modified:
    trunk/libemail-valid-perl/debian/changelog
    trunk/libemail-valid-perl/debian/compat
    trunk/libemail-valid-perl/debian/control
    trunk/libemail-valid-perl/debian/rules

Modified: trunk/libemail-valid-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-valid-perl/debian/changelog?rev=49022&op=diff
==============================================================================
--- trunk/libemail-valid-perl/debian/changelog (original)
+++ trunk/libemail-valid-perl/debian/changelog Sun Dec 20 13:18:36 2009
@@ -27,6 +27,7 @@
   [ gregor herrmann ]
   * Change my email address.
   * Set Standards-Version to 3.8.3 (no changes).
+  * Switch to debhelper 7.
 
  -- Ryan Niebur <ryan at debian.org>  Fri, 25 Sep 2009 00:24:43 -0700
 

Modified: trunk/libemail-valid-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-valid-perl/debian/compat?rev=49022&op=diff
==============================================================================
--- trunk/libemail-valid-perl/debian/compat (original)
+++ trunk/libemail-valid-perl/debian/compat Sun Dec 20 13:18:36 2009
@@ -1,1 +1,1 @@
-6
+7

Modified: trunk/libemail-valid-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-valid-perl/debian/control?rev=49022&op=diff
==============================================================================
--- trunk/libemail-valid-perl/debian/control (original)
+++ trunk/libemail-valid-perl/debian/control Sun Dec 20 13:18:36 2009
@@ -1,7 +1,7 @@
 Source: libemail-valid-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6), quilt (>= 0.40)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: perl, libmailtools-perl, libnet-dns-perl,
  libnet-domain-tld-perl (>= 1.65-2), netbase, libtest-pod-coverage-perl,
  libtest-pod-perl

Added: trunk/libemail-valid-perl/debian/libemail-valid-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-valid-perl/debian/libemail-valid-perl.examples?rev=49022&op=file
==============================================================================
--- trunk/libemail-valid-perl/debian/libemail-valid-perl.examples (added)
+++ trunk/libemail-valid-perl/debian/libemail-valid-perl.examples Sun Dec 20 13:18:36 2009
@@ -1,0 +1,1 @@
+t/valid.t

Modified: trunk/libemail-valid-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-valid-perl/debian/rules?rev=49022&op=diff
==============================================================================
--- trunk/libemail-valid-perl/debian/rules (original)
+++ trunk/libemail-valid-perl/debian/rules Sun Dec 20 13:18:36 2009
@@ -1,78 +1,3 @@
 #!/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
-
-include /usr/share/quilt/quilt.make
-
-# 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
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-
-	# Add commands to compile the package here
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-
-	touch $@
-
-clean: unpatch
-	dh_testdir
-	dh_testroot
-
-	dh_clean build-stamp install-stamp
-
-	# Add commands to clean up after the build process here
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-
-	# Add commands to install the package into $(TMP) here
-	$(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_installexamples t/valid.t
-	dh_installdocs
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-source diff:
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+%:
+	dh --with quilt $@




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