[Python-modules-commits] [python-setproctitle] 01/03: d/control wrap-and sort

Orestis Ioannou oorestisime-guest at moszumanska.debian.org
Sun Sep 18 18:07:00 UTC 2016


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

oorestisime-guest pushed a commit to branch master
in repository python-setproctitle.

commit b4e00aae5c4e5d2866c67d3e0c352e8c97e3598d
Author: Orestis Ioannou <orestis at oioannou.com>
Date:   Sun Sep 18 20:05:40 2016 +0200

    d/control wrap-and sort
---
 debian/control | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 308b14b..12914e7 100644
--- a/debian/control
+++ b/debian/control
@@ -7,21 +7,21 @@ Uploaders:
 Build-Depends:
  debhelper (>= 9),
  dh-python,
- gcc (>= 4),
+ gcc,
  procps,
+ python-all-dbg,
  python-all-dev,
  python-nose,
- python-all-dbg,
+ python3-all-dbg,
  python3-all-dev,
  python3-docutils,
  python3-nose,
- python3-all-dbg,
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
 Standards-Version: 3.9.8
 Homepage: https://github.com/dvarrazzo/py-setproctitle
-Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/py-setproctitle.git
-Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/py-setproctitle.git
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-setproctitle.git
+Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-setproctitle.git
 
 Package: python-setproctitle
 Architecture: any
@@ -43,7 +43,8 @@ Section: debug
 Architecture: any
 Depends:
  python-setproctitle (= ${binary:Version}),
- ${misc:Depends}, ${shlibs:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
 Description: Setproctitle implementation for Python 2 (debug)
  The library allows a process to change its title (as displayed by system tools
  such as ps and top).
@@ -72,7 +73,8 @@ Section: debug
 Architecture: any
 Depends:
  python3-setproctitle (= ${binary:Version}),
- ${misc:Depends}, ${shlibs:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
 Description: Setproctitle implementation for Python 3 (debug)
  The library allows a process to change its title (as displayed by system tools
  such as ps and top).

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



More information about the Python-modules-commits mailing list