r11126 - in /trunk/libend-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Dec 11 14:26:24 UTC 2007


Author: dmn
Date: Tue Dec 11 14:26:24 2007
New Revision: 11126

URL: http://svn.debian.org/wsvn/?sc=1&rev=11126
Log:
  + drop --destdir argument to dh_builddeb

Modified:
    trunk/libend-perl/debian/changelog
    trunk/libend-perl/debian/rules

Modified: trunk/libend-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libend-perl/debian/changelog?rev=11126&op=diff
==============================================================================
--- trunk/libend-perl/debian/changelog (original)
+++ trunk/libend-perl/debian/changelog Tue Dec 11 14:26:24 2007
@@ -21,6 +21,7 @@
     + split PREFIX to DESTDIR and PREFIX
     + drop unneeded dh_shlibdeps
     + drop unneeded OPTIMIZE setting
+    + drop --destdir argument to dh_builddeb
   * Bump debhelper compat level to 5
 
  -- Damyan Ivanov <dmn at debian.org>  Tue, 11 Dec 2007 16:16:21 +0200

Modified: trunk/libend-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libend-perl/debian/rules?rev=11126&op=diff
==============================================================================
--- trunk/libend-perl/debian/rules (original)
+++ trunk/libend-perl/debian/rules Tue Dec 11 14:26:24 2007
@@ -13,9 +13,6 @@
 PERL = /usr/bin/perl
 endif
 
-ifndef DESTDIR
-DESTDIR=..
-endif
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
@@ -65,7 +62,7 @@
 	dh_perl
 	dh_gencontrol
 	dh_md5sums
-	dh_builddeb --destdir=$(DESTDIR)
+	dh_builddeb
 
 source diff:                                                                  
 	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false




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