Bug#262080: Distribution no longer detected properly

Frederic Peters Frederic Peters <fpeters@debian.org>, 262080@bugs.debian.org
Thu, 29 Jul 2004 19:17:48 +0200


This is a multi-part MIME message sent by reportbug.

--===============0449377583==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: gnome-system-tools
Version: 0.33.0-1
Severity: grave
Tags: patch

Since base-files changed /etc/debian_version from "testing/unstable" to "3.1";
gnome-system-tools has been unable to properly detect the distribution.

Patch to backends/platform.pl.in is attached.

Regards,
	Frederic


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.7
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (ignored: LC_ALL set to fr_BE.UTF-8)

Versions of packages gnome-system-tools depends on:
ii  libart-2.0-2              2.3.16-6       Library of functions for 2D graphi
ii  libatk1.0-0               1.6.1-2        The ATK accessibility toolkit
ii  libbonobo2-0              2.6.2-5        Bonobo CORBA interfaces library
ii  libbonoboui2-0            2.6.1-1        The Bonobo UI library
di  libc6                     2.3.2.ds1-13   GNU C Library: Shared libraries an
ii  libgconf2-4               2.6.2-1        GNOME configuration database syste
ii  libglade2-0               1:2.4.0-1      Library to load .glade files at ru
ii  libglib2.0-0              2.4.4-1        The GLib library of C routines
ii  libgnome2-0               2.6.1-8        The GNOME 2 library - runtime file
ii  libgnomecanvas2-0         2.6.1.1-2      A powerful object-oriented display
ii  libgnomeui-0              2.6.1.1-3      The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0            2.6.1.1-5      The GNOME virtual file-system libr
ii  libgtk2.0-0               2.4.4-1        The GTK+ graphical user interface 
ii  libice6                   4.3.0.dfsg.1-6 Inter-Client Exchange library
ii  liborbit2                 1:2.10.2-1.1   libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0             1.4.0-4        Layout and rendering of internatio
ii  libpopt0                  1.7-4          lib for parsing cmdline parameters
ii  libsm6                    4.3.0.dfsg.1-6 X Window System Session Management
ii  libxml2                   2.6.11-2       GNOME XML library
ii  perl                      5.8.4-2        Larry Wall's Practical Extraction 
hi  xlibs                     4.3.0.dfsg.1-6 X Window System client libraries m
ii  zlib1g                    1:1.2.1.1-5    compression library - runtime

-- no debconf information

--===============0449377583==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="patch"

--- platform.pl.in.orig	2004-07-29 19:10:50.000000000 +0200
+++ platform.pl.in	2004-07-29 19:13:37.000000000 +0200
@@ -101,7 +101,8 @@
 {
   my ($ver, $i);
   my %vermap =
-      ("testing/unstable" => "sarge");
+      ("testing/unstable" => "sarge",
+       "3.1"              => "sarge");
 
   open DEBIAN, "$gst_prefix/etc/debian_version" or return -1;
   chomp ($ver = <DEBIAN>);

--===============0449377583==--