[Pkg-tcltk-commits] r1329 - expect/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Thu Jan 24 07:27:23 UTC 2013
Author: sgolovan
Date: 2013-01-24 07:27:23 +0000 (Thu, 24 Jan 2013)
New Revision: 1329
Modified:
expect/trunk/debian/changelog
expect/trunk/debian/control
Log:
[expect]
* Replaced breaks by conflicts.
Modified: expect/trunk/debian/changelog
===================================================================
--- expect/trunk/debian/changelog 2013-01-23 14:31:19 UTC (rev 1328)
+++ expect/trunk/debian/changelog 2013-01-24 07:27:23 UTC (rev 1329)
@@ -1,9 +1,9 @@
expect (5.45-3) unstable; urgency=low
- * Added breaks header to the debian/control file which ensures that the
- no longer existing expectk package is installed (closes: #686364).
+ * Added conflicts header to the debian/control file which ensures that the
+ no longer existing expectk package gets removed (closes: #686364).
- -- Sergei Golovan <sgolovan at debian.org> Wed, 23 Jan 2013 17:31:34 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Thu, 24 Jan 2013 11:26:45 +0400
expect (5.45-2) unstable; urgency=low
Modified: expect/trunk/debian/control
===================================================================
--- expect/trunk/debian/control 2013-01-23 14:31:19 UTC (rev 1328)
+++ expect/trunk/debian/control 2013-01-24 07:27:23 UTC (rev 1329)
@@ -11,7 +11,7 @@
Package: expect
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: expectk (<< 5.45)
+Conflicts: expectk (<< 5.45)
Description: Automates interactive applications
Expect is a tool for automating interactive applications according to a script.
Following the script, Expect knows what can be expected from a program and what
More information about the Pkg-tcltk-commits
mailing list