r1770 - packages/libnet-patricia-perl/trunk/debian

Niko Tyni ntyni-guest at costa.debian.org
Tue Dec 27 19:05:14 UTC 2005


Author: ntyni-guest
Date: 2005-12-27 19:05:14 +0000 (Tue, 27 Dec 2005)
New Revision: 1770

Modified:
   packages/libnet-patricia-perl/trunk/debian/changelog
   packages/libnet-patricia-perl/trunk/debian/rules
Log:
remove dh_movefiles


Modified: packages/libnet-patricia-perl/trunk/debian/changelog
===================================================================
--- packages/libnet-patricia-perl/trunk/debian/changelog	2005-12-27 18:44:53 UTC (rev 1769)
+++ packages/libnet-patricia-perl/trunk/debian/changelog	2005-12-27 19:05:14 UTC (rev 1770)
@@ -3,8 +3,10 @@
   * New upstream release
   * Updated to Standards-Version 3.6.2 and DH_COMPAT >= 5
   * Don't ignore the return value of 'make distclean'
+  * Remove dh_movefiles call; install everything into 
+    debian/$(PACKAGE) straight away
 
- -- Niko Tyni <ntyni at iki.fi>  Tue, 27 Dec 2005 20:41:10 +0200
+ -- Niko Tyni <ntyni at iki.fi>  Tue, 27 Dec 2005 21:04:57 +0200
 
 libnet-patricia-perl (1.010-5) unstable; urgency=low
 

Modified: packages/libnet-patricia-perl/trunk/debian/rules
===================================================================
--- packages/libnet-patricia-perl/trunk/debian/rules	2005-12-27 18:44:53 UTC (rev 1769)
+++ packages/libnet-patricia-perl/trunk/debian/rules	2005-12-27 19:05:14 UTC (rev 1770)
@@ -5,6 +5,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+PACKAGE=$(shell dh_listpackages)
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
@@ -36,7 +39,7 @@
 	dh_clean -k
 	dh_installdirs
 
-	$(MAKE) install PREFIX=$(CURDIR)/debian/tmp/usr
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 
 
 # Build architecture-independent files here.
@@ -47,7 +50,6 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_movefiles 
 
 	dh_installdocs
 	dh_installman




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