]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-item.h
tests: apt build-dep actually reports no depends correctly
[apt.git] / apt-pkg / acquire-item.h
index 6d58f2ba96d8d9062844801e48d79730ca5c200e..d77b5f9eff63e1982e7e3bc33ea3990d95d613f2 100644 (file)
@@ -105,7 +105,7 @@ class pkgAcquire::Item : public WeakPointable                               /*{{{*/
    /** \brief If not \b NULL, contains the name of a subprocess that
     *  is operating on this object (for instance, "gzip" or "gpgv").
     */
-   APT_DEPRECATED const char *Mode;
+   APT_DEPRECATED_MSG("Use the std::string member ActiveSubprocess instead") const char *Mode;
 
    /** \brief contains the name of the subprocess that is operating on this object
     * (for instance, "gzip", "rred" or "gpgv"). This is obsoleting #Mode from above