[Pkg-tcltk-commits] r975 - expect/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Tue Nov 3 18:22:59 UTC 2009
Author: sgolovan
Date: 2009-11-03 18:22:58 +0000 (Tue, 03 Nov 2009)
New Revision: 975
Modified:
expect/trunk/debian/changelog
expect/trunk/debian/control
Log:
* Added (>= 8.5.7-2).
Modified: expect/trunk/debian/changelog
===================================================================
--- expect/trunk/debian/changelog 2009-11-03 09:28:38 UTC (rev 974)
+++ expect/trunk/debian/changelog 2009-11-03 18:22:58 UTC (rev 975)
@@ -1,13 +1,14 @@
expect (5.44.1.14-3) unstable; urgency=low
- * Removed build dependencies which are also dependencies of tk8.5-dev.
+ * Removed build dependencies which are also dependencies of tk8.5-dev
+ (since 8.5.7-2).
* Use locally defined function Tcl_ErrnoMsg in exp_clib.c because this
part of the library is supposed to be used without loading into a Tcl
interpreter, which isn't possible if expect is build with Tcl stubs
(closes: #552685).
* Removed unneeded patches from debian/patches, cleaned up other ones.
- -- Sergei Golovan <sgolovan at debian.org> Fri, 23 Oct 2009 12:33:16 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Tue, 03 Nov 2009 21:21:56 +0300
expect (5.44.1.14-2) unstable; urgency=low
Modified: expect/trunk/debian/control
===================================================================
--- expect/trunk/debian/control 2009-11-03 09:28:38 UTC (rev 974)
+++ expect/trunk/debian/control 2009-11-03 18:22:58 UTC (rev 975)
@@ -2,8 +2,8 @@
Section: interpreters
Priority: optional
Maintainer: Sergei Golovan <sgolovan at debian.org>
-Build-Depends:
- debhelper (>= 7.0.50~), quilt (>=0.46-7), autotools-dev, autoconf, tcl8.5-dev, tk8.5-dev
+Build-Depends: debhelper (>= 7.0.50~), quilt (>=0.46-7), autotools-dev, autoconf,
+ tcl8.5-dev, tk8.5-dev (>= 8.5.7-2)
Build-Conflicts: autoconf2.13
Standards-Version: 3.8.3
Homepage: http://sourceforge.net/projects/expect/
More information about the Pkg-tcltk-commits
mailing list