tags 478450 + patch
tags 481062 + patch

thank you

Hi,

Attached is the diff of the debian/ dirs for the NMU of the new upstream I am about to get uploaded.

Thank you,

Barry deFreese


diff -urN pygame-1.7.1release/debian/changelog 
new_upstream/pygame-1.8.0release/debian/changelog
--- pygame-1.7.1release/debian/changelog        2008-06-01 15:30:29.000000000 
-0400
+++ new_upstream/pygame-1.8.0release/debian/changelog   2008-06-01 
16:07:46.000000000 -0400
@@ -1,3 +1,17 @@
+pygame (1.8.0-0.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * New upstream release. (Closes: #473672).
+    + image.fromstring fixes. (Closes: #481071).
+  * Depend and Build-depend on python-numpy. (Closes: #478450).
+    + Drop python-numeric depend and build-dep.
+  * Add noopt handling in rules. (Closes: #481062).
+    + Thanks to Sam Morris for the patch.
+  * Add watch file.
+  * Bump Standards Version to 3.7.3. (No changes needed).
+
+ -- Barry deFreese <[EMAIL PROTECTED]>  Sun, 01 Jun 2008 15:35:48 -0400
+
 pygame (1.7.1release-4.1) unstable; urgency=high
 
   * Non-maintainer upload.
diff -urN pygame-1.7.1release/debian/control 
new_upstream/pygame-1.8.0release/debian/control
--- pygame-1.7.1release/debian/control  2008-06-01 15:30:29.000000000 -0400
+++ new_upstream/pygame-1.8.0release/debian/control     2008-06-01 
16:07:54.000000000 -0400
@@ -3,13 +3,13 @@
 Priority: optional
 Maintainer: Ed Boraas <[EMAIL PROTECTED]> 
 Uploaders: Joe Wreschnig <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11), 
libsdl1.2-dev (>= 1.2.2-3.1), libsdl-image1.2-dev (>= 1.2.0-1.1), 
libsdl-mixer1.2-dev (>= 1.2.0-1.1), libsdl-ttf2.0-dev (>= 1.2.2-1.1), 
libsmpeg-dev (>= 0.4.5+cvs20030824-1.3), sharutils, python-numeric (>= 24.2-3), 
python-central (>= 0.5.6)
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11), 
libsdl1.2-dev (>= 1.2.2-3.1), libsdl-image1.2-dev (>= 1.2.0-1.1), 
libsdl-mixer1.2-dev (>= 1.2.0-1.1), libsdl-ttf2.0-dev (>= 1.2.2-1.1), 
libsmpeg-dev (>= 0.4.5+cvs20030824-1.3), sharutils, python-numpy, 
python-central (>= 0.5.6)
+Standards-Version: 3.7.3
 XS-Python-Version: >= 2.3
 
 Package: python-pygame
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, python-numeric (>= 24.2-3)
+Depends: ${python:Depends}, ${shlibs:Depends}, python-numpy
 Provides: ${python:Provides}
 Replaces: python2.3-pygame, python2.4-pygame
 Conflicts: python2.3-pygame, python2.4-pygame
diff -urN pygame-1.7.1release/debian/rules 
new_upstream/pygame-1.8.0release/debian/rules
--- pygame-1.7.1release/debian/rules    2008-06-01 15:30:29.000000000 -0400
+++ new_upstream/pygame-1.8.0release/debian/rules       2008-06-01 
15:51:36.000000000 -0400
@@ -4,11 +4,17 @@
 
 PYVERS=$(shell pyversions -r debian/control)
 
+ifeq (noopt,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+       CFLAGS += -O0
+else
+       CFLAGS += -O2
+endif
+
 configure: configure-stamp
 configure-stamp:
        dh_testdir
        for python in $(PYVERS); \
-               do $$python config.py; \
+               do CFLAGS="$(CFLAGS)" $$python config.py; \
        done
        touch $@
 
diff -urN pygame-1.7.1release/debian/watch 
new_upstream/pygame-1.8.0release/debian/watch
--- pygame-1.7.1release/debian/watch    1969-12-31 19:00:00.000000000 -0500
+++ new_upstream/pygame-1.8.0release/debian/watch       2008-06-01 
16:07:05.000000000 -0400
@@ -0,0 +1,3 @@
+version=3
+
+http://www.pygame.org/download.shtml /ftp/pygame-([\d.]+)release\.tar\.gz

Reply via email to