From dc274f602c4b0dfe822c5e20f4c5c9dee0a838b1 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Fri, 13 Oct 2006 13:31:15 +0000 Subject: [PATCH] Fix dselect segfault by adding a field description matching the dependency field enum position. Closes: #392731, #392724 --- ChangeLog | 5 +++++ debian/changelog | 4 ++++ dselect/pkgdisplay.cc | 1 + 3 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 59c2d815..afb83000 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-10-13 Guillem Jover + + * 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 * configure.ac: Bump version to 1.13.24~. diff --git a/debian/changelog b/debian/changelog index a91e7767..42440d79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/dselect/pkgdisplay.cc b/dselect/pkgdisplay.cc index a1f99b69..e7567a46 100644 --- a/dselect/pkgdisplay.cc +++ b/dselect/pkgdisplay.cc @@ -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"), -- 2.39.5