]> git.saurik.com Git - apt.git/commitdiff
Re-introduce None as a deprecated alias for No
authorJulian Andres Klode <jak@debian.org>
Tue, 11 Aug 2015 10:01:11 +0000 (12:01 +0200)
committerJulian Andres Klode <jak@debian.org>
Tue, 11 Aug 2015 11:59:15 +0000 (13:59 +0200)
Gbp-Dch: ignore

apt-pkg/pkgcache.h

index 62c734283d31156a0533f19ca8921ee50b0eac20..e59697c28545ef9c884a39b03ebd77d1d8768054 100644 (file)
@@ -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