[SCM] Table extension for Tcl/Tk branch, master, updated. 1f53c5c94780305e91b42528e88cdeb23dad3057

Ole Streicher github at liska.ath.cx
Fri Jan 6 13:14:52 UTC 2012


The following commit has been merged in the master branch:
commit 1f53c5c94780305e91b42528e88cdeb23dad3057
Author: Ole Streicher <github at liska.ath.cx>
Date:   Fri Jan 6 14:12:26 2012 +0100

    Revert "Remove unneeded "dh_autoreconf""
    
    This reverts commit 22e5577dfb26426be8affd8662af6f771433b624.
    
    The patched tclconfig/tcl.m4 file (patch add_tclLoadDl_for_Hurd.patch)
    needs to regenerate configure.

diff --git a/debian/control b/debian/control
index 063ed2f..026f47a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Priority: optional
 Section: interpreters
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Ole Streicher <debian at liska.ath.cx>
-Build-Depends: debhelper (>= 7.0.50), tcl-dev, tk-dev
+Build-Depends: debhelper (>= 7.0.50), dh-autoreconf, tcl-dev, tk-dev
 Homepage: http://tktable.sourceforge.net/
 Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/debian-science/packages/tktable.git
diff --git a/debian/rules b/debian/rules
index 7ac0484..ad2176e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-threads --enable-shared

-- 
Table extension for Tcl/Tk



More information about the debian-science-commits mailing list