r8336 - in /trunk/libfile-read-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Oct 18 19:47:05 UTC 2007


Author: dmn
Date: Thu Oct 18 19:47:05 2007
New Revision: 8336

URL: http://svn.debian.org/wsvn/?sc=1&rev=8336
Log:
* Clean up debian/rules

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

Modified: trunk/libfile-read-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libfile-read-perl/debian/changelog?rev=8336&op=diff
==============================================================================
--- trunk/libfile-read-perl/debian/changelog (original)
+++ trunk/libfile-read-perl/debian/changelog Thu Oct 18 19:47:05 2007
@@ -10,8 +10,9 @@
   [ Damyan Ivanov ]
   * [debian/watch] mangle upstream version so that 0.07 becomes 0.0700 to keep
     versions sequential (dpkg-wise)
+  * Clean up debian/rules
 
- -- Damyan Ivanov <dmn at debian.org>  Thu, 18 Oct 2007 22:44:58 +0300
+ -- Damyan Ivanov <dmn at debian.org>  Thu, 18 Oct 2007 22:46:57 +0300
 
 libfile-read-perl (0.0602-1) unstable; urgency=low
 

Modified: trunk/libfile-read-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libfile-read-perl/debian/rules?rev=8336&op=diff
==============================================================================
--- trunk/libfile-read-perl/debian/rules (original)
+++ trunk/libfile-read-perl/debian/rules Thu Oct 18 19:47:05 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
+	AUTOMATED_TESTING=1 $(PERL) Build test
 
 	touch build-stamp
 
@@ -36,10 +37,9 @@
 	dh_testdir
 	dh_testroot
 
-	# Add commands to clean up after the build process here
+	dh_clean build-stamp install-stamp
+
 	[ ! -f Build ] || $(PERL) Build distclean
-
-	dh_clean build-stamp install-stamp
 
 install: build install-stamp 
 install-stamp:
@@ -47,8 +47,6 @@
 	dh_testroot
 	dh_clean -k
 
-	# Add commands to install the package into debian/$PACKAGE_NAME here
-	AUTOMATED_TESTING=1 $(PERL) Build test
 	$(PERL) Build install destdir=$(TMP)
 
 	touch install-stamp
@@ -62,7 +60,6 @@
 	dh_installdocs README
 	dh_installchangelogs Changes
 	dh_perl
-	dh_link
 	dh_compress
 	dh_fixperms
 	dh_installdeb




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