r22781 - in /trunk/libcpan-distnameinfo-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jul 5 11:54:42 UTC 2008


Author: gregoa
Date: Sat Jul  5 11:54:42 2008
New Revision: 22781

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22781
Log:
Refresh debian/rules, no functional changes.

Modified:
    trunk/libcpan-distnameinfo-perl/debian/changelog
    trunk/libcpan-distnameinfo-perl/debian/rules

Modified: trunk/libcpan-distnameinfo-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-distnameinfo-perl/debian/changelog?rev=22781&op=diff
==============================================================================
--- trunk/libcpan-distnameinfo-perl/debian/changelog (original)
+++ trunk/libcpan-distnameinfo-perl/debian/changelog Sat Jul  5 11:54:42 2008
@@ -6,6 +6,7 @@
   * debian/control: change my email address.
   * debian/copyright: add copyright/license information for inc/* and upstream
     URL for newer releases.
+  * Refresh debian/rules, no functional changes.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 05 Jul 2008 13:38:03 +0200
 

Modified: trunk/libcpan-distnameinfo-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-distnameinfo-perl/debian/rules?rev=22781&op=diff
==============================================================================
--- trunk/libcpan-distnameinfo-perl/debian/rules (original)
+++ trunk/libcpan-distnameinfo-perl/debian/rules Sat Jul  5 11:54:42 2008
@@ -11,28 +11,21 @@
 # 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:
 	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
 
@@ -41,10 +34,10 @@
 	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
-
+	[ ! -d $(TMP)/usr/lib/perl5 ] || \
+		rmdir --ignore-fail-on-non-empty --parents --verbose \
+		$(TMP)/usr/lib/perl5
 	touch $@
 
 binary-arch:
@@ -63,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 install




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