[SCM] Table extension for Tcl/Tk branch, debian, updated. 22e5577dfb26426be8affd8662af6f771433b624

Ole Streicher github at liska.ath.cx
Fri Jan 6 09:33:24 UTC 2012


The following commit has been merged in the debian branch:
commit 22e5577dfb26426be8affd8662af6f771433b624
Author: Ole Streicher <github at liska.ath.cx>
Date:   Fri Jan 6 10:32:49 2012 +0100

    Remove unneeded "dh_autoreconf"

diff --git a/debian/control b/debian/control
index 4a6e038..394ae2b 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), dh-autoreconf, tcl8.5-dev, tk8.5-dev, groff
+Build-Depends: debhelper (>= 7.0.50), tcl8.5-dev, tk8.5-dev, groff
 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 926752d..fc73961 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
 %:
-	dh $@ --with autoreconf
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

-- 
Table extension for Tcl/Tk



More information about the debian-science-commits mailing list