projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
! German update by Holger Wansing. Closes: #603619
[apt.git]
/
apt-pkg
/
pkgcache.h
diff --git
a/apt-pkg/pkgcache.h
b/apt-pkg/pkgcache.h
index 7995217849e74203e42309780a8f1c5f6b6f934f..82a69b2ca5473faccb881bcda946c3f4a9487428 100644
(file)
--- a/
apt-pkg/pkgcache.h
+++ b/
apt-pkg/pkgcache.h
@@
-146,7
+146,7
@@
class pkgCache /*{{{*/
struct Flag
{
enum PkgFlags {Auto=(1<<0),Essential=(1<<3),Important=(1<<4)};
- enum PkgFFlags {NotSource=(1<<0),NotAutomatic=(1<<1)};
+ enum PkgFFlags {NotSource=(1<<0),NotAutomatic=(1<<1)
,ButAutomaticUpgrades=(1<<2)
};
};
protected: