r7773 - in /trunk/libwww-myspace-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Sep 19 19:36:37 UTC 2007


Author: dmn
Date: Wed Sep 19 19:36:37 2007
New Revision: 7773

URL: http://svn.debian.org/wsvn/?sc=1&rev=7773
Log:
* debian/rules:
  + Move test siote from install to build target
  + Move dh_clean $stamp_files before distclean

Modified:
    trunk/libwww-myspace-perl/debian/changelog
    trunk/libwww-myspace-perl/debian/rules

Modified: trunk/libwww-myspace-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libwww-myspace-perl/debian/changelog?rev=7773&op=diff
==============================================================================
--- trunk/libwww-myspace-perl/debian/changelog (original)
+++ trunk/libwww-myspace-perl/debian/changelog Wed Sep 19 19:36:37 2007
@@ -1,8 +1,11 @@
 libwww-myspace-perl (0.71-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * debian/rules:
+    + Move test siote from install to build target
+    + Move dh_clean $stamp_files before distclean
 
- -- Damyan Ivanov <dmn at debian.org>  Wed, 19 Sep 2007 22:30:36 +0300
+ -- Damyan Ivanov <dmn at debian.org>  Wed, 19 Sep 2007 22:36:08 +0300
 
 libwww-myspace-perl (0.70-1) unstable; urgency=low
 

Modified: trunk/libwww-myspace-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libwww-myspace-perl/debian/rules?rev=7773&op=diff
==============================================================================
--- trunk/libwww-myspace-perl/debian/rules (original)
+++ trunk/libwww-myspace-perl/debian/rules Wed Sep 19 19:36:37 2007
@@ -26,6 +26,8 @@
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
+	# explicitly list only those tests that don't require network access.
+	$(MAKE) test TEST_FILES="t/00-load.t t/pod.t t/pod-coverage.t"
 
 	touch build-stamp
 
@@ -33,10 +35,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:
@@ -45,8 +47,6 @@
 	dh_clean -k
 
 	# Add commands to install the package into debian/$PACKAGE_NAME here
-	# explicitly list only those tests that don't require network access.
-	$(MAKE) test TEST_FILES="t/00-load.t t/pod.t t/pod-coverage.t"
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 
 	# As this is a architecture independent package, we are not




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