r12228 - in /trunk/libtest-class-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Tue Jan 8 15:52:20 UTC 2008


Author: gregoa-guest
Date: Tue Jan  8 15:52:20 2008
New Revision: 12228

URL: http://svn.debian.org/wsvn/?sc=1&rev=12228
Log:
  - add tests to build-stamp target

Modified:
    trunk/libtest-class-perl/debian/changelog
    trunk/libtest-class-perl/debian/rules

Modified: trunk/libtest-class-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtest-class-perl/debian/changelog?rev=12228&op=diff
==============================================================================
--- trunk/libtest-class-perl/debian/changelog (original)
+++ trunk/libtest-class-perl/debian/changelog Tue Jan  8 15:52:20 2008
@@ -8,13 +8,14 @@
   * debian/rules:
     - add dependencies for install and install-stamp targets
     - remove dh_installman
+    - add tests to build-stamp target
   * Split out patch on lib/Test/Class/Load.pm and add quilt framework.
   * debian/control: 
     - wrap long lines
     - bump dependcy versions as per upstream Makefile.PL
     - remove unused dependencies
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 30 Dec 2007 13:59:06 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 08 Jan 2008 16:44:05 +0100
 
 libtest-class-perl (0.26-1) unstable; urgency=low
 

Modified: trunk/libtest-class-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtest-class-perl/debian/rules?rev=12228&op=diff
==============================================================================
--- trunk/libtest-class-perl/debian/rules (original)
+++ trunk/libtest-class-perl/debian/rules Tue Jan  8 15:52:20 2008
@@ -25,6 +25,7 @@
 	# Add here commands to compile the package.
 	$(PERL) Build.PL installdirs=vendor
 	$(PERL) Build
+	$(PERL) Build test
 
 	touch build-stamp
 




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