r13254 - in /trunk/libaudio-flac-header-perl/debian: changelog rules

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Tue Jan 22 12:06:42 UTC 2008


Author: ntyni
Date: Tue Jan 22 12:06:40 2008
New Revision: 13254

URL: http://svn.debian.org/wsvn/?sc=1&rev=13254
Log:
* Run the test suite when building the package.

Modified:
    trunk/libaudio-flac-header-perl/debian/changelog
    trunk/libaudio-flac-header-perl/debian/rules

Modified: trunk/libaudio-flac-header-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libaudio-flac-header-perl/debian/changelog?rev=13254&op=diff
==============================================================================
--- trunk/libaudio-flac-header-perl/debian/changelog (original)
+++ trunk/libaudio-flac-header-perl/debian/changelog Tue Jan 22 12:06:40 2008
@@ -5,6 +5,7 @@
   * Upgrade to debhelper compatibility level 5.
   * Upgrade to Standards-Version 3.7.3. No changes needed.
   * Don't ignore the exit status of 'make realclean'.
+  * Run the test suite when building the package.
 
  -- Niko Tyni <ntyni at debian.org>  Tue, 22 Jan 2008 13:18:45 +0200
 

Modified: trunk/libaudio-flac-header-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libaudio-flac-header-perl/debian/rules?rev=13254&op=diff
==============================================================================
--- trunk/libaudio-flac-header-perl/debian/rules (original)
+++ trunk/libaudio-flac-header-perl/debian/rules Tue Jan 22 12:06:40 2008
@@ -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
 
@@ -54,7 +55,6 @@
 	dh_clean -k
 
 	# Add here commands to install the package into debian/tmp.
-	#$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	
 	# As this is a architecture dependent package, we are not supposed to install




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