r41252 - in /trunk/libnumber-compare-perl/debian: changelog compat control rules

diocles-guest at users.alioth.debian.org diocles-guest at users.alioth.debian.org
Mon Aug 3 18:20:51 UTC 2009


Author: diocles-guest
Date: Mon Aug  3 18:20:45 2009
New Revision: 41252

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41252
Log:
  * debian/rules: Switch to 3-line rules file.
  * debian/compat: Bump to 7.
  * debian/control:
    + Update debhelper dependency.
    + Update Standards-Version to 3.8.2. (No changes needed.)

Modified:
    trunk/libnumber-compare-perl/debian/changelog
    trunk/libnumber-compare-perl/debian/compat
    trunk/libnumber-compare-perl/debian/control
    trunk/libnumber-compare-perl/debian/rules

Modified: trunk/libnumber-compare-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnumber-compare-perl/debian/changelog?rev=41252&op=diff
==============================================================================
--- trunk/libnumber-compare-perl/debian/changelog (original)
+++ trunk/libnumber-compare-perl/debian/changelog Mon Aug  3 18:20:45 2009
@@ -7,6 +7,13 @@
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
+
+  [ Tim Retout ]
+  * debian/rules: Switch to 3-line rules file.
+  * debian/compat: Bump to 7.
+  * debian/control:
+    + Update debhelper dependency.
+    + Update Standards-Version to 3.8.2. (No changes needed.)
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:45:41 +0100
 

Modified: trunk/libnumber-compare-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnumber-compare-perl/debian/compat?rev=41252&op=diff
==============================================================================
--- trunk/libnumber-compare-perl/debian/compat (original)
+++ trunk/libnumber-compare-perl/debian/compat Mon Aug  3 18:20:45 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libnumber-compare-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnumber-compare-perl/debian/control?rev=41252&op=diff
==============================================================================
--- trunk/libnumber-compare-perl/debian/control (original)
+++ trunk/libnumber-compare-perl/debian/control Mon Aug  3 18:20:45 2009
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>> 5.6)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/Number-Compare/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnumber-compare-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnumber-compare-perl/

Modified: trunk/libnumber-compare-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnumber-compare-perl/debian/rules?rev=41252&op=diff
==============================================================================
--- trunk/libnumber-compare-perl/debian/rules (original)
+++ trunk/libnumber-compare-perl/debian/rules Mon Aug  3 18:20:45 2009
@@ -1,70 +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
-
-# 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:
-	dh_testdir
-
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-
-	touch $@
-
-clean:
-	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
-
-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 install
+%:
+	dh $@




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