From 303cf3dde9cf0366346b5b537f2e0fe36ed14f9e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 10 Jun 2012 22:50:26 +0100 Subject: [PATCH] remove confusing version --- authbind.c | 3 +-- debian/changelog | 6 +++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/authbind.c b/authbind.c index 484f0e7..8dd8f0c 100644 --- a/authbind.c +++ b/authbind.c @@ -30,8 +30,7 @@ static void printusage(FILE *f) { if (fprintf(f, "usage: authbind [] ...\n" - "options: --deep --depth \n" - "version: " MAJOR_VER "." MINOR_VER "\n") + "options: --deep --depth \n") == EOF) { perror("printf usage"); exit(-1); } } diff --git a/debian/changelog b/debian/changelog index d3c6b8c..5541055 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,12 @@ authbind (2.1.1) unstable; urgency=low * Manpage has an example of which files will be checked and read Closes: #676540. + * Do not include library version number in usage output from helper; the + library and package version numbers are not the same, so this is + misleading, and we do not want to introduce new machinery just to + plumb the package version number through. Closes: #676440. - -- + -- Ian Jackson Sun, 10 Jun 2012 22:49:48 +0100 authbind (2.1.0) unstable; urgency=low -- 2.30.2