r7450 - in /trunk/libb-utils-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Sep 12 06:03:58 UTC 2007


Author: dmn
Date: Wed Sep 12 06:03:58 2007
New Revision: 7450

URL: http://svn.debian.org/wsvn/?sc=1&rev=7450
Log:
* debian/rules: fixed old dh-make-perl cruft
  + dropped unneeded OPTIMIZE="..."
  + test suite moved from install to build target
  + drop unneeded dh_link and dh_strip
  + moved dh_clean $stamp_files before realclean

Modified:
    trunk/libb-utils-perl/debian/changelog
    trunk/libb-utils-perl/debian/rules

Modified: trunk/libb-utils-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libb-utils-perl/debian/changelog?rev=7450&op=diff
==============================================================================
--- trunk/libb-utils-perl/debian/changelog (original)
+++ trunk/libb-utils-perl/debian/changelog Wed Sep 12 06:03:58 2007
@@ -3,8 +3,13 @@
   * debian/copyright: added upstream source location
     + fixed upstream author information
     + added licensing information
+  * debian/rules: fixed old dh-make-perl cruft
+    + dropped unneeded OPTIMIZE="..."
+    + test suite moved from install to build target
+    + drop unneeded dh_link and dh_strip
+    + moved dh_clean $stamp_files before realclean
 
- -- Damyan Ivanov <dmn at debian.org>  Wed, 12 Sep 2007 09:00:21 +0300
+ -- Damyan Ivanov <dmn at debian.org>  Wed, 12 Sep 2007 09:03:37 +0300
 
 libb-utils-perl (0.05-1) unstable; urgency=low
 

Modified: trunk/libb-utils-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libb-utils-perl/debian/rules?rev=7450&op=diff
==============================================================================
--- trunk/libb-utils-perl/debian/rules (original)
+++ trunk/libb-utils-perl/debian/rules Wed Sep 12 06:03:58 2007
@@ -25,7 +25,8 @@
 
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-Wall -O2 -g"
+	$(MAKE)
+	$(MAKE) test
 
 	touch build-stamp
 
@@ -33,10 +34,10 @@
 	dh_testdir
 	dh_testroot
 
+	dh_clean build-stamp install-stamp
+
 	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
-
-	dh_clean build-stamp install-stamp
 
 install: build install-stamp
 install-stamp:
@@ -45,7 +46,6 @@
 	dh_clean -k
 
 	# Add commands to install the package into debian/$PACKAGE_NAME here
-	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 
 	# As this is a architecture independent package, we are not
@@ -64,8 +64,6 @@
 	dh_installdocs README
 	dh_installchangelogs Changes
 	dh_perl
-	dh_link
-	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_installdeb




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