[Pkg-tcltk-commits] r1328 - expect/trunk/debian

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Wed Jan 23 14:31:19 UTC 2013


Author: sgolovan
Date: 2013-01-23 14:31:19 +0000 (Wed, 23 Jan 2013)
New Revision: 1328

Modified:
   expect/trunk/debian/changelog
   expect/trunk/debian/control
Log:
[expect]
  * Added breaks header to the debian/control file which ensures that the
    no longer existing expectk package is installed (closes: #686364).


Modified: expect/trunk/debian/changelog
===================================================================
--- expect/trunk/debian/changelog	2013-01-04 15:37:56 UTC (rev 1327)
+++ expect/trunk/debian/changelog	2013-01-23 14:31:19 UTC (rev 1328)
@@ -1,8 +1,9 @@
-expect (5.45-3) UNRELEASED; urgency=low
+expect (5.45-3) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Added breaks header to the debian/control file which ensures that the
+    no longer existing expectk package is installed (closes: #686364).
 
- -- Sergei Golovan <sgolovan at debian.org>  Fri, 04 Nov 2011 12:40:14 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Wed, 23 Jan 2013 17:31:34 +0400
 
 expect (5.45-2) unstable; urgency=low
 

Modified: expect/trunk/debian/control
===================================================================
--- expect/trunk/debian/control	2013-01-04 15:37:56 UTC (rev 1327)
+++ expect/trunk/debian/control	2013-01-23 14:31:19 UTC (rev 1328)
@@ -11,6 +11,7 @@
 Package: expect
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: 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