diff debian/control @ 527:9f5e2616c064 maemo

- 0.52-2, put key utils into -server package
author Matt Johnston <matt@ucc.asn.au>
date Wed, 19 Nov 2008 13:53:41 +0000
parents b4ed271dc08a
children
line wrap: on
line diff
--- a/debian/control	Wed Nov 19 12:03:57 2008 +0000
+++ b/debian/control	Wed Nov 19 13:53:41 2008 +0000
@@ -1,5 +1,5 @@
 Source: dropbear
-Section: net
+Section: user/network
 Priority: optional
 Maintainer: Matt Johnston <[email protected]>
 Build-Depends: libz-dev
@@ -10,7 +10,7 @@
 Depends: ${shlibs:Depends}
 Suggests: openssh-client, runit
 Section: user/network
-Conflicts: dropbear-server, dropbear-client, dropbear-common, dropbear-scp
+Conflicts: dropbear-server, dropbear-client, dropbear-keyutils, 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
@@ -27,9 +27,10 @@
 
 Package: dropbear-server
 Architecture: any
-Depends: ${shlibs:Depends}, dropbear-common
+Depends: ${shlibs:Depends}
 Section: user/network
-Conflicts: dropbear
+Conflicts: dropbear, dropbear-keyutils
+Provides: dropbear-keyutils
 Recommends: dropbear-scp
 XB-Maemo-Display-Name: Dropbear SSH Server
 Description: lightweight SSH2 server
@@ -49,7 +50,8 @@
 Conflicts: dropbear
 Section: user/network
 Depends: ${shlibs:Depends}
-Recommends: dropbear-common, dropbear-scp
+Recommends: dropbear-scp
+Suggests: dropbear-keyutils
 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
@@ -63,9 +65,9 @@
  .
  See http://matt.ucc.asn.au/dropbear/dropbear.html
 
-Package: dropbear-common
+Package: dropbear-keyutils
 Architecture: any
-Conflicts: dropbear
+Conflicts: dropbear, dropbear-server
 Section: user/network
 XB-Maemo-Display-Name: Dropbear SSH Key Utils
 Depends: ${shlibs:Depends}