r7493 - in /trunk/libdata-dump-streamer-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Sep 12 13:45:40 UTC 2007


Author: dmn
Date: Wed Sep 12 13:45:39 2007
New Revision: 7493

URL: http://svn.debian.org/wsvn/?sc=1&rev=7493
Log:
* Removed old dh-make-perl cruft
  + Drop unused dh_link
  + Move test suite from install to build target
  + Move dh_clean $stamp_files before realclean

Modified:
    trunk/libdata-dump-streamer-perl/debian/changelog
    trunk/libdata-dump-streamer-perl/debian/rules

Modified: trunk/libdata-dump-streamer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdata-dump-streamer-perl/debian/changelog?rev=7493&op=diff
==============================================================================
--- trunk/libdata-dump-streamer-perl/debian/changelog (original)
+++ trunk/libdata-dump-streamer-perl/debian/changelog Wed Sep 12 13:45:39 2007
@@ -5,8 +5,12 @@
       are confused inside of repeat value folding logic.
   * Fixed debian/watch to stop capturing file extension
   * Improved debian/copyright -- added upstream location and license
+  * Removed old dh-make-perl cruft
+    + Drop unused dh_link
+    + Move test suite from install to build target
+    + Move dh_clean $stamp_files before realclean
 
- -- Damyan Ivanov <dmn at debian.org>  Wed, 12 Sep 2007 16:43:56 +0300
+ -- Damyan Ivanov <dmn at debian.org>  Wed, 12 Sep 2007 16:44:58 +0300
 
 libdata-dump-streamer-perl (2.03-30-1) unstable; urgency=low
 

Modified: trunk/libdata-dump-streamer-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdata-dump-streamer-perl/debian/rules?rev=7493&op=diff
==============================================================================
--- trunk/libdata-dump-streamer-perl/debian/rules (original)
+++ trunk/libdata-dump-streamer-perl/debian/rules Wed Sep 12 13:45:39 2007
@@ -35,6 +35,7 @@
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
+	$(MAKE) test
 
 	touch build-stamp
 
@@ -42,10 +43,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:
@@ -54,7 +55,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 dependent package, we are not
@@ -75,7 +75,6 @@
 	dh_installdocs README
 	dh_installexamples 
 	dh_installchangelogs Changes
-	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms




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