changeset 525:15b1e9adf02f maemo

- Bump version, add description in control file
author Matt Johnston <matt@ucc.asn.au>
date Wed, 19 Nov 2008 11:54:21 +0000
parents 3c3cef8a32e6
children b4ed271dc08a
files debian/changelog debian/control
diffstat 2 files changed, 19 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/debian/changelog	Tue Nov 18 23:15:24 2008 +0000
+++ b/debian/changelog	Wed Nov 19 11:54:21 2008 +0000
@@ -1,3 +1,11 @@
+dropbear (0.52-1) unstable; urgency=low
+
+  * Maemo port, split into 5 packages
+  (dropbear, dropbear-server, dropbear-client, dropbear-common, dropbear-scp).
+  This avoids conflicts with openssh package.
+
+ -- Matt Johnston <[email protected]>  Wed, 19 Nov 2008 20:54:00 +0900
+
 dropbear (0.52-0.1) unstable; urgency=low
 
   * New upstream release.
--- a/debian/control	Tue Nov 18 23:15:24 2008 +0000
+++ b/debian/control	Wed Nov 19 11:54:21 2008 +0000
@@ -10,6 +10,7 @@
 Depends: ${shlibs:Depends}
 Suggests: openssh-client, runit
 Conflicts: dropbear-server, dropbear-client, dropbear-common, dropbear-scp
+XB-Maemo-Display-Name: Dropbear SSH Client and Server
 Description: lightweight SSH2 server and client
  dropbear is a SSH 2 server and client designed to be small enough to
  be used in small memory environments, while still being functional and
@@ -18,7 +19,8 @@
  It implements most required features of the SSH 2 protocol, and other
  features such as X11 and authentication agent forwarding.
  .
- This packages provides Dropbear client and server as a single binary.
+ This package provides Dropbear client and server as a single binary,
+ as well as key utilities and SCP.
  .
  See http://matt.ucc.asn.au/dropbear/dropbear.html
 
@@ -27,6 +29,7 @@
 Depends: ${shlibs:Depends}, dropbear-common
 Conflicts: dropbear
 Recommends: dropbear-scp
+XB-Maemo-Display-Name: Dropbear SSH Server
 Description: lightweight SSH2 server
  dropbear is a SSH 2 server and client designed to be small enough to
  be used in small memory environments, while still being functional and
@@ -35,6 +38,8 @@
  It implements most required features of the SSH 2 protocol, and other
  features such as X11 and authentication agent forwarding.
  .
+ This package provides only the Dropbear server.
+ .
  See http://matt.ucc.asn.au/dropbear/dropbear.html
 
 Package: dropbear-client
@@ -42,6 +47,7 @@
 Conflicts: dropbear
 Depends: ${shlibs:Depends}
 Recommends: dropbear-common, dropbear-scp
+XB-Maemo-Display-Name: Dropbear SSH Client
 Description: lightweight SSH2 client
  dropbear is a SSH 2 server and client designed to be small enough to
  be used in small memory environments, while still being functional and
@@ -50,11 +56,14 @@
  It implements most required features of the SSH 2 protocol, and other
  features such as X11 and authentication agent forwarding.
  .
+ This package provides only the Dropbear client.
+ .
  See http://matt.ucc.asn.au/dropbear/dropbear.html
 
 Package: dropbear-common
 Architecture: any
 Conflicts: dropbear
+XB-Maemo-Display-Name: Dropbear SSH Key Utils
 Depends: ${shlibs:Depends}
 Description: lightweight SSH2, key management utilities
  dropbear is a SSH 2 server and client designed to be small enough to
@@ -69,6 +78,7 @@
 Package: dropbear-scp
 Architecture: any
 Conflicts: dropbear
+XB-Maemo-Display-Name: Dropbear SCP
 Depends: ${shlibs:Depends}
 Description: lightweight SSH2 scp
  dropbear is a SSH 2 server and client designed to be small enough to