[SCM] framework for TANGO control system client applications branch, master, updated. upstream/3.0.0_rc2-36-gde202bb

Picca Frédéric-Emma?==?UTF-8?Q?nuel picca at debian.org
Sat Jan 28 12:00:43 UTC 2012


The following commit has been merged in the master branch:
commit 625d464c2057a4849d0282777198944bfb022973
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Sat Jan 28 10:10:54 2012 +0100

    add the python-taurus-doc package

diff --git a/debian/control b/debian/control
index 14936fe..5e8b1be 100644
--- a/debian/control
+++ b/debian/control
@@ -56,3 +56,30 @@ Description: framework for Tango Control System CLI and GUI applications.
  The TAURUS library is divided into two parts: the core module which handles
  all interaction with PyTango and the Qt module which provides a collection of
  widgets that can be used inside any PyQt based GUI.
+
+Package: python-taurus-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Description: framework for Tango Control System CLI and GUI applications.
+ TAURUS is a library for connecting client side applications (command-line
+ interfaces and graphical user interfaces) to TANGO device servers, mainly
+ developed by CELLS Alba Synchrotron Controls Section. TAURUS is built on top
+ of PyTango which is a python binding for the Tango library. It provides an
+ abstraction layer that allows TANGO to be accessed in a pythonic, object
+ oriented way. For the GUI part, TAURUS is built on top of the graphical
+ library PyQt which is a python binding for Qt.
+ .
+ The goals of this library are:
+ Provide a simple Tango API to the end-user application
+ Speed up development of tango based applications
+ Provide a standardized look-and-feel
+ .
+ In many aspects, TAURUS follows the same approach as the TANGO Java
+ Application Tool Kit: Tango ATK. If you know ATK, TAURUS will look familiar.
+ .
+ The TAURUS library is divided into two parts: the core module which handles
+ all interaction with PyTango and the Qt module which provides a collection of
+ widgets that can be used inside any PyQt based GUI.
+ .
+ This package contains the documentation for the python-taurus library.
\ No newline at end of file
diff --git a/debian/doc-base b/debian/python-taurus-doc.doc-base
similarity index 67%
rename from debian/doc-base
rename to debian/python-taurus-doc.doc-base
index 5ebf480..5ffd573 100644
--- a/debian/doc-base
+++ b/debian/python-taurus-doc.doc-base
@@ -5,5 +5,5 @@ Abstract: Taurus is the Python binding of the Tango Control System C++ libraries
 Section: Text
 
 Format: HTML
-Index: /usr/share/doc/python-taurus/html/index.html
-Files: /usr/share/doc/python-taurus/html/*
+Index: /usr/share/doc/python-taurus-doc/html/index.html
+Files: /usr/share/doc/python-taurus-doc/html/*
diff --git a/debian/docs b/debian/python-taurus-doc.docs
similarity index 100%
rename from debian/docs
rename to debian/python-taurus-doc.docs
diff --git a/debian/python-taurus.install b/debian/python-taurus.install
new file mode 100644
index 0000000..8e9eb66
--- /dev/null
+++ b/debian/python-taurus.install
@@ -0,0 +1,3 @@
+usr/bin
+usr/lib
+usr/share/man
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 5c22bc2..ebef6e7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ get-orig-source:
 	uscan --force-download --upstream-version $(VERSION)
 
 override_dh_auto_install:
-	dh_auto_install -- --install-html=$(CURDIR)/debian/python-taurus/usr/share/doc/python-taurus/html
+	dh_auto_install -- --install-html=$(CURDIR)/debian/python-taurus-doc/usr/share/doc/python-taurus-doc/html
 
 %:
 	dh $@ --with python2 --with sphinxdoc

-- 
framework for TANGO control system client applications



More information about the debian-science-commits mailing list