r8195 - in /trunk/libjson-any-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Oct 11 07:04:12 UTC 2007


Author: dmn
Date: Thu Oct 11 07:04:11 2007
New Revision: 8195

URL: http://svn.debian.org/wsvn/?sc=1&rev=8195
Log:
* Clean up debian/rules
  + move test suite in build target and stop ignring errors from it
  + clean stamps before distclean
  + drop unused dh_link and dh_strip calls
  + drop unused OPTIMIZE="..." setting

Modified:
    trunk/libjson-any-perl/debian/changelog
    trunk/libjson-any-perl/debian/rules

Modified: trunk/libjson-any-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libjson-any-perl/debian/changelog?rev=8195&op=diff
==============================================================================
--- trunk/libjson-any-perl/debian/changelog (original)
+++ trunk/libjson-any-perl/debian/changelog Thu Oct 11 07:04:11 2007
@@ -3,7 +3,13 @@
   * New upstream release
     Improves unicode support
 
- -- Damyan Ivanov <dmn at debian.org>  Thu, 11 Oct 2007 09:57:36 +0300
+  * Clean up debian/rules
+    + move test suite in build target and stop ignring errors from it
+    + clean stamps before distclean
+    + drop unused dh_link and dh_strip calls
+    + drop unused OPTIMIZE="..." setting
+
+ -- Damyan Ivanov <dmn at debian.org>  Thu, 11 Oct 2007 10:03:37 +0300
 
 libjson-any-perl (1.08-2) UNRELEASED; urgency=low
 

Modified: trunk/libjson-any-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libjson-any-perl/debian/rules?rev=8195&op=diff
==============================================================================
--- trunk/libjson-any-perl/debian/rules (original)
+++ trunk/libjson-any-perl/debian/rules Thu Oct 11 07:04:11 2007
@@ -17,21 +17,21 @@
 build-stamp:
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-Wall -O2 -g"
+	$(MAKE)
+	$(MAKE) test
 	touch build-stamp
 
 clean:
 	dh_testdir
 	dh_testroot
+	dh_clean build-stamp install-stamp
 	[ ! -f Makefile ] || $(MAKE) realclean
-	dh_clean build-stamp install-stamp
 
 install: build install-stamp
 install-stamp:
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	-$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
 	touch install-stamp
@@ -45,8 +45,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