diff debian/control @ 524:3c3cef8a32e6 maemo

- Make it do the postinst files etc for dropbear-server - Improve the NO_START message
author Matt Johnston <matt@ucc.asn.au>
date Tue, 18 Nov 2008 23:15:24 +0000
parents 8cc0598b0b9a
children 15b1e9adf02f
line wrap: on
line diff
--- a/debian/control	Tue Nov 18 13:55:57 2008 +0000
+++ b/debian/control	Tue Nov 18 23:15:24 2008 +0000
@@ -25,6 +25,7 @@
 Package: dropbear-server
 Architecture: any
 Depends: ${shlibs:Depends}, dropbear-common
+Conflicts: dropbear
 Recommends: dropbear-scp
 Description: lightweight SSH2 server
  dropbear is a SSH 2 server and client designed to be small enough to
@@ -38,6 +39,7 @@
 
 Package: dropbear-client
 Architecture: any
+Conflicts: dropbear
 Depends: ${shlibs:Depends}
 Recommends: dropbear-common, dropbear-scp
 Description: lightweight SSH2 client
@@ -52,6 +54,7 @@
 
 Package: dropbear-common
 Architecture: any
+Conflicts: dropbear
 Depends: ${shlibs:Depends}
 Description: lightweight SSH2, key management utilities
  dropbear is a SSH 2 server and client designed to be small enough to
@@ -65,6 +68,7 @@
 
 Package: dropbear-scp
 Architecture: any
+Conflicts: dropbear
 Depends: ${shlibs:Depends}
 Description: lightweight SSH2 scp
  dropbear is a SSH 2 server and client designed to be small enough to