summaryrefslogtreecommitdiff
path: root/dselect
diff options
context:
space:
mode:
authorWichert Akkerman <wakkerma@debian.org>2001-07-13 23:48:03 +0000
committerWichert Akkerman <wakkerma@debian.org>2001-07-13 23:48:03 +0000
commit5004ffc2ae92d93bb6e6f41cb6d0ad8a3c6a7b41 (patch)
tree519cb4b9e059d45cd8c10bf5bd7dd2e4f343439e /dselect
parenta0d10d09ac606df7bafec71838a75476bd895ff8 (diff)
downloaddpkg-5004ffc2ae92d93bb6e6f41cb6d0ad8a3c6a7b41.tar.gz
add dp_should priority
Diffstat (limited to 'dselect')
-rw-r--r--dselect/pkglist.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/dselect/pkglist.h b/dselect/pkglist.h
index 232227afb..e57f609c2 100644
--- a/dselect/pkglist.h
+++ b/dselect/pkglist.h
@@ -24,8 +24,9 @@
enum showpriority {
dp_none, // has not been involved in any unsatisfied things
- dp_may, // has been involved in an unsatisfied Optional
- dp_must // has been involved in an unsatisfied Recommended/Depends/Conflicts
+ dp_may, // has been involved in an unsatisfied Suggests
+ dp_should, // has been involved in an unsatisfied Recommends
+ dp_must // has been involved in an unsatisfied Depends/Conflicts
};
enum selpriority {