[SCM] Table extension for Tcl/Tk branch, master,	updated. 676cc9b0afaf3efc12a5423441ecff6f0c160b3e
    Ole Streicher 
    debian at liska.ath.cx
       
    Mon Jan 23 10:45:26 UTC 2012
    
    
  
The following commit has been merged in the master branch:
commit 09875ad1c15a952bc5892bd0ada569752d03c8ee
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Mon Jan 23 11:25:18 2012 +0100
    Dont run tests: they would require X11 and interaction.
diff --git a/debian/rules b/debian/rules
index 1d5a81f..380ef81 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,11 +7,14 @@
 	dh $@ --with autoreconf
 
 override_dh_auto_configure:
-	dh_auto_configure -- --enable-threads --enable-shared --libdir=/usr/lib/tcltk
+	dh_auto_configure -- --enable-threads --enable-shared --libdir=/usr/lib/tcltk 
 
 override_dh_installchangelogs:
 	dh_installchangelogs ChangeLog
 
+override_dh_auto_test:
+	true
+
 override_dh_makeshlibs:
 	dh_makeshlibs
 	tcltk-depends
-- 
Table extension for Tcl/Tk
    
    
More information about the debian-science-commits
mailing list