[Python-modules-commits] [rabbyt] 02/07: run wrap-and-sort

Mattia Rizzolo mattia at mapreri.org
Mon Dec 14 19:01:06 UTC 2015


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

mattia pushed a commit to branch master
in repository rabbyt.

commit 4f48043ca2237a9ec738c6e4748983067ccc2c99
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Mon Dec 14 18:44:56 2015 +0000

    run wrap-and-sort
---
 debian/control   | 14 ++++++++++----
 debian/copyright |  2 +-
 debian/examples  |  2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 6b0d95d..c333fd6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,15 @@ Source: rabbyt
 Section: python
 Priority: extra
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Nacho Barrientos Arias <nacho at debian.org>
+Uploaders: Miriam Ruiz <little_miry at yahoo.es>,
+           Nacho Barrientos Arias <nacho at debian.org>
 Build-Depends: debhelper (>= 5),
- python-all-dev, python-support (>= 0.6.4), python-setuptools, quilt,
- libgl1-mesa-dev, libglu1-mesa-dev
+               libgl1-mesa-dev,
+               libglu1-mesa-dev,
+               python-all-dev,
+               python-setuptools,
+               python-support (>= 0.6.4),
+               quilt
 Standards-Version: 3.8.0
 Homepage: http://matthewmarshall.org/projects/rabbyt/
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/rabbyt.git
@@ -13,7 +18,8 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/rabbyt.git
 
 Package: python-rabbyt
 Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}
+Depends: ${python:Depends},
+         ${shlibs:Depends}
 Provides: ${python:Provides}
 Suggests: python-pygame
 Description: sprite library for Python with game development in mind
diff --git a/debian/copyright b/debian/copyright
index f6c4ea8..2b58503 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -29,6 +29,6 @@ Licensed under the MIT license:
   THE SOFTWARE.
 
 The Debian packaging is (C) 2007,
- - Miriam Ruiz <little_miry at yahoo.es> 
+ - Miriam Ruiz <little_miry at yahoo.es>
  - Nacho Barrientos Arias <nacho at debian.org>
 and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
diff --git a/debian/examples b/debian/examples
index 153a735..e7ed53a 100644
--- a/debian/examples
+++ b/debian/examples
@@ -1,2 +1,2 @@
-examples/*.py
 examples/*.png
+examples/*.py

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



More information about the Python-modules-commits mailing list