r18463 - in /trunk/librpc-xml-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Thu Apr 10 14:31:47 UTC 2008


Author: gregoa-guest
Date: Thu Apr 10 14:31:46 2008
New Revision: 18463

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18463
Log:
debian/rules:
- remove obsolete source and diff targets
- remove DESTDIR variable for dh_builddeb
- remove call to dh_installman

Modified:
    trunk/librpc-xml-perl/debian/changelog
    trunk/librpc-xml-perl/debian/rules

Modified: trunk/librpc-xml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librpc-xml-perl/debian/changelog?rev=18463&op=diff
==============================================================================
--- trunk/librpc-xml-perl/debian/changelog (original)
+++ trunk/librpc-xml-perl/debian/changelog Thu Apr 10 14:31:46 2008
@@ -2,8 +2,12 @@
 
   * New upstream release.
   * debian/copyright: update years of copyright and licensing terms.
+  * debian/rules:
+    - remove obsolete source and diff targets
+    - remove DESTDIR variable for dh_builddeb
+    - remove call to dh_installman
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu, 10 Apr 2008 16:25:52 +0200
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu, 10 Apr 2008 16:30:04 +0200
 
 librpc-xml-perl (0.59-3) unstable; urgency=low
 

Modified: trunk/librpc-xml-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librpc-xml-perl/debian/rules?rev=18463&op=diff
==============================================================================
--- trunk/librpc-xml-perl/debian/rules (original)
+++ trunk/librpc-xml-perl/debian/rules Thu Apr 10 14:31:46 2008
@@ -13,9 +13,6 @@
 PERL = /usr/bin/perl
 endif
 
-ifndef DESTDIR
-DESTDIR=..
-endif
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
@@ -70,17 +67,13 @@
 	dh_installdocs README.apache2 README
 	# ex/README isn't worth installing
 	dh_installexamples -XREADME ex/*
-	dh_installman
 	dh_installchangelogs ChangeLog
 	dh_compress
 	dh_fixperms
 	dh_perl
 	dh_gencontrol
 	dh_md5sums
-	dh_builddeb --destdir=$(DESTDIR)
-
-source diff:
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+	dh_builddeb
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-arch binary-indep binary install




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