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

Picca Frédéric-Emmanuel picca at synchrotron-soleil.fr
Tue Oct 5 21:42:59 UTC 2010


The following commit has been merged in the master branch:
commit fb6168f1f75bf4ac4470c7f97a36da0fae372ce7
Author: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
Date:   Sun Aug 15 18:18:35 2010 +0200

    * add the debug package for tango-db tango-starter and tango-accesscontrol

diff --git a/debian/control b/debian/control
index 6ca764c..ee3fc62 100644
--- a/debian/control
+++ b/debian/control
@@ -184,6 +184,20 @@ Description: TANGO distributed control system - database server
  .
  This package provides a TANGO database server using MySQL.
 
+Package: tango-db-dbg
+Section: debug
+Architecture: any
+Depends: tango-db (= ${binary:Version}),
+	 ${misc:Depends}
+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
+ computer or distributed over the network. These processes can
+ provide services to the control system all over the network, such as
+ hardware control or data processing.
+ .
+ This package contains the debugging symbols for tango-db.
+
 Package: tango-starter
 Section: net
 Architecture: any
@@ -201,6 +215,21 @@ Description: TANGO distributed control system - control server
  This package provides a TANGO device control server. It can start, stop,
  or report the status of other TANGO components.
 
+Package: tango-starter-dbg
+Section: debug
+Architecture: any
+Depends: tango-starter (= ${binary:Version}),
+	 ${misc:Depends}
+Suggests: omninotify
+Description: TANGO distributed control system - control server
+ TANGO is an object oriented distributed control system. It allows
+ communication between TANGO device processes running on the same
+ computer or distributed over the network. These processes can
+ provide services to the control system all over the network, such as
+ hardware control or data processing.
+ .
+ This package contains the debugging symbols for tango-starter.
+
 Package: tango-accesscontrol
 Section: net
 Architecture: any
@@ -219,6 +248,20 @@ Description:  TANGO distributed control system - accesscontrol server
  manage the users and IP addresses that are permitted to access TANGO
  devices.
 
+Package: tango-accesscontrol-dbg
+Section: debug
+Architecture: any
+Depends: tango-accesscontrol (= ${binary:Version}),
+	 ${misc:Depends}
+Description:  TANGO distributed control system - accesscontrol server
+ TANGO is an object oriented distributed control system. It allows
+ communication between TANGO device processes running on the same
+ computer or distributed over the network. These processes can
+ provide services to the control system all over the network, such as
+ hardware control or data processing.
+ .
+ This package contains the debugging symbols for tango-accesscontrol.
+
 Package: tango-test
 Section: net
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 9aa9ff6..86e10e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,8 +40,11 @@ override_dh_auto_install:
 override_dh_strip:
 	dh_strip -plibtango7 --dbg-package=libtango7-dbg
 	dh_strip -pliblog4tango4 --dbg-package=liblog4tango4-dbg
+	dh_strip -ptango-db --dbg-package=tango-db-dbg
+	dh_strip -ptango-starter --dbg-package=tango-starter-dbg
+	dh_strip -ptango-accesscontrol --dbg-package=tango-accesscontrol-dbg
 	dh_strip -ptango-test --dbg-package=tango-test-dbg
-	dh_strip -a -Nlibtango7 -Nliblog4tango4 -Ntango-test
+	dh_strip -a -Nlibtango7 -Nliblog4tango4 -Ntango-db -Ntango-starter -Ntango-accesscontrol -Ntango-test
 
 %:
 	dh $@

-- 
TANGO distributed control system.



More information about the debian-science-commits mailing list