r21108 - in /trunk/libpar-dist-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jun 14 21:03:36 UTC 2008


Author: gregoa
Date: Sat Jun 14 21:03:36 2008
New Revision: 21108

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=21108
Log:
* Refresh debian/rules, no functional changes.
* debian/control: change my email address.

Modified:
    trunk/libpar-dist-perl/debian/changelog
    trunk/libpar-dist-perl/debian/control
    trunk/libpar-dist-perl/debian/rules

Modified: trunk/libpar-dist-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-dist-perl/debian/changelog?rev=21108&op=diff
==============================================================================
--- trunk/libpar-dist-perl/debian/changelog (original)
+++ trunk/libpar-dist-perl/debian/changelog Sat Jun 14 21:03:36 2008
@@ -5,6 +5,8 @@
   * Add /me to Uploaders.
   * debian/control: remove trailing comma in Depends:, fix URL in Homepage:.
   * debian/watch: extended regexp for matching upstream releases.
+  * Refresh debian/rules, no functional changes.
+  * debian/control: change my email address.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 14 Jun 2008 22:57:41 +0200
 

Modified: trunk/libpar-dist-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-dist-perl/debian/control?rev=21108&op=diff
==============================================================================
--- trunk/libpar-dist-perl/debian/control (original)
+++ trunk/libpar-dist-perl/debian/control Sat Jun 14 21:03:36 2008
@@ -6,7 +6,7 @@
  libtest-pod-coverage-perl
 Uploaders: Florian Ragwitz <rafl at debian.org>, 
  Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
- gregor herrmann <gregor+debian at comodo.priv.at>
+ gregor herrmann <gregoa at debian.org>
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Homepage: http://search.cpan.org/dist/PAR-Dist/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpar-dist-perl/

Modified: trunk/libpar-dist-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-dist-perl/debian/rules?rev=21108&op=diff
==============================================================================
--- trunk/libpar-dist-perl/debian/rules (original)
+++ trunk/libpar-dist-perl/debian/rules Sat Jun 14 21:03:36 2008
@@ -1,14 +1,19 @@
 #!/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)
+PERL   ?= /usr/bin/perl
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
 build-stamp:
@@ -16,7 +21,7 @@
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	PERL_TEST_POD=1 $(MAKE) test
-	touch build-stamp
+	touch $@
 
 clean:
 	dh_testdir
@@ -30,11 +35,13 @@
 	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 install-stamp
+	[ ! -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 by default.
+# We have nothing to do here for an architecture-independent package
 
 binary-indep: build install
 	dh_testdir
@@ -49,8 +56,5 @@
 	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
+.PHONY: build clean binary-indep binary-arch binary install




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