diff options
author | Guillem Jover <guillem@debian.org> | 2006-10-13 13:31:15 +0000 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2006-10-13 13:31:15 +0000 |
commit | dc274f602c4b0dfe822c5e20f4c5c9dee0a838b1 (patch) | |
tree | 5640ca4933d6aab30152e01264c66ff708868bea /dselect | |
parent | e969f29560a5e2032e544ad826eb6b09df0ec89f (diff) | |
download | dpkg-dc274f602c4b0dfe822c5e20f4c5c9dee0a838b1.tar.gz |
Fix dselect segfault by adding a field description matching the
dependency field enum position. Closes: #392731, #392724
Diffstat (limited to 'dselect')
-rw-r--r-- | dselect/pkgdisplay.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dselect/pkgdisplay.cc b/dselect/pkgdisplay.cc index a1f99b690..e7567a46b 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"), |