[Python-modules-commits] r27783 - in packages/pygame/trunk/debian (changelog rules)

vcheng at users.alioth.debian.org vcheng at users.alioth.debian.org
Wed Feb 19 11:28:57 UTC 2014


    Date: Wednesday, February 19, 2014 @ 11:28:56
  Author: vcheng
Revision: 27783

Update to latest upstream hg snapshot

Modified:
  packages/pygame/trunk/debian/changelog
  packages/pygame/trunk/debian/rules

Modified: packages/pygame/trunk/debian/changelog
===================================================================
--- packages/pygame/trunk/debian/changelog	2014-02-19 11:28:32 UTC (rev 27782)
+++ packages/pygame/trunk/debian/changelog	2014-02-19 11:28:56 UTC (rev 27783)
@@ -1,4 +1,4 @@
-pygame (1.9.2~pre~r3189-3) experimental; urgency=medium
+pygame (1.9.2~pre~r3348-1) experimental; urgency=medium
 
   [ Vincent Cheng ]
   * Set Debian Python Modules Team <python-modules-team at l.a.d.o> as new

Modified: packages/pygame/trunk/debian/rules
===================================================================
--- packages/pygame/trunk/debian/rules	2014-02-19 11:28:32 UTC (rev 27782)
+++ packages/pygame/trunk/debian/rules	2014-02-19 11:28:56 UTC (rev 27783)
@@ -7,7 +7,7 @@
 
 DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | \
 		       sed -rne 's,^Version: ([^+]+).*,\1,p')
-HG_SNAPSHOT_REV=3189
+HG_SNAPSHOT_REV=3348
 
 # We include all the documentation except:
 # util (which is for building the docs from the source)
@@ -16,7 +16,7 @@
 doclist = $(filter-out docs/util docs/fullinstall.txt docs/LGPL,$(wildcard docs/*))
 
 %:
-	dh $@ --with python2
+	dh $@ --with python2,python3
 
 override_dh_clean:
 	rm -f sdlaudio.raw
@@ -27,10 +27,10 @@
 
 override_dh_auto_build:
 	set -e; for pyvers in $(shell pyversions -vr); do \
-		python$$pyvers setup.py build
+		python$$pyvers setup.py build; \
 	done
 	set -e; for pyvers in $(shell py3versions -sv); do \
-		python$$pyvers setup.py build
+		python$$pyvers setup.py build; \
 	done
 
 override_dh_auto_install:
@@ -55,10 +55,6 @@
 	python run_tests.py --exclude opengl,display || true
 endif
 
-override_dh_python2:
-	dh_python2 -ppython-pygame
-	dh_python3 -ppython3-pygame
-
 override_dh_installdocs:
 	dh_installdocs -a $(doclist)
 




More information about the Python-modules-commits mailing list