[Python-apps-commits] r1585 - in packages/cython/trunk/debian (changelog control)

certik-guest at users.alioth.debian.org certik-guest at users.alioth.debian.org
Sun Jul 20 17:43:34 UTC 2008


    Date: Sunday, July 20, 2008 @ 17:43:33
  Author: certik-guest
Revision: 1585

new upstream release

Modified:
  packages/cython/trunk/debian/changelog
  packages/cython/trunk/debian/control

Modified: packages/cython/trunk/debian/changelog
===================================================================
--- packages/cython/trunk/debian/changelog	2008-07-20 10:46:02 UTC (rev 1584)
+++ packages/cython/trunk/debian/changelog	2008-07-20 17:43:33 UTC (rev 1585)
@@ -1,6 +1,9 @@
 cython (0.9.8-1) unstable; urgency=low
 
   * New upstream release
+  * python-all-dev added to build-depends (upstream now compiles
+    Cython.Plex.Scanners with Cython)
+  * Architecture changed to any since we now build an .so library
 
  -- Ondrej Certik <ondrej at certik.cz>  Sun, 20 Jul 2008 12:43:45 +0200
 

Modified: packages/cython/trunk/debian/control
===================================================================
--- packages/cython/trunk/debian/control	2008-07-20 10:46:02 UTC (rev 1584)
+++ packages/cython/trunk/debian/control	2008-07-20 17:43:33 UTC (rev 1585)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Ondrej Certik <ondrej at certik.cz>
-Build-Depends: cdbs (>= 0.4.49), debhelper (>= 5.0.38), python (>= 2.4.4-6)
+Build-Depends: cdbs (>= 0.4.49), debhelper (>= 5.0.38), python (>= 2.4.4-6), python-all-dev (>= 2.4.4-6)
 Build-Depends-Indep: python-support (>= 0.7.5)
 Standards-Version: 3.8.0
 Homepage: http://cython.org/
@@ -12,7 +12,7 @@
 XS-DM-Upload-Allowed: yes
 
 Package: cython
-Architecture: all
+Architecture: any
 Depends: ${python:Depends}, ${misc:Depends}
 Suggests: gcc
 XB-Python-Version: ${python:Versions}




More information about the Python-apps-commits mailing list