diff options
author | Guillem Jover <guillem@debian.org> | 2015-03-14 23:57:17 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2015-05-30 02:57:58 +0200 |
commit | acf1c3f037184ae513fafe4c4adc43b2d57fc95d (patch) | |
tree | c0ad64e5218d739d2c89a351def3c6be4d2353cf /dpkg-split | |
parent | bf316c32edf2487d8b4b691ffb82fec368b92a2b (diff) | |
download | dpkg-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-split')
-rw-r--r-- | dpkg-split/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dpkg-split/main.c b/dpkg-split/main.c index 3309bc8a6..f740a2969 100644 --- a/dpkg-split/main.c +++ b/dpkg-split/main.c @@ -45,7 +45,7 @@ static void DPKG_ATTR_NORET printversion(const struct cmdinfo *cip, const char *value) { printf(_("Debian '%s' package split/join tool; version %s.\n"), - SPLITTER, DPKG_VERSION_ARCH); + SPLITTER, PACKAGE_RELEASE); printf(_( "This is free software; see the GNU General Public License version 2 or\n" |