r6860 - in /trunk/dh-make-perl: debian/changelog rules.MakeMaker.noxs rules.MakeMaker.xs rules.Module-Build.noxs rules.Module-Build.xs

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Aug 17 18:51:12 UTC 2007


Author: dmn
Date: Fri Aug 17 18:51:12 2007
New Revision: 6860

URL: http://svn.debian.org/wsvn/?sc=1&rev=6860
Log:
* Move tests from install to build target

Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/rules.MakeMaker.noxs
    trunk/dh-make-perl/rules.MakeMaker.xs
    trunk/dh-make-perl/rules.Module-Build.noxs
    trunk/dh-make-perl/rules.Module-Build.xs

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/debian/changelog?rev=6860&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Fri Aug 17 18:51:12 2007
@@ -13,8 +13,9 @@
 
   [ Damyan Ivanov ]
   * current watch file version is 3, this is what we generate too
-
- -- Damyan Ivanov <dmn at debian.org>  Fri, 17 Aug 2007 21:33:23 +0300
+  * Move tests from install to build target
+
+ -- Damyan Ivanov <dmn at debian.org>  Fri, 17 Aug 2007 21:50:42 +0300
 
 dh-make-perl (0.27) unstable; urgency=low
 

Modified: trunk/dh-make-perl/rules.MakeMaker.noxs
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/rules.MakeMaker.noxs?rev=6860&op=diff
==============================================================================
--- trunk/dh-make-perl/rules.MakeMaker.noxs (original)
+++ trunk/dh-make-perl/rules.MakeMaker.noxs Fri Aug 17 18:51:12 2007
@@ -26,6 +26,7 @@
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
+	#TEST#
 
 	touch build-stamp
 
@@ -45,7 +46,6 @@
 	dh_clean -k
 
 	# Add commands to install the package into debian/$PACKAGE_NAME here
-	#TEST#
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 
 	# As this is a architecture independent package, we are not

Modified: trunk/dh-make-perl/rules.MakeMaker.xs
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/rules.MakeMaker.xs?rev=6860&op=diff
==============================================================================
--- trunk/dh-make-perl/rules.MakeMaker.xs (original)
+++ trunk/dh-make-perl/rules.MakeMaker.xs Fri Aug 17 18:51:12 2007
@@ -35,6 +35,7 @@
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
+	#TEST#
 
 	touch build-stamp
 
@@ -54,7 +55,6 @@
 	dh_clean -k
 
 	# Add commands to install the package into debian/$PACKAGE_NAME here
-	#TEST#
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 
 	# As this is a architecture dependent package, we are not

Modified: trunk/dh-make-perl/rules.Module-Build.noxs
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/rules.Module-Build.noxs?rev=6860&op=diff
==============================================================================
--- trunk/dh-make-perl/rules.Module-Build.noxs (original)
+++ trunk/dh-make-perl/rules.Module-Build.noxs Fri Aug 17 18:51:12 2007
@@ -29,6 +29,7 @@
 	# Add commands to compile the package here
 	$(PERL) Build.PL installdirs=vendor
 	$(PERL) Build
+	#TEST#
 
 	touch build-stamp
 
@@ -48,7 +49,6 @@
 	dh_clean -k
 
 	# Add commands to install the package into debian/$PACKAGE_NAME here
-	#TEST#
 	$(PERL) Build install destdir=$(TMP)
 
 	touch install-stamp

Modified: trunk/dh-make-perl/rules.Module-Build.xs
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/rules.Module-Build.xs?rev=6860&op=diff
==============================================================================
--- trunk/dh-make-perl/rules.Module-Build.xs (original)
+++ trunk/dh-make-perl/rules.Module-Build.xs Fri Aug 17 18:51:12 2007
@@ -35,6 +35,7 @@
 	# Add commands to compile the package here
 	$(PERL) Build.PL installdirs=vendor
 	OPTIMIZE="$(CFLAGS)" $(PERL) Build
+	#TEST#
 
 	touch build-stamp
 
@@ -54,7 +55,6 @@
 	dh_clean -k
 
 	# Add commands to install the package into debian/$PACKAGE_NAME here
-	#TEST#
 	$(PERL) Build install destdir=$(TMP)
 
 	touch install-stamp




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