X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/851389e73f0273b93338f49532664ecac13886a0..b7c5ca8c3138c2a8045bb4ef3545cb348a05e67b:/doc/cache.sgml diff --git a/doc/cache.sgml b/doc/cache.sgml index b0dab0d83..aea5a45c3 100644 --- a/doc/cache.sgml +++ b/doc/cache.sgml @@ -4,7 +4,7 @@
For more details, on Debian GNU/Linux systems, see the file
-/usr/doc/copyright/GPL for the full license.
+/usr/share/common-licenses/GPL for the full license.
Multiple depends on the same package must be grouped together in
@@ -671,6 +671,7 @@ of them.
#define pkgDEP_Recommends 4
#define pkgDEP_Conflicts 5
#define pkgDEP_Replaces 6
+#define pkgDEP_Breaks 8
@@ -720,6 +721,8 @@ or'd with the current package.
#define pkgSTATE_HalfInstalled 4
#define pkgSTATE_ConfigFiles 5
#define pkgSTATE_Installed 6
+#define pkgSTATE_TriggersAwaited 7
+#define pkgSTATE_TriggersPending 8