[Python-modules-commits] r27782 - in packages/pygame/branches/sid/debian (3 files)

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


    Date: Wednesday, February 19, 2014 @ 11:28:32
  Author: vcheng
Revision: 27782

Use dh_numpy

Modified:
  packages/pygame/branches/sid/debian/changelog
  packages/pygame/branches/sid/debian/control
  packages/pygame/branches/sid/debian/rules

Modified: packages/pygame/branches/sid/debian/changelog
===================================================================
--- packages/pygame/branches/sid/debian/changelog	2014-02-19 10:38:54 UTC (rev 27781)
+++ packages/pygame/branches/sid/debian/changelog	2014-02-19 11:28:32 UTC (rev 27782)
@@ -5,6 +5,7 @@
     maintainer, and move Ed Boraas into Uploaders with his consent.
     - Update Vcs-* fields accordingly.
   * Replace dependency ttf-freefont -> fonts-freefont-ttf. (Closes: #738244)
+  * Use dh_numpy to generate correct numpy dependencies.
   * Remove dependency on ${python:Provides}.
   * Remove Replaces+Conflicts with obsolete pygame packages.
   * Update Standards version to 3.9.5.

Modified: packages/pygame/branches/sid/debian/control
===================================================================
--- packages/pygame/branches/sid/debian/control	2014-02-19 10:38:54 UTC (rev 27781)
+++ packages/pygame/branches/sid/debian/control	2014-02-19 11:28:32 UTC (rev 27782)
@@ -29,8 +29,7 @@
 Architecture: any
 Depends:
  fonts-freefont-ttf,
- python-numpy (>= 1:1.6.1),
- python-numpy-abi9,
+ python-numpy,
  ${misc:Depends},
  ${python:Depends},
  ${shlibs:Depends}

Modified: packages/pygame/branches/sid/debian/rules
===================================================================
--- packages/pygame/branches/sid/debian/rules	2014-02-19 10:38:54 UTC (rev 27781)
+++ packages/pygame/branches/sid/debian/rules	2014-02-19 11:28:32 UTC (rev 27782)
@@ -25,6 +25,13 @@
 
 	dh_clean
 
+override_dh_auto_install:
+	dh_auto_install
+	
+	# Generate correctly versioned numpy dependencies (#698169)
+	dh_numpy
+	dh_numpy3
+
 override_dh_auto_test:
 ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
 	# buildds don't provide graphical interfaces or audio/video devices




More information about the Python-modules-commits mailing list