Your message dated Wed, 23 Sep 2009 11:25:12 -0400
with message-id <[email protected]>
and subject line Fixed
has caused the Debian Bug report #541359,
regarding Synaptic segfaults on selection of package with Enhances
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
541359: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541359
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: synaptic
Version: 0.62.7+b1
Severity: normal
Tags: patch

Synaptic segfaults when selecting any package with 'Enhances' while
formatting the dependency descriptions that appear in the package info
dialog @ rgpkgdetails.cc line 63.

This is caused by the lack of an 'Enhances' element in the DepTypeStr
array in rpackage.h.

Patch included to add 'Enhances' to the array.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages synaptic depends on:
ii  apt [libapt-pkg-libc6.9- 0.7.22.2        Advanced front-end for dpkg
ii  apt-utils [libapt-inst-l 0.7.22.2        APT utility programs
ii  hicolor-icon-theme       0.10-2          default fallback theme for FreeDes
ii  libatk1.0-0              1.26.0-1        The ATK accessibility toolkit
ii  libc6                    2.9-23          GNU C Library: Shared libraries
ii  libcairo2                1.8.8-2         The Cairo 2D vector graphics libra
ii  libfontconfig1           2.6.0-4         generic font configuration library
ii  libfreetype6             2.3.9-5         FreeType 2 font engine, shared lib
ii  libgcc1                  1:4.4.1-1       GCC support library
ii  libglade2-0              1:2.6.4-1       library to load .glade files at ru
ii  libglib2.0-0             2.20.4-1        The GLib library of C routines
ii  libgtk2.0-0              2.16.5-1        The GTK+ graphical user interface 
ii  libpango1.0-0            1.24.5-1        Layout and rendering of internatio
ii  libstdc++6               4.4.1-1         The GNU Standard C++ Library v3
ii  libvte9                  1:0.20.5-1      Terminal emulator widget for GTK+ 
ii  libx11-6                 2:1.2.2-1       X11 client-side library
ii  libxml2                  2.7.3.dfsg-2+b1 GNOME XML library
ii  rarian-compat [scrollkee 0.8.1-3         Rarian is a documentation meta-dat

Versions of packages synaptic recommends:
pn  deborphan                     <none>     (no description available)
ii  gksu                          2.0.2-2+b1 graphical frontend to su
ii  libgnome2-perl                1.042-2    Perl interface to the GNOME librar
ii  menu                          2.1.41     generates programs menu for all me

Versions of packages synaptic suggests:
pn  dwww                          <none>     (no description available)

-- no debconf information
--- synaptic-0.62.7/common/rpackage.h   2009-08-12 11:17:00.000000000 -0700
+++ synaptic-0.62.7-modified/common/rpackage.h  2009-08-12 11:17:16.000000000 
-0700
@@ -51,7 +51,7 @@
 static const char *DepTypeStr[] = 
    {"",_("Depends"),_("PreDepends"),_("Suggests"),
     _("Recommends"),_("Conflicts"),_("Replaces"),
-    _("Obsoletes"), _("Dependency of")};
+    _("Obsoletes"), _("Dependency of"), _("Enhances")};
 
 typedef struct  {
    pkgCache::Dep::DepType type; // type as enum

--- End Message ---
--- Begin Message ---
Version: 0.62.9


--- End Message ---

Reply via email to