summaryrefslogtreecommitdiff
path: root/dpkg-deb/main.c
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2015-03-14 23:57:17 +0100
committerGuillem Jover <guillem@debian.org>2015-05-30 02:57:58 +0200
commitacf1c3f037184ae513fafe4c4adc43b2d57fc95d (patch)
treec0ad64e5218d739d2c89a351def3c6be4d2353cf /dpkg-deb/main.c
parentbf316c32edf2487d8b4b691ffb82fec368b92a2b (diff)
downloaddpkg-acf1c3f037184ae513fafe4c4adc43b2d57fc95d.tar.gz
libdpkg: Rename DPKG_VERSION_ARCH to PACKAGE_RELEASE
This avoids confusing the project-wide macro with the DPKG_VERSION_ namespaced ones.
Diffstat (limited to 'dpkg-deb/main.c')
-rw-r--r--dpkg-deb/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpkg-deb/main.c b/dpkg-deb/main.c
index 60f94c2fa..7ad10b2c0 100644
--- a/dpkg-deb/main.c
+++ b/dpkg-deb/main.c
@@ -51,7 +51,7 @@ static void DPKG_ATTR_NORET
printversion(const struct cmdinfo *cip, const char *value)
{
printf(_("Debian '%s' package archive backend version %s.\n"),
- BACKEND, DPKG_VERSION_ARCH);
+ BACKEND, PACKAGE_RELEASE);
printf(_(
"This is free software; see the GNU General Public License version 2 or\n"
"later for copying conditions. There is NO warranty.\n"));