Package: gdebi
Version: 0.8.5
Followup-For: Bug #685193

I think this bug needs to be fixed for better user upgrade experience.
See http://bugs.debian.org/677991

In this sense, it is not just a cosmetic bug but this a real bug which
makes dependency resolver (i.e., other software) misbehave and cause
annoiances to the user going through the upgrade.  We have no reason not
to fix this for next release. (I will change severity to normal).

I hereby attach patch to fix this.

Since some version of Ubuntu may still comes with older base tools, I
made this dependency as "OR".

Regards,

Osamu
-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (10, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.5-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gdebi depends on:
ii  gdebi-core        0.8.5
ii  gir1.2-gtk-3.0    3.4.2-3
ii  gir1.2-vte-2.90   1:0.32.2-1
ii  gksu              2.0.2-6
ii  gnome-icon-theme  3.4.0-2
ii  python            2.7.3-2
ii  python-gi         3.2.2-1

Versions of packages gdebi recommends:
ii  libgtk2-perl      2:1.244-1
ii  shared-mime-info  1.0-1

gdebi suggests no packages.

-- no debconf information
diff -Nru gdebi-0.8.5.orig/debian/control gdebi-0.8.5/debian/control
--- gdebi-0.8.5.orig/debian/control	2012-03-01 06:36:38.000000000 +0900
+++ gdebi-0.8.5/debian/control	2012-08-18 12:52:48.743830978 +0900
@@ -17,7 +17,7 @@
          ${misc:Depends},
          python-apt (>= 0.7.97),
 	 python-debian (>= 0.1.15)
-Suggests: xz-lzma
+Suggests: xz-utils | xz-lzma
 Description: simple tool to install deb files
  gdebi lets you install local deb packages resolving and installing 
  its dependencies. apt does the same, but only for remote (http, ftp)

Reply via email to