]> err.no Git - dpkg/commitdiff
Fix dselect segfault by adding a field description matching the
authorGuillem Jover <guillem@debian.org>
Fri, 13 Oct 2006 13:31:15 +0000 (13:31 +0000)
committerGuillem Jover <guillem@debian.org>
Fri, 13 Oct 2006 13:31:15 +0000 (13:31 +0000)
dependency field enum position. Closes: #392731, #392724

ChangeLog
debian/changelog
dselect/pkgdisplay.cc

index 59c2d81500fc794129fe235513cd6cd3a3b17147..afb83000dd32eaf33ff176de75aac8fe1e28b1fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-13  Guillem Jover  <guillem@debian.org>
+
+       * dselect/pkgdisplay.cc (relatestrings): Add a string for the Breaks
+       field as it should match the enum debtype in 'lib/dpkg-db.h'.
+
 2006-10-12  Guillem Jover  <guillem@debian.org>
 
        * configure.ac: Bump version to 1.13.24~.
index a91e77672ef09e1cc45d62d5a104d1486b8f3500..42440d79bd708d66486d1fc1d318bb8180da82da 100644 (file)
@@ -1,5 +1,9 @@
 dpkg (1.13.24~) UNRELEASED; urgency=low
 
+  [ Guillem Jover ]
+  * Fix dselect segfault by adding a field description matching the
+    dependency field enum position. Closes: #392731, #392724
+
   [ Updated dpkg Translations ]
   * Nepali (Shiva Prasad Pokharel). Closes: #373728
   * Catalan (Jordi Mallach). Closes: #383448
index a1f99b6901955e7538963748ee1aa294719fda87..e7567a46b502756454e1cff78bde8f248dedf46e 100644 (file)
@@ -72,6 +72,7 @@ const char
                            N_("recommends"),
                            N_("depends on"),
                            N_("pre-depends on"),
+                           N_("breaks with"),
                            N_("conflicts with"),
                            N_("provides"),
                            N_("replaces"),