[SCM] visp branch, master, updated. debian/2.6.2-1-60-gffc7192

Thomas Moulard thomas.moulard at gmail.com
Sun Jun 23 01:01:46 UTC 2013


The following commit has been merged in the master branch:
commit ea8ea0e203c141ff7dc5446ca2938f5e02f88f1b
Author: Thomas Moulard <thomas.moulard at gmail.com>
Date:   Tue Jun 18 06:41:18 2013 +0900

    Partially revert "Enhance debian/rules."
    
    This reverts partially revert commit
    6994be42b1aa3e5d700187fd432a09abb4e542e4.
    
    Tests should not be disabled through the use of
    DEB_BUILD_OPTIONS=nocheck.

diff --git a/debian/rules b/debian/rules
index 34b04b4..49fec0e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,6 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-# Test suite fails for this release.
-export DEB_BUILD_OPTIONS=nocheck
-
 # Hardening flags.
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
 
@@ -60,7 +57,8 @@ endif
 
 .PHONY: override_dh_auto_configure	\
 	override_dh_auto_build-indep	\
-	override_dh_strip
+	override_dh_strip		\
+	override_dh_auto_test
 
 %:
 	dh  $@ --parallel --with pkgkde-symbolshelper
@@ -78,3 +76,5 @@ override_dh_auto_build-indep:
 
 override_dh_strip:
 	dh_strip -a --dbg-package=libvisp2-dbg
+
+override_dh_auto_test:

-- 
visp



More information about the debian-science-commits mailing list