diff options
author | Matt Johnston <matt@ucc.asn.au> | 2004-08-14 18:03:36 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2004-08-14 18:03:36 +0000 |
commit | d866ad671ab84e170a38748725c3dcd93889be7b (patch) | |
tree | a329765ffc566401460ab92be250ac1bf739f6f8 /debian | |
parent | 9ab4bbc7ff4dbb894e91aa52dc9d17ab1d2a3218 (diff) |
- It'll be called 0.44test1
- Debian stuff
--HG--
extra : convert_revision : 76d20e3ad43f56e58800b463ddf0cc1064defe71
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/rules | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d9da388..96961d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +dropbear (0.44test1-1) unstable; urgency=low + + * Upstream beta 0.44test1 + * Huge changes to allow client functionality + + -- Matt Johnston <matt@ucc.asn.au> Sat, 14 August 2004 23:00:00 +0800 + dropbear (0.43-1) unstable; urgency=high * New upstream release 0.43 diff --git a/debian/rules b/debian/rules index ee7b14a..30b3a0a 100644 --- a/debian/rules +++ b/debian/rules @@ -55,6 +55,7 @@ install: deb-checkdir deb-checkuid build-stamp 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 \ |