summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2005-07-08 14:28:21 +0000
committerMatt Johnston <matt@ucc.asn.au>2005-07-08 14:28:21 +0000
commit1b6703b0987693c963140345792903cb2ee224df (patch)
treef03956dd2327d19ba4ced81a08fd557546b44056 /debian
parent9f463f6a0249a773178a3173e20366dc4ab84162 (diff)
downloaddropbear-1b6703b0987693c963140345792903cb2ee224df.tar.gz
* preparing for 0.46 release
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 9e36480..7ac611a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dropbear (0.46-0.1) unstable; urgency=medium
+
+ * New upstream release, various fixes.
+
+ -- Matt Johnston <matt@ucc.asn.au> Fri, 8 July 2005 21:32:55 +0800
+
dropbear (0.45-3) unstable; urgency=low
* debian/dropbear.init: init script prints human readable message in case
diff --git a/debian/rules b/debian/rules
index af07aba..52c3ea8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -85,7 +85,7 @@ install: deb-checkdir deb-checkuid build-stamp
done
gzip -9 '$(DIR)'/usr/share/man/man8/*.8
install -d -m0755 '$(DIR)'/usr/share/man/man1
- install -m644 debian/dbclient.1 '$(DIR)'/usr/share/man/man1/
+ install -m644 dbclient.1 '$(DIR)'/usr/share/man/man1/
gzip -9 '$(DIR)'/usr/share/man/man1/*.1
# copyright, changelog
cat debian/copyright.in LICENSE >debian/copyright