[itango] 01/01: Import Debian patch 0.1.3-1~exp1

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Sun Sep 11 07:07:18 UTC 2016


This is an automated email from the git hooks/post-receive script.

picca pushed a commit to branch master
in repository itango.

commit a0263911185c969f1810db0f9b20671fca72b72e
Author: Sandor Bodo-Merle <sbodomerle at gmail.com>
Date:   Mon Aug 29 13:57:06 2016 +0200

    Import Debian patch 0.1.3-1~exp1
---
 debian/changelog                             |  5 ++
 debian/compat                                |  1 +
 debian/control                               | 75 ++++++++++++++++++++++++++++
 debian/copyright                             | 31 ++++++++++++
 debian/patches/0001-doc-spelling-fixes.patch | 34 +++++++++++++
 debian/patches/series                        |  1 +
 debian/python-itango-doc.doc-base            |  9 ++++
 debian/python-itango-doc.docs                |  1 +
 debian/python-itango.links                   |  1 +
 debian/python-itango.manpages                |  1 +
 debian/python3-itango.links                  |  1 +
 debian/python3-itango.manpages               |  1 +
 debian/rules                                 | 20 ++++++++
 debian/source/format                         |  1 +
 debian/watch                                 |  3 ++
 15 files changed, 185 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..c2de776
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+itango (0.1.3-1~exp1) experimental; urgency=medium
+
+  * Initial release. (Closes: #836514)
+
+ -- Sandor Bodo-Merle <sbodomerle at gmail.com>  Mon, 29 Aug 2016 13:57:06 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..71d2bc2
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,75 @@
+Source: itango
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Sandor Bodo-Merle <sbodomerle at gmail.com>
+Section: science
+Priority: extra
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all,
+               python-ipython,
+               python-setuptools,
+               python-tango,
+               python3-all,
+               python3-ipython,
+               python3-setuptools,
+               python3-tango
+Build-Depends-Indep: python-sphinx
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/itango.git
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/itango.git
+Homepage: https://pythonhosted.org/itango/
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
+
+Package: python-itango
+Architecture: all
+Section: python
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends}
+Recommends: python-qtconsole | ipython-qtconsole
+Provides: ${python:Provides}
+Breaks: python-pytango (<< 9.2.0)
+Description: Interactive Tango client - Python 2
+ ITango works like a normal python console, but it provides a nice set of
+ features from IPython. It also adds set of PyTango specific features:
+ .
+  * automatic import of Tango objects
+  * device and attribute name completion
+  * list tango devices, classes, servers
+  * customized tango error message
+  * database utilities
+ .
+ This is the Python 2 version of the package.
+
+Package: python3-itango
+Architecture: all
+Section: python
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python3:Depends}
+Recommends: python3-qtconsole | ipython3-qtconsole
+Provides: ${python3:Provides}
+Breaks: python3-pytango (<< 9.2.0)
+Description: Interactive Tango client - Python 3
+ ITango works like a normal python console, but it provides a nice set of
+ features from IPython. It also adds set of PyTango specific features:
+ .
+  * automatic import of Tango objects
+  * device and attribute name completion
+  * list tango devices, classes, servers
+  * customized tango error message
+  * database utilities
+ .
+ This is the Python 3 version of the package.
+
+Package: python-itango-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends},
+         ${sphinxdoc:Depends}
+Description: Interactive Tango client - documentation
+ ITango works like a normal python console, but it provides a nice set of
+ features from IPython. It also adds set of PyTango specific features:
+ .
+ This package contains the documentation for the python-itango package.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..6eb796a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Tiago Coutinho
+Upstream-Contact: tcoutinho at cells.es
+Source: https://pypi.python.org/pypi/itango
+
+Files: *
+Copyright: © 2010-2012, CELLS / ALBA Synchrotron, Bellaterra, Spain
+           © 2013-2016, European Synchrotron Radiation Facility, Grenoble, France
+License: LGPL-3+
+
+Files: debian/*
+Copyright: © 2016, Sándor Bodó-Merle <sandor.bodo-merle at eli-alps.hu>
+License: LGPL-3+
+
+License: LGPL-3+
+ Tango is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ Tango is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in `/usr/share/common-licenses/LGPL-3'.
diff --git a/debian/patches/0001-doc-spelling-fixes.patch b/debian/patches/0001-doc-spelling-fixes.patch
new file mode 100644
index 0000000..0227bb1
--- /dev/null
+++ b/debian/patches/0001-doc-spelling-fixes.patch
@@ -0,0 +1,34 @@
+From 4a5b670542bf1f924e5d23a4bd4c630a9548538f Mon Sep 17 00:00:00 2001
+From: Bodo-Merle Sandor <sbodomerle at gmail.com>
+Date: Thu, 1 Sep 2016 14:03:51 +0200
+Subject: [PATCH] doc: spelling fixes
+
+---
+ doc/itango.rst | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/doc/itango.rst b/doc/itango.rst
+index 8b6d633..434e04e 100644
+--- a/doc/itango.rst
++++ b/doc/itango.rst
+@@ -237,7 +237,7 @@ This way, if you want to create a device of class which you already know
+ 
+ One great advantage is that the tango device name completion is sensitive to the
+ type of device you want to create. This means that if you are in the middle of
+-writting a device name and you press the <tab> key, only devices of the tango
++writing a device name and you press the <tab> key, only devices of the tango
+ class 'Libera' will show up as possible completions.
+ 
+ .. sourcecode:: itango
+@@ -590,7 +590,7 @@ Creating a profile that extends itango profile
+ 
+ It is also possible to create a profile that includes all itango features and at
+ the same time adds new ones. Let's suppose that you want to create a customized
+-profile called 'orbit' that automaticaly exports devices of class
++profile called 'orbit' that automatically exports devices of class
+ 'Libera' for the booster accelerator (assuming you are working on a synchrotron
+ like institute ;-).
+ Here is the code for the $HOME/.ipython/ipy_profile_orbit.py:
+-- 
+2.9.3
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..3dca167
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-doc-spelling-fixes.patch
diff --git a/debian/python-itango-doc.doc-base b/debian/python-itango-doc.doc-base
new file mode 100644
index 0000000..907b905
--- /dev/null
+++ b/debian/python-itango-doc.doc-base
@@ -0,0 +1,9 @@
+Document: itango-manual
+Title: ITango documentation manual
+Author: Tiago Coutinho <tcoutinho at cells.es>
+Abstract: ITango is a PyTango CLI based on IPython.
+Section: Text
+
+Format: HTML
+Index: /usr/share/doc/python-itango-doc/html/itango.html
+Files: /usr/share/doc/python-itango-doc/html/*
diff --git a/debian/python-itango-doc.docs b/debian/python-itango-doc.docs
new file mode 100644
index 0000000..6f7511e
--- /dev/null
+++ b/debian/python-itango-doc.docs
@@ -0,0 +1 @@
+build/sphinx/html
diff --git a/debian/python-itango.links b/debian/python-itango.links
new file mode 100644
index 0000000..a87bfb1
--- /dev/null
+++ b/debian/python-itango.links
@@ -0,0 +1 @@
+usr/share/man/man1/itango.1.gz usr/share/man/man1/itango-qt.1.gz
diff --git a/debian/python-itango.manpages b/debian/python-itango.manpages
new file mode 100644
index 0000000..9c14a62
--- /dev/null
+++ b/debian/python-itango.manpages
@@ -0,0 +1 @@
+build/man/itango.1
diff --git a/debian/python3-itango.links b/debian/python3-itango.links
new file mode 100644
index 0000000..bd10c64
--- /dev/null
+++ b/debian/python3-itango.links
@@ -0,0 +1 @@
+usr/share/man/man1/itango3.1.gz usr/share/man/man1/itango3-qt.1.gz
diff --git a/debian/python3-itango.manpages b/debian/python3-itango.manpages
new file mode 100644
index 0000000..535297f
--- /dev/null
+++ b/debian/python3-itango.manpages
@@ -0,0 +1 @@
+build/man/itango3.1
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..d4d73e8
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,20 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=itango
+
+# sphinxdoc is available only when building the arch-all packages
+WITH_SPHINXDOC = $(shell if [ -x /usr/bin/dh_sphinxdoc ]; then echo "--with sphinxdoc"; fi)
+
+%:
+	dh $@ --with python2,python3 $(WITH_SPHINXDOC) --buildsystem=pybuild
+
+override_dh_auto_build:
+	dh_auto_build
+	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bman doc/ build/man
+	cp build/man/itango.1 build/man/itango3.1
+	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml doc/ build/sphinx/html
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf build
+	rm -rf *.egg-info
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..184f94f
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/itango/itango-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/itango.git



More information about the debian-science-commits mailing list