diff options
author | Julian Andres Klode <jak@debian.org> | 2015-08-11 12:01:11 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2015-08-11 13:59:15 +0200 |
commit | f01090067bbc50312c8ac74714027da3a2f00e20 (patch) | |
tree | 628b60e87303ed07cb8e4a5d6ed9677f68776125 /apt-pkg/pkgcache.h | |
parent | 350d30d24fee9a1aa5fedc7a30e7416999653417 (diff) |
Re-introduce None as a deprecated alias for No
Gbp-Dch: ignore
Diffstat (limited to 'apt-pkg/pkgcache.h')
-rw-r--r-- | apt-pkg/pkgcache.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apt-pkg/pkgcache.h b/apt-pkg/pkgcache.h index 62c734283..e59697c28 100644 --- a/apt-pkg/pkgcache.h +++ b/apt-pkg/pkgcache.h @@ -606,6 +606,10 @@ struct pkgCache::Version Allowed = (1<<3), /*!< other packages are allowed to depend on thispkg:any */ AllForeign = All | Foreign, AllAllowed = All | Allowed }; + + /** \brief deprecated variant of No */ + static const APT_DEPRECATED VerMultiArch None = No; + /** \brief stores the MultiArch capabilities of this version Flags used are defined in pkgCache::Version::VerMultiArch |