r19311 - in /trunk/libdbd-xbase-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Apr 30 21:49:44 UTC 2008


Author: gregoa
Date: Wed Apr 30 21:49:41 2008
New Revision: 19311

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

Modified:
    trunk/libdbd-xbase-perl/debian/changelog
    trunk/libdbd-xbase-perl/debian/rules

Modified: trunk/libdbd-xbase-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-xbase-perl/debian/changelog?rev=19311&op=diff
==============================================================================
--- trunk/libdbd-xbase-perl/debian/changelog (original)
+++ trunk/libdbd-xbase-perl/debian/changelog Wed Apr 30 21:49:41 2008
@@ -5,8 +5,9 @@
     in a row.
   * debian/copyright: point to dist-based version of the upstream source;
     improve reference to Perl license.
+  * Refresh debian/rules, no functional changes.
 
- -- gregor herrmann <gregoa at debian.org>  Wed, 30 Apr 2008 23:44:37 +0200
+ -- gregor herrmann <gregoa at debian.org>  Wed, 30 Apr 2008 23:48:03 +0200
 
 libdbd-xbase-perl (1:0.241-5) unstable; urgency=low
 

Modified: trunk/libdbd-xbase-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-xbase-perl/debian/rules?rev=19311&op=diff
==============================================================================
--- trunk/libdbd-xbase-perl/debian/rules (original)
+++ trunk/libdbd-xbase-perl/debian/rules Wed Apr 30 21:49:41 2008
@@ -13,13 +13,9 @@
 # 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)
+PACKAGE = $(shell dh_listpackages)
+PERL   ?= /usr/bin/perl
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
@@ -74,8 +70,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