]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/algorithms.h
test: Fix testcases relying on mixed case package names
[apt.git] / apt-pkg / algorithms.h
index 77a39b4151b810ac21ca3384aaa2d2ff38569911..1a9d5aefd68bbda4beca7ad39c7717e987416739 100644 (file)
@@ -142,7 +142,7 @@ class pkgProblemResolver                                            /*{{{*/
    // Try to resolve problems only by using keep
    bool ResolveByKeep(OpProgress * const Progress = NULL);
 
-   APT_DEPRECATED void InstallProtect();
+   APT_DEPRECATED_MSG("NOOP as MarkInstall enforces not overriding FromUser markings") void InstallProtect();
 
    explicit pkgProblemResolver(pkgDepCache *Cache);
    virtual ~pkgProblemResolver();