~ubuntu-branches/ubuntu/edgy/synaptic/edgy-updates

« back to all changes in this revision

Viewing changes to common/rpackagefilter.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2006-09-20 15:04:36 UTC
  • Revision ID: james.westby@ubuntu.com-20060920150436-vdshluzvrd55v21o
Tags: 0.57.11ubuntu7
auto install/garbage filter added

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
      OrphanedPackage = 1 << 9, // orphaned (identfied with deborphan)
193
193
      ResidualConfig = 1 << 10, // not installed but has config left
194
194
      NotInstallable = 1 << 11,  // the package is not aviailable in repository
195
 
      UpstreamUpgradable = 1 << 12 // new upstream version
 
195
      UpstreamUpgradable = 1 << 12, // new upstream version
 
196
      AutoInstalled = 1 << 13, // automatically installed
 
197
      Garbage = 1 << 14 // automatically installed and no longer required
196
198
   };
197
199
 
198
200
   RStatusPackageFilter() : _status(~0)