r24316 - in /trunk/libpoe-component-client-keepalive-perl/debian: changelog rules

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Fri Aug 15 13:32:13 UTC 2008


Author: emhn-guest
Date: Fri Aug 15 13:32:11 2008
New Revision: 24316

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24316
Log:
* New upstream release.
* Refreshed debian/rules using new templates.
* Updated Standards version to 3.8.0.

Modified:
    trunk/libpoe-component-client-keepalive-perl/debian/changelog
    trunk/libpoe-component-client-keepalive-perl/debian/rules

Modified: trunk/libpoe-component-client-keepalive-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-keepalive-perl/debian/changelog?rev=24316&op=diff
==============================================================================
--- trunk/libpoe-component-client-keepalive-perl/debian/changelog (original)
+++ trunk/libpoe-component-client-keepalive-perl/debian/changelog Fri Aug 15 13:32:11 2008
@@ -1,8 +1,10 @@
 libpoe-component-client-keepalive-perl (0.21-1) unstable; urgency=low
 
-  * New upstream release
+  * New upstream release.
+  * Refreshed debian/rules using new templates.
+  * Updated Standards version to 3.8.0.
 
- -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 15 Aug 2008 08:38:11 -0430
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 15 Aug 2008 09:01:27 -0430
 
 libpoe-component-client-keepalive-perl (0.1001-1) unstable; urgency=low
 

Modified: trunk/libpoe-component-client-keepalive-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-keepalive-perl/debian/rules?rev=24316&op=diff
==============================================================================
--- trunk/libpoe-component-client-keepalive-perl/debian/rules (original)
+++ trunk/libpoe-component-client-keepalive-perl/debian/rules Fri Aug 15 13:32:11 2008
@@ -11,31 +11,23 @@
 # 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
-
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
-
 	touch $@
 
 clean:
 	dh_testdir
 	dh_testroot
-
 	dh_clean build-stamp install-stamp
-
 	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
 
@@ -44,12 +36,11 @@
 	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
-
+	[ ! -d $(TMP)/usr/lib/perl5 ] || \
+		rmdir --ignore-fail-on-non-empty --parents --verbose \
+		$(TMP)/usr/lib/perl5
 	touch $@
 
 binary-arch:
@@ -58,7 +49,7 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs
+	dh_installdocs README
 	dh_installchangelogs CHANGES
 	dh_perl
 	dh_compress
@@ -68,8 +59,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