[Python-modules-commits] [pyee] 01/01: Add homepage, vcs fields and perform a wrap-and-sort

Clive Johnston clivejo-guest at moszumanska.debian.org
Mon Jul 24 21:12:15 UTC 2017


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

clivejo-guest pushed a commit to branch master
in repository pyee.

commit 35193079b267d16ede34682ba99a24c3857e163e
Author: Clive Johnston <clivejo at kubuntu.org>
Date:   Mon Jul 24 22:12:12 2017 +0100

    Add homepage, vcs fields and perform a wrap-and-sort
---
 debian/control | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 6ad2bff..5e506ed 100644
--- a/debian/control
+++ b/debian/control
@@ -6,18 +6,21 @@ Uploaders: Mycroft Devs <devops at mycroft.ai>
 Build-Depends: debhelper (>= 9),
                dh-python,
                python-all,
-               python3-all,
                python-pytest-runner,
                python-setuptools,
                python-vcversioner,
-               python3-vcversioner,
+               python3-all,
+               python3-pytest-runner,
                python3-setuptools,
-               python3-pytest-runner
+               python3-vcversioner
 Standards-Version: 4.0.0
+Homepage: https://github.com/jfhbrook/pyee
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pyee.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pyee.git
 
 Package: python-pyee
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
 XB-Python-Version: ${python:Versions}
 Description: Port of node.js's EventEmitter to python
  This package contains the pyee module for Python 2. pyee supplies an
@@ -25,7 +28,7 @@ Description: Port of node.js's EventEmitter to python
 
 Package: python3-pyee
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
 Description: Port of node.js's EventEmitter to python
  This package contains the pyee module for Python 3. pyee supplies an
  EventEmitter object similar to the EventEmitter from node.js.

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



More information about the Python-modules-commits mailing list