Author: guillem
Date: 2006-10-13 13:31:15 +0000 (Fri, 13 Oct 2006)
New Revision: 581
Modified:
trunk/ChangeLog
trunk/debian/changelog
trunk/dselect/pkgdisplay.cc
Log:
Fix dselect segfault by adding a field description matching the
dependency field enum position. Closes: #392731, #392724
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2006-10-12 17:38:09 UTC (rev 580)
+++ trunk/ChangeLog 2006-10-13 13:31:15 UTC (rev 581)
@@ -1,3 +1,8 @@
+2006-10-13 Guillem Jover <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* configure.ac: Bump version to 1.13.24~.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2006-10-12 17:38:09 UTC (rev 580)
+++ trunk/debian/changelog 2006-10-13 13:31:15 UTC (rev 581)
@@ -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
Modified: trunk/dselect/pkgdisplay.cc
===================================================================
--- trunk/dselect/pkgdisplay.cc 2006-10-12 17:38:09 UTC (rev 580)
+++ trunk/dselect/pkgdisplay.cc 2006-10-13 13:31:15 UTC (rev 581)
@@ -72,6 +72,7 @@
N_("recommends"),
N_("depends on"),
N_("pre-depends on"),
+ N_("breaks with"),
N_("conflicts with"),
N_("provides"),
N_("replaces"),
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]