r21718 - in /trunk/libpod-simple-perl/debian: changelog compat control rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Jun 16 09:22:33 UTC 2008


Author: dmn
Date: Mon Jun 16 09:22:33 2008
New Revision: 21718

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=21718
Log:
replace debian/rules with a three-liner thanks to debhelper 7

Modified:
    trunk/libpod-simple-perl/debian/changelog
    trunk/libpod-simple-perl/debian/compat
    trunk/libpod-simple-perl/debian/control
    trunk/libpod-simple-perl/debian/rules

Modified: trunk/libpod-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-simple-perl/debian/changelog?rev=21718&op=diff
==============================================================================
--- trunk/libpod-simple-perl/debian/changelog (original)
+++ trunk/libpod-simple-perl/debian/changelog Mon Jun 16 09:22:33 2008
@@ -4,6 +4,7 @@
     Closes: #481958 -- contains the same version that's in perl-modules
   * add perl-modules (>= 5.10) to B-D-I as Test 1.25 is required by tests
   * add upstream maintainers info to debian/copyright
+  * replace debian/rules with a three-liner thanks to debhelper 7
 
  -- Damyan Ivanov <dmn at debian.org>  Mon, 16 Jun 2008 12:05:00 +0300
 

Modified: trunk/libpod-simple-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-simple-perl/debian/compat?rev=21718&op=diff
==============================================================================
--- trunk/libpod-simple-perl/debian/compat (original)
+++ trunk/libpod-simple-perl/debian/compat Mon Jun 16 09:22:33 2008
@@ -1,1 +1,1 @@
-6
+7

Modified: trunk/libpod-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-simple-perl/debian/control?rev=21718&op=diff
==============================================================================
--- trunk/libpod-simple-perl/debian/control (original)
+++ trunk/libpod-simple-perl/debian/control Mon Jun 16 09:22:33 2008
@@ -4,7 +4,7 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>, Gunnar Wolf <gwolf at debian.org>,
  Damyan Ivanov <dmn at debian.org>
-Build-Depends: debhelper (>= 6)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: libpod-escapes-perl, perl (>= 5.6.0-16), perl-doc,
  perl-modules (>= 5.10)
 Standards-Version: 3.7.3

Modified: trunk/libpod-simple-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-simple-perl/debian/rules?rev=21718&op=diff
==============================================================================
--- trunk/libpod-simple-perl/debian/rules (original)
+++ trunk/libpod-simple-perl/debian/rules Mon Jun 16 09:22:33 2008
@@ -1,61 +1,3 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# This is the debhelper compatibility version to use.
-# export DH_COMPAT=4
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP =$(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-	[ ! -f Makefile ] || $(MAKE) distclean
-	rm -rf t/delme*
-	dh_clean build-stamp install-stamp
-	dh_clean
-
-install: install-stamp
-
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-	$(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:;
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs ChangeLog
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_perl
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+%:
+	dh $@




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