r11409 - in /trunk/libend-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Dec 18 20:21:53 UTC 2007


Author: dmn
Date: Tue Dec 18 20:21:52 2007
New Revision: 11409

URL: http://svn.debian.org/wsvn/?sc=1&rev=11409
Log:
  + add "$(MAKE) test" to build target

Modified:
    trunk/libend-perl/debian/changelog
    trunk/libend-perl/debian/rules

Modified: trunk/libend-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libend-perl/debian/changelog?rev=11409&op=diff
==============================================================================
--- trunk/libend-perl/debian/changelog (original)
+++ trunk/libend-perl/debian/changelog Tue Dec 18 20:21:52 2007
@@ -22,6 +22,7 @@
     + drop unneeded dh_shlibdeps
     + drop unneeded OPTIMIZE setting
     + drop --destdir argument to dh_builddeb
+    + add "$(MAKE) test" to build target
   * Bump debhelper compat level to 5
 
  -- Damyan Ivanov <dmn at debian.org>  Tue, 11 Dec 2007 16:16:21 +0200

Modified: trunk/libend-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libend-perl/debian/rules?rev=11409&op=diff
==============================================================================
--- trunk/libend-perl/debian/rules (original)
+++ trunk/libend-perl/debian/rules Tue Dec 18 20:21:52 2007
@@ -22,6 +22,7 @@
 	# Add here commands to compile the package.
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
+	$(MAKE) test
 
 	touch build-stamp
 




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