[python-qt-binding] 01/01: Initial Debianization

Jochen Sprickerhof jspricke-guest at moszumanska.debian.org
Tue Aug 4 21:11:15 UTC 2015


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

jspricke-guest pushed a commit to branch master
in repository python-qt-binding.

commit 338f825bb13835e85a30e0e09b48c279d7de4b00
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Tue Aug 4 23:03:11 2015 +0200

    Initial Debianization
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 27 +++++++++++++++++++++++++++
 debian/copyright     | 43 +++++++++++++++++++++++++++++++++++++++++++
 debian/rules         |  8 ++++++++
 debian/source/format |  1 +
 debian/watch         | 10 ++++++++++
 7 files changed, 95 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..cbc9c46
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-qt-binding (0.2.16-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Jochen Sprickerhof <debian at jochen.sprickerhof.de>  Thu, 29 Jan 2015 16:48:37 +0100
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..03369f7
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: python-qt-binding
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Thomas Moulard <thomas.moulard at gmail.com>,
+           Jochen Sprickerhof <debian at jochen.sprickerhof.de>,
+           Leopold Palomo-Avellaneda <leo at alaxarxa.net>
+Section: python
+Priority: optional
+Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7.4.3)
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/ros/python-qt-binding.git
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/ros/python-qt-binding.git
+Homepage: http://wiki.ros.org/python_qt_binding
+
+Package: python-qt-binding
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-vcstools
+Description: Python bindings for QT
+ There are two providers: pyside and pyqt.  PySide is released under
+ the LGPL.  PyQt is released under the GPL.
+ .
+ Both the bindings and tools to build bindings are included from each
+ available provider.  For PySide, it is called "Shiboken".  For PyQt,
+ this is called "SIP".
+ .
+ Also provided is adapter code to make the user's Python code
+ independent of which binding provider was actually used which makes
+ it very easy to switch between these.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7a8cd81
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,43 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python_qt_binding
+Upstream-Contact: Dirk Thomas <dthomas at osrfoundation.org>
+Source: http://wiki.ros.org/python_qt_binding
+
+Files: *
+Copyright: 2011-2015 TU Darmstadt
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ * Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above
+   copyright notice, this list of conditions and the following
+   disclaimer in the documentation and/or other materials provided
+   with the distribution.
+ * Neither the name of Willow Garage, Inc. nor the names of its
+   contributors may be used to endorse or promote products derived
+   from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+ FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+ COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+
+Files: debian/*
+Copyright: 2013, Thomas Moulard <thomas.moulard at gmail.com>,
+           2013-2015, Jochen Sprickerhof <debian at jochen.sprickerhof.de>,
+                      Leopold Palomo-Avellaneda <leo at alaxarxa.net>
+License: BSD-3-clause
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..df6ed8d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2 --buildsystem=python_distutils
+
+override_dh_clean:
+	rm -rf src/python_qt_binding.egg-info
+	dh_clean
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..158e254
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,10 @@
+# Watch control file for uscan
+# Compulsory line, this is a version 3 file
+version=3
+# For GitHub projects you can use the tags page:
+
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/python_qt_binding-$1\.tar\.gz/ \
+  https://github.com/ros-visualization/python_qt_binding/releases .*/v?(\d\S*)\.tar\.gz
+
+
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/python-qt-binding.git



More information about the debian-science-commits mailing list