summaryrefslogtreecommitdiff
path: root/dpkg-deb
diff options
context:
space:
mode:
authorScott James Remnant <keybuk@debian.org>2004-04-25 17:11:41 +0000
committerScott James Remnant <keybuk@debian.org>2004-04-25 17:11:41 +0000
commit5c8c452ed27c6e9601e51be60b49fe0cb3f2e7d0 (patch)
tree341ab0130390b9b0e399a06839417526c655888c /dpkg-deb
parentdec30211faf90a60e42ba553a2ead55f867b2255 (diff)
downloaddpkg-5c8c452ed27c6e9601e51be60b49fe0cb3f2e7d0.tar.gz
Tollef and I gorged on low hanging fruit and got our hands sticky.
Diffstat (limited to 'dpkg-deb')
-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 2cb8f2902..42ce6d675 100644
--- a/dpkg-deb/main.c
+++ b/dpkg-deb/main.c
@@ -40,7 +40,7 @@
#include "dpkg-deb.h"
-const char* showformat = "${pkg:Package}\t${pkg:Version}\n";
+const char* showformat = "${Package}\t${Version}\n";
static void printversion(void) {
if (fputs(_("Debian `"), stdout) < 0) werr("stdout");