[Python-modules-commits] [pydbus] 01/02: wrapped-and-sorted debian files

Alberto Caso acaso-guest at moszumanska.debian.org
Sat Dec 10 12:18:25 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 1041b1ec86fdac5720208b60bd0f76723dc1f3de
Author: Alberto Caso <alberto.caso at juntaex.es>
Date:   Sat Dec 10 13:13:47 2016 +0100

    wrapped-and-sorted debian files
---
 debian/control                | 11 ++++++++---
 debian/copyright              |  1 -
 debian/python-pydbus-doc.docs |  2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 888a0b4..96714c5 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,12 @@ 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
+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
@@ -11,7 +16,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pydbus.git/
 
 Package: python-pydbus
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-gi
+Depends: python-gi, ${misc:Depends}, ${python:Depends}
 Suggests: python-pydbus-doc
 Description: Pythonic D-Bus library (Python 2)
  pydbus provides a pythonic interface to the D-Bus message
@@ -26,7 +31,7 @@ Description: Pythonic D-Bus library (Python 2)
 
 Package: python3-pydbus
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python3-gi
+Depends: python3-gi, ${misc:Depends}, ${python3:Depends}
 Suggests: python-pydbus-doc
 Description: Pythonic D-Bus library (Python 3)
  pydbus provides a pythonic interface to the D-Bus message
diff --git a/debian/copyright b/debian/copyright
index d7f8c96..9d24217 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -48,4 +48,3 @@ License: LGPL-2.1+
  .
  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
index a769cbc..529e3bf 100644
--- a/debian/python-pydbus-doc.docs
+++ b/debian/python-pydbus-doc.docs
@@ -1,3 +1,3 @@
 README.rst
-pydbus/examples/
 doc/*
+pydbus/examples/

-- 
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