r7680 - in /trunk/libpod-xhtml-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Sep 18 04:39:08 UTC 2007


Author: dmn
Date: Tue Sep 18 04:39:08 2007
New Revision: 7680

URL: http://svn.debian.org/wsvn/?sc=1&rev=7680
Log:
* Cleanup debian/rules
  + Drop unneeded OPTIMIZE="..."
  + Drop unneeded dh_* calls
  + Move test suitr from install to build target
  + Move dh_clean $stamp_files before distclean

Modified:
    trunk/libpod-xhtml-perl/debian/changelog
    trunk/libpod-xhtml-perl/debian/rules

Modified: trunk/libpod-xhtml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libpod-xhtml-perl/debian/changelog?rev=7680&op=diff
==============================================================================
--- trunk/libpod-xhtml-perl/debian/changelog (original)
+++ trunk/libpod-xhtml-perl/debian/changelog Tue Sep 18 04:39:08 2007
@@ -2,8 +2,13 @@
 
   * New upstream release
   * Use dist/ on search.cpan.org for upstream source and Homepage
+  * Cleanup debian/rules
+    + Drop unneeded OPTIMIZE="..."
+    + Drop unneeded dh_* calls
+    + Move test suitr from install to build target
+    + Move dh_clean $stamp_files before distclean
 
- -- Damyan Ivanov <dmn at debian.org>  Tue, 18 Sep 2007 07:37:13 +0300
+ -- Damyan Ivanov <dmn at debian.org>  Tue, 18 Sep 2007 07:38:21 +0300
 
 libpod-xhtml-perl (1.52-2) unstable; urgency=low
 

Modified: trunk/libpod-xhtml-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libpod-xhtml-perl/debian/rules?rev=7680&op=diff
==============================================================================
--- trunk/libpod-xhtml-perl/debian/rules (original)
+++ trunk/libpod-xhtml-perl/debian/rules Tue Sep 18 04:39:08 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
@@ -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