[Python-modules-commits] [pyglet] 01/02: Restructured control file using wrap-and-sort.

Petter Reinholdtsen pere at moszumanska.debian.org
Mon Oct 16 20:14:51 UTC 2017


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

pere pushed a commit to branch master
in repository pyglet.

commit b4f984122edbf9e10ed1f8620c7bcb25c2dffab8
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Mon Oct 16 20:16:54 2017 +0200

    Restructured control file using wrap-and-sort.
---
 debian/control | 29 ++++++++++++++++++++++-------
 1 file changed, 22 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 6915193..fa876b3 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,21 @@ Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Michael Hanke <michael.hanke at gmail.com>,
-	   Per B. Sederberg <psederberg at gmail.com>,
-	   Stephan Peijnik <debian at sp.or.at>,
-	   Yaroslav Halchenko <debian at onerussian.com>
-Build-Depends: cdbs, debhelper (>= 9), dh-python, python, python-setuptools,
-  python-pytest, libgl1-mesa-dev, libglu1-mesa, libfontconfig1,
-  xvfb, xauth, libgl1-mesa-dri, 
+           Per B. Sederberg <psederberg at gmail.com>,
+           Stephan Peijnik <debian at sp.or.at>,
+           Yaroslav Halchenko <debian at onerussian.com>
+Build-Depends: cdbs,
+               debhelper (>= 9),
+               dh-python,
+               libfontconfig1,
+               libgl1-mesa-dev,
+               libgl1-mesa-dri,
+               libglu1-mesa,
+               python,
+               python-pytest,
+               python-setuptools,
+               xauth,
+               xvfb
 Standards-Version: 3.9.8
 Homepage: http://www.pyglet.org
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pyglet.git
@@ -16,7 +25,13 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pyglet.git
 
 Package: python-pyglet
 Architecture: all
-Depends: ${shlibs:Depends}, ${python:Depends}, python-ctypes | python (>= 2.5), libgtk2.0-0, libgl1 | libgl1-mesa-swx11, libglu1 | libglu1-mesa, ${misc:Depends}
+Depends: libgl1 | libgl1-mesa-swx11,
+         libglu1 | libglu1-mesa,
+         libgtk2.0-0,
+         python-ctypes | python (>= 2.5),
+         ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends}
 Recommends: libasound2 | libopenal1
 Provides: ${python:Provides}
 Description: cross-platform windowing and multimedia library

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



More information about the Python-modules-commits mailing list