From: Julian Andres Klode Date: Tue, 11 Aug 2015 10:01:11 +0000 (+0200) Subject: Re-introduce None as a deprecated alias for No X-Git-Tag: 1.1.exp9~69 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/f01090067bbc50312c8ac74714027da3a2f00e20 Re-introduce None as a deprecated alias for No Gbp-Dch: ignore --- 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