]> git.saurik.com Git - apt.git/commit - doc/examples/configure-index
Add with pkgCacheGen::Essential a way to control which packages get the
authorDavid Kalnischkies <kalnischkies@gmail.com>
Sun, 21 Mar 2010 20:48:09 +0000 (21:48 +0100)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Sun, 21 Mar 2010 20:48:09 +0000 (21:48 +0100)
commit6bc703c22970055d9e1a1b4e3e0efe74f4cefda5
treea9aaede77078c2cf948d2618c5fba117a713af15
parentaa85a4e2a7ef7c057d979f4e115f92993e04bbe8
Add with pkgCacheGen::Essential a way to control which packages get the
essential flag:
* native is the default and will only mark packages of the main arch
* all will mark all packages which have these flag in Packages
* none will obviously do the opposite
* installed will only mark packages which are installed as essential,
  so it will behave in the same way as dpkg does it.
It is mostly needed sometimes for debugging but some users with special
needs might like to switch the mode as well under the expense to be
on their own…
apt-pkg/deb/deblistparser.cc
doc/examples/configure-index