[SCM] Packaging for pytango branch, master, updated. debian/7.2.2-3-9-g5f9687d

Picca Frédéric-Emma?==?UTF-8?Q?nuel picca at debian.org
Fri Apr 27 20:19:07 UTC 2012


The following commit has been merged in the master branch:
commit 4345284bb80b41ed07fddb626302432107b6d93b
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Sat Mar 3 09:01:25 2012 +0100

    split into python-pytango and python-pytango-doc

diff --git a/debian/control b/debian/control
index 2f70a6d..a0625d8 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,6 @@ Section: science
 Priority: extra
 Build-Depends: debhelper (>= 8),
                graphviz,
-               ipython,
                libboost-python-dev,
                liblog4tango4-dev,
                libtango7-dev,
@@ -24,13 +23,26 @@ Section: python
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${python:Depends},
-         ${sphinxdoc:Depends},
          ipython
 Provides: ${python:Provides}
+Description: API for the TANGO control system (documentation)
+ TANGO is an object oriented distributed control system using CORBA,
+ mainly developed by the Controls Section of the ALBA Synchrotron.
+ PyTango provides bindings for its client- and server-side C++ APIs.
+ With PyTango, you can write TANGO device servers and TANGO applications
+ (scripts, CLIs, GUIs) that access TANGO device servers in pure Python.
+
+Package: python-pytango-doc
+Architecture: all
+Section: python
+Depends: ${misc:Depends},
+         ${sphinxdoc:Depends}
 Description: API for the TANGO control system
  TANGO is an object oriented distributed control system using CORBA,
  mainly developed by the Controls Section of the ALBA Synchrotron.
  PyTango provides bindings for its client- and server-side C++ APIs.
  With PyTango, you can write TANGO device servers and TANGO applications
  (scripts, CLIs, GUIs) that access TANGO device servers in pure Python.
+ .
+ This package contains the documentation for the python-pytango library.
 
diff --git a/debian/doc-base b/debian/python-pytango-doc.doc-base
similarity index 67%
rename from debian/doc-base
rename to debian/python-pytango-doc.doc-base
index eb606c4..b4836e5 100644
--- a/debian/doc-base
+++ b/debian/python-pytango-doc.doc-base
@@ -5,5 +5,5 @@ Abstract: PyTango is the Python binding of the Tango Control System C++ librarie
 Section: Text
 
 Format: HTML
-Index: /usr/share/doc/python-pytango/html/index.html
-Files: /usr/share/doc/python-pytango/html/*
+Index: /usr/share/doc/python-pytango-doc/html/index.html
+Files: /usr/share/doc/python-pytango-doc/html/*
diff --git a/debian/docs b/debian/python-pytango-doc.docs
similarity index 100%
rename from debian/docs
rename to debian/python-pytango-doc.docs
diff --git a/debian/python-pytango.install b/debian/python-pytango.install
new file mode 100644
index 0000000..0d5487b
--- /dev/null
+++ b/debian/python-pytango.install
@@ -0,0 +1 @@
+usr/lib
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 6866952..2aa3528 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,11 +8,9 @@ override_dh_clean:
 	dh_clean
 
 override_dh_auto_install:
-	dh_auto_install -- --install-html=$(CURDIR)/debian/python-pytango/usr/share/doc/python-pytango/html
+	dh_auto_install -- --install-html=$(CURDIR)/debian/python-pytango-doc/usr/share/doc/python-pytango-doc/html
 	dh_numpy
 
-override_dh_auto_build:
-	dh_auto_build -- --without-spock
 
 %:
 	dh $@ --with python2 $(WITH_SPHINXDOC)

-- 
Packaging for pytango



More information about the debian-science-commits mailing list