[Python-modules-commits] [pygame] 01/01: Update changelog.

Dominik George natureshadow-guest at moszumanska.debian.org
Thu Jan 26 00:50:42 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 b7d411a0ea825c23b39388b54d46a74844ce57fa
Author: Dominik George <nik at naturalnet.de>
Date:   Thu Jan 26 01:40:37 2017 +0100

    Update changelog.
---
 Setup.in         | 2 +-
 config_unix.py   | 6 +++++-
 debian/changelog | 5 ++++-
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/Setup.in b/Setup.in
index 38bb83e..4d30de1 100644
--- a/Setup.in
+++ b/Setup.in
@@ -61,7 +61,7 @@ joystick src/joystick.c $(SDL) $(DEBUG)
 draw src/draw.c $(SDL) $(DEBUG)
 image src/image.c $(SDL) $(DEBUG)
 overlay src/overlay.c $(SDL) $(DEBUG)
-transform src/transform.c src/rotozoom.c src/scale2x.c src/scale_mmx.c $(SDL) $(DEBUG) -D_NO_MMX_FOR_X86_64
+transform src/transform.c src/rotozoom.c src/scale2x.c src/scale_mmx.c $(SDL) $(DEBUG)
 mask src/mask.c src/bitmask.c $(SDL) $(DEBUG)
 bufferproxy src/bufferproxy.c $(SDL) $(DEBUG)
 pixelarray src/pixelarray.c $(SDL) $(DEBUG)
diff --git a/config_unix.py b/config_unix.py
index 8c63345..f0a3aca 100644
--- a/config_unix.py
+++ b/config_unix.py
@@ -208,7 +208,11 @@ def main():
 
     for d in DEPS[1:]:
         if not d.found:
-            if "-auto" not in sys.argv and not confirm("""
+            if ( d.name=='PORTMIDI' or d.name=='PORTTIME') and  \
+                    os.getenv('DEB_HOST_ARCH_OS') != 'linux':
+                print ('Debian specific hack: ignore missing dependency %s on %s.' %
+                       (d.name , os.getenv('DEB_HOST_ARCH_OS')))
+            elif not confirm("""
 Warning, some of the pygame dependencies were not found. Pygame can still
 compile and install, but games that depend on those missing dependencies
 will not run. Would you like to continue the configuration?"""):
diff --git a/debian/changelog b/debian/changelog
index 9fe41c9..adc4cdd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 pygame (1.9.3-1) unstable; urgency=medium
 
-  * New upstream release.
+  * New upstream release. (Closes: #779319)
+  * Add myself tu Uploaders.
+  * Use uscan to get orig tarball.
+  * Update watch file to use PyPI.
 
  -- Dominik George <nik at naturalnet.de>  Thu, 26 Jan 2017 01:27:31 +0100
 

-- 
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