From: Ian Jackson Date: Sun, 10 Jun 2012 21:50:26 +0000 (+0100) Subject: remove confusing version X-Git-Tag: debian/2.1.1~4 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=authbind.git;a=commitdiff_plain;h=303cf3dde9cf0366346b5b537f2e0fe36ed14f9e remove confusing version --- 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