[pisa-src] r2928 - trunk/debian/control

  • From: David Martin <David.Martin@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Sun, 18 Mar 2012 16:01:35 +0100

Author: martin
Date: Sun Mar 18 16:01:33 2012
New Revision: 2928

Log:
Debian: Split pisa-community-operator-package into client and server.

The community-operator should be shipped in separate packages. It is now
split into pisa-co-server and pisa-co-client respectively.

Modified:
   trunk/debian/control

Modified: trunk/debian/control
==============================================================================
--- trunk/debian/control        Thu Mar 15 17:23:39 2012        (r2927)
+++ trunk/debian/control        Sun Mar 18 16:01:33 2012        (r2928)
@@ -22,7 +22,12 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: PISA trust point applications
 
-Package: pisa-community-operator
+Package: pisa-co-server
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: PISA community operator applications
+Description: PISA community operator server
+
+Package: pisa-co-client
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: PISA community operator client
-- 
This is the pisa developer mailing list. Please also subscribe to the main pisa 
list at:
//www.freelists.org/list/pisa

Other related posts:

  • » [pisa-src] r2928 - trunk/debian/control - David Martin