r71818 - /trunk/libnet-server-perl/debian/rules

wolffc-guest at users.alioth.debian.org wolffc-guest at users.alioth.debian.org
Mon Mar 21 12:24:14 UTC 2011


Author: wolffc-guest
Date: Mon Mar 21 12:24:02 2011
New Revision: 71818

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71818
Log:
fix debian-rules-makemaker-prefix-is-deprecated

Modified:
    trunk/libnet-server-perl/debian/rules

Modified: trunk/libnet-server-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-server-perl/debian/rules?rev=71818&op=diff
==============================================================================
--- trunk/libnet-server-perl/debian/rules (original)
+++ trunk/libnet-server-perl/debian/rules Mon Mar 21 12:24:02 2011
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
 PACKAGE=$(shell dh_listpackages)
-PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr
 
 ifndef PERL
 PERL=/usr/bin/perl
@@ -30,8 +29,7 @@
 	dh_testroot
 	dh_prep
 	dh_installdirs
-	$(MAKE) install PREFIX="$(PREFIX)"
-	find "$(PREFIX)" -type d -name .svn | xargs rm -rf
+	$(MAKE) install DESTDIR=$(TMP)
 
 binary-arch: build install
 




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