[Python-modules-commits] [pydbus] 03/04: Initial release (Closes: #838791).

Alberto Caso acaso-guest at moszumanska.debian.org
Tue Dec 6 16:16:39 UTC 2016


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

acaso-guest pushed a commit to branch master
in repository pydbus.

commit bc016a4132048a1d852c75dccd83355074f28a89
Author: Alberto Caso <alberto.caso at juntaex.es>
Date:   Tue Dec 6 14:44:20 2016 +0100

    Initial release (Closes: #838791).
---
 debian/changelog              |  5 ++++
 debian/compat                 |  1 +
 debian/control                | 55 +++++++++++++++++++++++++++++++++++++++++++
 debian/copyright              | 51 +++++++++++++++++++++++++++++++++++++++
 debian/python-pydbus-doc.docs |  3 +++
 debian/rules                  | 11 +++++++++
 debian/watch                  |  3 +++
 7 files changed, 129 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..895abcd
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+pydbus (0.5.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #838791).
+
+ -- Alberto Caso <alberto.caso at juntaex.es>  Sun, 04 Dec 2016 13:53:49 +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..888a0b4
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,55 @@
+Source: pydbus
+Section: python
+Priority: extra
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Alberto Caso <alberto.caso at juntaex.es>
+Build-Depends: debhelper (>= 9), dh-python, python-all, python-setuptools, python3-all, python3-setuptools
+Standards-Version: 3.9.8
+Homepage: https://github.com/LEW21/pydbus
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pydbus.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pydbus.git/
+
+Package: python-pydbus
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-gi
+Suggests: python-pydbus-doc
+Description: Pythonic D-Bus library (Python 2)
+ pydbus provides a pythonic interface to the D-Bus message
+ bus system. pydbus can be used to access remote objects
+ and also for object publication.
+ .
+ It is based on PyGI, the Python GObject Introspection
+ bindings, which is the recommended way to use GLib from
+ Python.
+ .
+ This package installs the library for Python 2.
+
+Package: python3-pydbus
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}, python3-gi
+Suggests: python-pydbus-doc
+Description: Pythonic D-Bus library (Python 3)
+ pydbus provides a pythonic interface to the D-Bus message
+ bus system. pydbus can be used to access remote objects
+ and also for object publication.
+ .
+ It is based on PyGI, the Python GObject Introspection
+ bindings, which is the recommended way to use GLib from
+ Python.
+ .
+ This package installs the library for Python 3.
+
+Package: python-pydbus-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Description: Pythonic D-Bus library (common documentation)
+ pydbus provides a pythonic interface to the D-Bus message
+ bus system. pydbus can be used to access remote objects
+ and also for object publication.
+ .
+ It is based on PyGI, the Python GObject Introspection
+ bindings, which is the recommended way to use GLib from
+ Python.
+ .
+ This is the common documentation package.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d7f8c96
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,51 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pydbus
+Upstream-Contact: Linus Lewandowski <linus at lew21.net>
+Source: https://github.com/LEW21/pydbus
+
+Files: debian/*
+Copyright: 2016 Alberto Caso <alberto.caso at juntaex.es>
+License: LGPL-2.1+
+
+Files: *
+Copyright: 2014-2016 Linus Lewandowski <linus at lew21.net>
+License: LGPL-2.1+
+
+Files: doc/tutorial.rst
+Copyright: 2006-2007 Collabora Ltd.
+ 2016 Janusz Lewandowski
+License: MIT
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation
+ files (the "Software"), to deal in the Software without
+ restriction, including without limitation the rights to use, copy,
+ modify, merge, publish, distribute, sublicense, and/or sell copies
+ of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
+
+License: LGPL-2.1+
+ This program 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 2.1 of the License, or (at your option) any later version.
+ .
+ This program 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.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2.1".
+
diff --git a/debian/python-pydbus-doc.docs b/debian/python-pydbus-doc.docs
new file mode 100644
index 0000000..a769cbc
--- /dev/null
+++ b/debian/python-pydbus-doc.docs
@@ -0,0 +1,3 @@
+README.rst
+pydbus/examples/
+doc/*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..fc95b09
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+# See debhelper(7) (uncomment to enable)
+# output every command that modifies files on the build system.
+#export DH_VERBOSE = 1
+
+export PYBUILD_NAME=pydbus
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..6ce3020
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/pydbus-$1\.tar\.gz/ \
+  https://github.com/LEW21/pydbus/releases .*/v?(\d\S+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pydbus.git



More information about the Python-modules-commits mailing list