[Python-modules-commits] [pygame] 01/01: wrap-and-sort
Dominik George
natureshadow-guest at moszumanska.debian.org
Thu Jan 26 23:18:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
natureshadow-guest pushed a commit to branch master
in repository pygame.
commit 13044ca81be64cb630e645e63725dcce4f1f3578
Author: Dominik George <nik at naturalnet.de>
Date: Fri Jan 27 00:18:13 2017 +0100
wrap-and-sort
---
debian/control | 25 +++++++++++++++----------
debian/python-pygame-doc.docs | 2 +-
debian/python-pygame-doc.links | 2 +-
3 files changed, 17 insertions(+), 12 deletions(-)
diff --git a/debian/control b/debian/control
index 3eeed7c..21a951e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
Ed Boraas <ed at debian.org>,
A Mennucc1 <mennucc1 at debian.org>,
Vincent Cheng <vcheng at debian.org>,
- Dominik George <nik at naturalnet.de>
+ Dominik George <nik at naturalnet.de>,
Build-Depends:
debhelper (>= 10),
dh-python,
@@ -24,16 +24,17 @@ Build-Depends:
musescore-soundfont-gm,
python-all-dev (>= 2.6.6-3~),
python-numpy,
+ python-setuptools (>= 0.6b3),
+ python-sphinx,
python3-all-dev,
python3-numpy,
- sharutils,
- python-setuptools (>= 0.6b3),
python3-setuptools,
- python-sphinx,
python3-sphinx,
+ sharutils,
xauth,
xvfb,
-Build-Conflicts: python3.2-dev (<< 3.2.3-7)
+Build-Conflicts:
+ python3.2-dev (<< 3.2.3-7),
Standards-Version: 3.9.8
Homepage: http://www.pygame.org/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pygame.git
@@ -47,8 +48,10 @@ Depends:
python-numpy,
${misc:Depends},
${python:Depends},
- ${shlibs:Depends}
-Suggests: timidity, python-pygame-doc
+ ${shlibs:Depends},
+Suggests:
+ python-pygame-doc,
+ timidity,
Description: SDL bindings for games development (Python 2)
A multimedia development kit for Python. Pygame provides modules for you
to access the video display, play sounds, track time, read the mouse and
@@ -65,8 +68,10 @@ Depends:
python3-numpy,
${misc:Depends},
${python3:Depends},
- ${shlibs:Depends}
-Suggests: timidity, python-pygame-doc
+ ${shlibs:Depends},
+Suggests:
+ python-pygame-doc,
+ timidity,
Description: SDL bindings for games development (Python 3)
A multimedia development kit for Python. Pygame provides modules for you
to access the video display, play sounds, track time, read the mouse and
@@ -81,7 +86,7 @@ Architecture: all
Section: doc
Depends:
${misc:Depends},
- ${sphinxdoc:Depends}
+ ${sphinxdoc:Depends},
Description: SDL bindings for games development in Python (documentation)
A multimedia development kit for Python. Pygame provides modules for you
to access the video display, play sounds, track time, read the mouse and
diff --git a/debian/python-pygame-doc.docs b/debian/python-pygame-doc.docs
index e668f5c..0791907 100644
--- a/debian/python-pygame-doc.docs
+++ b/debian/python-pygame-doc.docs
@@ -1,3 +1,3 @@
build/sphinx/html/
-readme.html
install.html
+readme.html
diff --git a/debian/python-pygame-doc.links b/debian/python-pygame-doc.links
index a1c4ed3..309b012 100644
--- a/debian/python-pygame-doc.links
+++ b/debian/python-pygame-doc.links
@@ -1,2 +1,2 @@
-/usr/share/fonts/truetype/freefont/FreeSansBold.ttf usr/share/doc/python-pygame-doc/examples/data/sans.ttf
/usr/share/common-licenses/LGPL-2.1 usr/share/doc/python-pygame-doc/LGPL
+/usr/share/fonts/truetype/freefont/FreeSansBold.ttf usr/share/doc/python-pygame-doc/examples/data/sans.ttf
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pygame.git
More information about the Python-modules-commits
mailing list