[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#698778: preapproval of expect/5.45-3



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Hi!

I'd like to upload expect/5.45-3 with the following modification:
I've added 'Breaks: expectk' header because the expectk package does
not exist anymore but the one from squeeze remains (and doesn't work)
after upgrade.

The diff between the current 5.45-2 and upcoming 5.45-3 is attached.

This upload closes bug #686364.

-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (500, 'testing'), (100, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.5-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u expect-5.45/debian/changelog expect-5.45/debian/changelog
--- expect-5.45/debian/changelog
+++ expect-5.45/debian/changelog
@@ -1,3 +1,10 @@
+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).
+
+ -- Sergei Golovan <sgolovan@debian.org>  Wed, 23 Jan 2013 17:31:34 +0400
+
 expect (5.45-2) unstable; urgency=low
 
   * Replaced ckalloc() call in exp_clib.c by malloc() because using the
diff -u expect-5.45/debian/control expect-5.45/debian/control
--- expect-5.45/debian/control
+++ expect-5.45/debian/control
@@ -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

Reply to: