r8285 - in /trunk/libfile-remove-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Oct 16 19:46:22 UTC 2007


Author: dmn
Date: Tue Oct 16 19:46:22 2007
New Revision: 8285

URL: http://svn.debian.org/wsvn/?sc=1&rev=8285
Log:
* Clean-up debian/rules
  + Move test suite from install to build target
  + Drop unused dh_* calls
  + Clean stamps before distclean
  + Remove unneeded OPTIMIZE="..."

Modified:
    trunk/libfile-remove-perl/debian/changelog
    trunk/libfile-remove-perl/debian/rules

Modified: trunk/libfile-remove-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libfile-remove-perl/debian/changelog?rev=8285&op=diff
==============================================================================
--- trunk/libfile-remove-perl/debian/changelog (original)
+++ trunk/libfile-remove-perl/debian/changelog Tue Oct 16 19:46:22 2007
@@ -2,13 +2,19 @@
 
   [ Damyan Ivanov ]
   * New upstream release
+
+  * Clean-up debian/rules
+    + Move test suite from install to build target
+    + Drop unused dh_* calls
+    + Clean stamps before distclean
+    + Remove unneeded OPTIMIZE="..."
 
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
 
- -- Damyan Ivanov <dmn at debian.org>  Tue, 16 Oct 2007 22:43:03 +0300
+ -- Damyan Ivanov <dmn at debian.org>  Tue, 16 Oct 2007 22:46:18 +0300
 
 libfile-remove-perl (0.37-1) unstable; urgency=low
 

Modified: trunk/libfile-remove-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libfile-remove-perl/debian/rules?rev=8285&op=diff
==============================================================================
--- trunk/libfile-remove-perl/debian/rules (original)
+++ trunk/libfile-remove-perl/debian/rules Tue Oct 16 19:46:22 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) distclean
-
-	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
@@ -61,14 +61,10 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-#	dh_installcron
-#	dh_installmenu
 #	dh_installexamples
 	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