Mercurial > dropbear
changeset 76:95f4bc4bcd58
- It'll be called 0.44test1
- Debian stuff
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 14 Aug 2004 18:03:36 +0000 |
parents | a54d20c96178 |
children | 3000e5b4dd2d |
files | debian/changelog debian/rules options.h |
diffstat | 3 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/debian/changelog Sat Aug 14 17:59:42 2004 +0000 +++ b/debian/changelog Sat Aug 14 18:03:36 2004 +0000 @@ -1,3 +1,10 @@ +dropbear (0.44test1-1) unstable; urgency=low + + * Upstream beta 0.44test1 + * Huge changes to allow client functionality + + -- Matt Johnston <[email protected]> Sat, 14 August 2004 23:00:00 +0800 + dropbear (0.43-1) unstable; urgency=high * New upstream release 0.43
--- a/debian/rules Sat Aug 14 17:59:42 2004 +0000 +++ b/debian/rules Sat Aug 14 18:03:36 2004 +0000 @@ -55,6 +55,7 @@ install -d -m0755 "$(DIR)"/usr/sbin install -m0755 dropbear "$(DIR)"/usr/sbin/dropbear install -d -m0755 "$(DIR)"/usr/bin + install -m0755 dbclient "$(DIR)"/usr/bin/dbclient install -m0755 dropbearkey "$(DIR)"/usr/bin/dropbearkey install -d -m0755 "$(DIR)"/usr/lib/dropbear install -m0755 dropbearconvert \
--- a/options.h Sat Aug 14 17:59:42 2004 +0000 +++ b/options.h Sat Aug 14 18:03:36 2004 +0000 @@ -193,7 +193,7 @@ *******************************************************************/ #ifndef DROPBEAR_VERSION -#define DROPBEAR_VERSION "0.45-beta1" +#define DROPBEAR_VERSION "0.44test1" #endif #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION