r7468 - in /trunk/libmro-compat-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Sep 12 07:51:05 UTC 2007


Author: dmn
Date: Wed Sep 12 07:51:05 2007
New Revision: 7468

URL: http://svn.debian.org/wsvn/?sc=1&rev=7468
Log:
* Fixed old dh-make-perl cruft
  + moved dh_clean $stamp_files before realclean
  + dropped unused/unneeded dh_calls
  + moved test suite from install to build target

Modified:
    trunk/libmro-compat-perl/debian/changelog
    trunk/libmro-compat-perl/debian/rules

Modified: trunk/libmro-compat-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmro-compat-perl/debian/changelog?rev=7468&op=diff
==============================================================================
--- trunk/libmro-compat-perl/debian/changelog (original)
+++ trunk/libmro-compat-perl/debian/changelog Wed Sep 12 07:51:05 2007
@@ -2,8 +2,12 @@
 
   * New upstream release
     + Fix for RT#28661 (ill-formated %INC filenames aren't nice)
+  * Fixed old dh-make-perl cruft
+    + moved dh_clean $stamp_files before realclean
+    + dropped unused/unneeded dh_calls
+    + moved test suite from install to build target
 
- -- Damyan Ivanov <dmn at debian.org>  Wed, 12 Sep 2007 10:49:04 +0300
+ -- Damyan Ivanov <dmn at debian.org>  Wed, 12 Sep 2007 10:50:44 +0300
 
 libmro-compat-perl (0.04-1) unstable; urgency=low
 

Modified: trunk/libmro-compat-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmro-compat-perl/debian/rules?rev=7468&op=diff
==============================================================================
--- trunk/libmro-compat-perl/debian/rules (original)
+++ trunk/libmro-compat-perl/debian/rules Wed Sep 12 07:51:05 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
@@ -42,14 +42,10 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-#	dh_installcron
-#	dh_installmenu
 #	dh_installexamples
 	dh_installdocs README
 	dh_installchangelogs ChangeLog
 	dh_perl
-	dh_link
-	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_installdeb




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