[Pkg-tcltk-commits] r978 - expect/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Sat Nov 7 12:58:27 UTC 2009
Author: sgolovan
Date: 2009-11-07 12:58:27 +0000 (Sat, 07 Nov 2009)
New Revision: 978
Modified:
expect/trunk/debian/changelog
expect/trunk/debian/control
Log:
[expect]
* Added replaces field to expect-dev binary package because libexpect(3)
manpage was moved from expect to expect-dev package (closes: #554947).
Modified: expect/trunk/debian/changelog
===================================================================
--- expect/trunk/debian/changelog 2009-11-03 18:28:10 UTC (rev 977)
+++ expect/trunk/debian/changelog 2009-11-07 12:58:27 UTC (rev 978)
@@ -1,8 +1,9 @@
-expect (5.44.1.14-4) UNRELEASED; urgency=low
+expect (5.44.1.14-4) unstable; urgency=low
- * NOT RELEASED YET
+ * Added replaces field to expect-dev binary package because libexpect(3)
+ manpage was moved from expect to expect-dev package (closes: #554947).
- -- Sergei Golovan <sgolovan at debian.org> Tue, 03 Nov 2009 21:28:04 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Sat, 07 Nov 2009 15:53:09 +0300
expect (5.44.1.14-3) unstable; urgency=low
Modified: expect/trunk/debian/control
===================================================================
--- expect/trunk/debian/control 2009-11-03 18:28:10 UTC (rev 977)
+++ expect/trunk/debian/control 2009-11-07 12:58:27 UTC (rev 978)
@@ -39,6 +39,7 @@
Section: devel
Architecture: any
Depends: ${misc:Depends}, expect (= ${binary:Version}), tcl8.5-dev
+Replaces: expect (<< 5.44.1.14)
Recommends: expectk (= ${binary:Version}), tk8.5-dev
Description: A program that can automate interactive applications (development)
Expect is a tool for automating interactive applications according to a script.
More information about the Pkg-tcltk-commits
mailing list