[SCM] TANGO distributed control system. branch, master, updated. debian/6.1.1c-1-124-g1b3fdda

Frédéric-Emmanuel PICCA picca at synchrotron-soleil.fr
Mon Feb 21 16:31:19 UTC 2011


The following commit has been merged in the master branch:
commit 1b3fdda19574090514c163d4b03e8ddcfcbbf42a
Author: Frédéric-Emmanuel PICCA <picca at synchrotron-soleil.fr>
Date:   Mon Feb 21 17:34:03 2011 +0100

    * fix for now the dependency problem.
    
    it seems that installaing using dpkg *.deb is ok
    but apt-get install * cause problem on ubuntu system.

diff --git a/debian/control b/debian/control
index f9f28b8..c38ee85 100644
--- a/debian/control
+++ b/debian/control
@@ -172,6 +172,7 @@ Package: tango-db
 Section: net
 Architecture: any
 Depends: ${shlibs:Depends},
+     tango-common,
 	 ${misc:Depends},
 	 lsb-base (>= 3.0-6),
 	 dbconfig-common
@@ -202,6 +203,7 @@ Package: tango-starter
 Section: net
 Architecture: any
 Depends: ${shlibs:Depends},
+     tango-common,
 	 ${misc:Depends},
 	 lsb-base (>= 3.0-6)
 Suggests: omninotify
@@ -234,6 +236,7 @@ Package: tango-accesscontrol
 Section: net
 Architecture: any
 Depends: ${shlibs:Depends},
+     tango-common,
 	 ${misc:Depends},
 	 lsb-base (>= 3.0-6),
 	 tango-db,

-- 
TANGO distributed control system.



More information about the debian-science-commits mailing list