[SCM] Table extension for Tcl/Tk branch, debian, updated. 46ea1353a67f8b194b8a8c56bc2c05d117131ee2

Ole Streicher github at liska.ath.cx
Fri Jan 6 09:44:59 UTC 2012


The following commit has been merged in the debian branch:
commit 46ea1353a67f8b194b8a8c56bc2c05d117131ee2
Author: Ole Streicher <github at liska.ath.cx>
Date:   Fri Jan 6 10:43:45 2012 +0100

    Further cleanup: now "rules" is almost on the required minimum.

diff --git a/debian/rules b/debian/rules
index 2f80fd0..f3ae007 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,21 +3,11 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
 %:
 	dh $@
 
 override_dh_auto_configure:
-	dh_auto_configure -- \
-	--build $(DEB_BUILD_GNU_TYPE) \
-	--host $(DEB_HOST_GNU_TYPE) \
-	--with-tcl=/usr/lib/tcl8.5 \
-	--with-tk=/usr/lib/tk8.5 
-	--with-tclinclude=/usr/include/tcl8.5 \
-	--with-tkinclude=/usr/include/tcl8.5 \
-	--enable-threads --enable-shared
+	dh_auto_configure -- --enable-threads --enable-shared
 
 override_dh_installchangelogs:
 	dh_installchangelogs ChangeLog
\ No newline at end of file

-- 
Table extension for Tcl/Tk



More information about the debian-science-commits mailing list