diff options
author | David Kalnischkies <david@kalnischkies.de> | 2015-12-02 12:43:33 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2015-12-02 12:59:23 +0100 |
commit | 430481e794a3fa2e75022c67e129b54d192ad54c (patch) | |
tree | cd9d47800beaca2aba8fd096a776e49ed6914fbd /apt-pkg/acquire-item.h | |
parent | 39f96d07cfe61f5e87279a704baed85f1468bc57 (diff) |
use @CHANGEPATH@ as placeholder in changelog URI templates
This should make it more obvious that CHANGEPATH is a placeholder which
apt will replace with a package specific path rather than a string
constant.
Mail-Reference: <87d1upgvaf.fsf@deep-thought.43-1.org>
Mail-Archive: https://lists.debian.org/debian-dak/2015/12/msg00005.html
Diffstat (limited to 'apt-pkg/acquire-item.h')
-rw-r--r-- | apt-pkg/acquire-item.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/acquire-item.h b/apt-pkg/acquire-item.h index d77b5f9ef..134bbab7e 100644 --- a/apt-pkg/acquire-item.h +++ b/apt-pkg/acquire-item.h @@ -1103,7 +1103,7 @@ class pkgAcqChangelog : public pkgAcquire::Item /** returns the URI to the changelog of this version * - * \param Template URI where CHANGEPATH has to be filled in + * \param Template URI where @CHANGEPATH@ has to be filled in * \param Component in which the package resides, can be empty * \param SrcName is the source package name * \param SrcVersion is the source package version |