[SCM] TANGO distributed control system. branch, master, updated. upstream/7.2.5-181-gfa87c57

Picca Frédéric-Emmanuel picca at synchrotron-soleil.fr
Wed Apr 20 20:51:45 UTC 2011


The following commit has been merged in the master branch:
commit 9d0230792ec3f3067a33c4e308c5e3203ce1d128
Author: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
Date:   Tue Apr 19 00:06:58 2011 +0200

    * try to solve the circular dependency
    
    split the tango-common into tango-common and libtango-tools for the binary
    part.

diff --git a/debian/control b/debian/control
index c38ee85..a1a8832 100644
--- a/debian/control
+++ b/debian/control
@@ -158,6 +158,15 @@ Description: TANGO distributed control system - documentation
  .
  This package contains the documentation for the libtango7 library.
 
+Package: libtango-tools
+Section: net
+Architecture: any
+Depends: ${shlibs:Depends},
+	 ${misc:Depends}
+Description: TANGO distributed control system - common executable files
+ This package provides shared files for the TANGO distributed control
+ system, and sets up the required infrastructure.
+
 Package: tango-common
 Section: net
 Architecture: any
@@ -172,10 +181,10 @@ Package: tango-db
 Section: net
 Architecture: any
 Depends: ${shlibs:Depends},
-     tango-common,
 	 ${misc:Depends},
 	 lsb-base (>= 3.0-6),
-	 dbconfig-common
+	 dbconfig-common,
+	 libtango-tools
 Description: TANGO distributed control system - database server
  TANGO is an object oriented distributed control system. It allows
  communication between TANGO device processes running on the same
@@ -203,8 +212,8 @@ Package: tango-starter
 Section: net
 Architecture: any
 Depends: ${shlibs:Depends},
-     tango-common,
 	 ${misc:Depends},
+	 libtango-tools,
 	 lsb-base (>= 3.0-6)
 Suggests: omninotify
 Description: TANGO distributed control system - control server
@@ -236,9 +245,9 @@ Package: tango-accesscontrol
 Section: net
 Architecture: any
 Depends: ${shlibs:Depends},
-     tango-common,
 	 ${misc:Depends},
 	 lsb-base (>= 3.0-6),
+	 libtango-tools,
 	 tango-db,
 	 tango-starter
 Description:  TANGO distributed control system - accesscontrol server
diff --git a/debian/tango-common.install b/debian/libtango-tools.install
similarity index 100%
rename from debian/tango-common.install
rename to debian/libtango-tools.install

-- 
TANGO distributed control system.



More information about the debian-science-commits mailing list