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

Bug#741905: ferret: Depends on deprecated tk8.4



Package: ferret
Version: 0.6-3
Severity: normal
Tags: patch

Dear Maintainer,

We are about to remove the obsolete Tcl/Tk 8.4 from the Debian archives,
but your ferret package depends on it (with an incorrect versioned
alternative 'wish (>= 8.4)' which can't be satisfied because wish is a
virtual package).

The following patch fixes this dependency and makes ferret depend on
the current default Tcl/Tk version.

-- System Information:
Debian Release: 7.4
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'stable'), (100, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.12-0.bpo.1-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

Versions of packages ferret depends on:
ii  bwidget       1.9.5-1
ii  tk8.4 [wish]  8.4.19-5
ii  tk8.5 [wish]  8.5.11-2
ii  tk8.6 [wish]  8.6.0-1

ferret recommends no packages.

Versions of packages ferret suggests:
pn  postgresql | mysql-server  <none>

-- no debconf information
diff -Nru ferret-0.6/debian/changelog ferret-0.6/debian/changelog
--- ferret-0.6/debian/changelog	2013-01-20 04:54:11.000000000 +0400
+++ ferret-0.6/debian/changelog	2014-03-17 09:03:37.000000000 +0400
@@ -1,3 +1,10 @@
+ferret (0.6-5) unstable; urgency=low
+
+  * QA upload.
+  * Replaced obsolete tk8.4 by tk in the package dependencies.
+
+ -- Sergei Golovan <sgolovan@debian.org>  Mon, 17 Mar 2014 09:03:05 +0400
+
 ferret (0.6-4) unstable; urgency=low
 
   * QA upload.
diff -Nru ferret-0.6/debian/control ferret-0.6/debian/control
--- ferret-0.6/debian/control	2013-01-20 04:12:21.000000000 +0400
+++ ferret-0.6/debian/control	2014-03-17 09:02:09.000000000 +0400
@@ -9,7 +9,7 @@
 
 Package: ferret
 Architecture: all
-Depends: tk8.4 | wish (>= 8.4), bwidget (>= 1.7.0), ${misc:Depends}
+Depends: tk, bwidget (>= 1.7.0), ${misc:Depends}
 Suggests: postgresql | mysql-server
 Description: CASE tool for data model editing
  GNU Ferret (Free Entity Relationship and Reverse Engineering Tool)

Reply to: