r7507 - in /trunk/libtemplate-plugin-textile2-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Sep 13 04:32:48 UTC 2007


Author: dmn
Date: Thu Sep 13 04:32:47 2007
New Revision: 7507

URL: http://svn.debian.org/wsvn/?sc=1&rev=7507
Log:
* Cleaned up debian/rules
  + Drop unneeded OPTIMIZE="..." for arch-indep package
  + Enable test suite and move it from install to build target
  + Don't ignore distclean errors
  + Move dh_clean $stamp_files before distclean
  + Drop unneeded/unused dh_* calls

Modified:
    trunk/libtemplate-plugin-textile2-perl/debian/changelog
    trunk/libtemplate-plugin-textile2-perl/debian/rules

Modified: trunk/libtemplate-plugin-textile2-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtemplate-plugin-textile2-perl/debian/changelog?rev=7507&op=diff
==============================================================================
--- trunk/libtemplate-plugin-textile2-perl/debian/changelog (original)
+++ trunk/libtemplate-plugin-textile2-perl/debian/changelog Thu Sep 13 04:32:47 2007
@@ -3,8 +3,14 @@
   * Fixed debian/copyright:
     + added upstream URL
     + corrected author and copyright and extended licensing information
+  * Cleaned up debian/rules
+    + Drop unneeded OPTIMIZE="..." for arch-indep package
+    + Enable test suite and move it from install to build target
+    + Don't ignore distclean errors
+    + Move dh_clean $stamp_files before distclean
+    + Drop unneeded/unused dh_* calls
 
- -- Damyan Ivanov <dmn at debian.org>  Thu, 13 Sep 2007 07:27:38 +0300
+ -- Damyan Ivanov <dmn at debian.org>  Thu, 13 Sep 2007 07:31:29 +0300
 
 libtemplate-plugin-textile2-perl (1.21-2) unstable; urgency=low
 

Modified: trunk/libtemplate-plugin-textile2-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtemplate-plugin-textile2-perl/debian/rules?rev=7507&op=diff
==============================================================================
--- trunk/libtemplate-plugin-textile2-perl/debian/rules (original)
+++ trunk/libtemplate-plugin-textile2-perl/debian/rules Thu Sep 13 04:32:47 2007
@@ -28,7 +28,8 @@
 
 	# Add commands to compile the package here
 	$(PERL) Build.PL installdirs=vendor
-	OPTIMIZE="-Wall -O2 -g" $(PERL) Build
+	$(PERL) Build
+	$(PERL) Build test
 
 	touch build-stamp
 
@@ -36,10 +37,10 @@
 	dh_testdir
 	dh_testroot
 
+	dh_clean build-stamp install-stamp
+
 	# Add commands to clean up after the build process here
-	-$(PERL) Build distclean
-
-	dh_clean build-stamp install-stamp
+	[ ! -f Build ] || $(PERL) Build distclean
 
 install: build install-stamp
 install-stamp:
@@ -48,7 +49,6 @@
 	dh_clean -k
 
 	# Add commands to install the package into debian/$PACKAGE_NAME here
-	#$(PERL) Build test
 	$(PERL) Build install destdir=$(TMP)
 
 	touch install-stamp
@@ -62,8 +62,6 @@
 	dh_installdocs
 	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