[pygame-sdl2] 02/02: Imported Debian patch 6.99.8-1
Markus Koschany
apo-guest at moszumanska.debian.org
Thu Jan 21 11:11:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository pygame-sdl2.
commit c2f7adf9ad1e5b571e1a81a100ef2de6376bdbad
Author: Markus Koschany <apo at debian.org>
Date: Thu Jan 21 11:46:40 2016 +0100
Imported Debian patch 6.99.8-1
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 35 ++++++++++++++++++++++++++++++++++
debian/copyright | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++
debian/rules | 10 ++++++++++
debian/source/format | 1 +
debian/watch | 5 +++++
7 files changed, 111 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b34c917
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+pygame-sdl2 (6.99.8-1) unstable; urgency=medium
+
+ * Initial release. (Closes: #811570)
+
+ -- Markus Koschany <apo at debian.org> Thu, 21 Jan 2016 11:46:40 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..005cb9b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,35 @@
+Source: pygame-sdl2
+Section: python
+Priority: optional
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Uploaders:
+ Markus Koschany <apo at debian.org>
+Build-Depends:
+ cython,
+ debhelper (>= 9),
+ dh-python,
+ libsdl2-dev,
+ libsdl2-image-dev,
+ libsdl2-mixer-dev,
+ libsdl2-ttf-dev,
+ libjpeg-dev,
+ libpng-dev,
+ python-all-dev,
+ python-setuptools
+Standards-Version: 3.9.6
+Homepage: https://github.com/renpy/pygame_sdl2
+XS-Python-Version: >= 2.6
+Vcs-Git: git://anonscm.debian.org/pkg-games/pygame-sdl2.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/pygame-sdl2.git
+
+Package: python-pygame-sdl2
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends}
+Description: reimplementation of the Pygame API using SDL2
+ Pygame_sdl2 is a reimplementation of the Pygame API using SDL2 and related
+ libraries. The initial goal of this project is to allow games written using
+ the pygame API to run on SDL2 on desktop and mobile platforms. The API will be
+ evolved to expose SDL2-provided functionality in a pythonic manner.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..3eabfe0
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,54 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Pygame_sdl2
+Source: https://github.com/renpy/pygame_sdl2
+
+Files: *
+Copyright: 2012 Andreas Schiffler
+ Philip D. Bober
+ 2014 Tom Rothamel <tom at rothamel.us>
+ 2014 Patrick Dawson <pat at dw.is>
+License: zlib
+
+Files: src/SDL_gfxPrimitives.c
+ src/SDL_gfxPrimitives.h
+ src/SDL_gfxPrimitives_font.h
+ src/alphablit.c
+ src/pygame_sdl2/sprite.py
+ src/pygame_sdl2/sysfont.py
+ src/pygame_sdl2/threads/__init__.py
+ src/surface.h
+Copyright: A. Schiffler
+ 2000-2003, 2007 Pete Shinners
+ 2006 Rene Dudfield
+ 2007 Marcus von Appen
+ 2004 Joe Wreschnig
+License: LGPL-2+
+Comment:
+ src/pygame_sdl2/threads/__init__.py states as license "Python license" which
+ is misleading. This module was taken from Pygame and is licensed under
+ the LGPL-2+ license too.
+
+Files: debian/*
+Copyright: 2016, Markus Koschany <apo at debian.org>
+License: zlib
+
+License: zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+
+License: LGPL-2+
+ On Debian systems, the full text of the GNU Library General Public License
+ version 2 can be found in the file '/usr/share/common-licenses/LGPL-2'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..7f2f8c0
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+export PYBUILD_NAME = pygame-sdl2
+
+%:
+ dh $@ --parallel --with python2 --buildsystem=pybuild
+
+override_dh_clean:
+ dh_clean
+ $(RM) -r gen
+ $(RM) -r pygame_sdl2.egg-info
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..f0e4932
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,5 @@
+version=3
+opts=uversionmangle=s/-source$//;s/^(\S+-(?:editra|sdk$))/0.0.$1/ \
+http://www.renpy.org/latest.html \
+(?:|.*/)pygame_sdl2-for-renpy(?:[_\-]v?|)(\d[^\s/]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/pygame-sdl2.git
More information about the Pkg-games-commits
mailing list