[Python-apps-commits] r448 - in packages/cython/trunk/debian (changelog control)
certik-guest at users.alioth.debian.org
certik-guest at users.alioth.debian.org
Sat Dec 22 21:37:17 UTC 2007
Date: Saturday, December 22, 2007 @ 21:37:17
Author: certik-guest
Revision: 448
gcc added to Suggests
Modified:
packages/cython/trunk/debian/changelog
packages/cython/trunk/debian/control
Modified: packages/cython/trunk/debian/changelog
===================================================================
--- packages/cython/trunk/debian/changelog 2007-12-22 21:17:07 UTC (rev 447)
+++ packages/cython/trunk/debian/changelog 2007-12-22 21:37:17 UTC (rev 448)
@@ -5,6 +5,7 @@
* Build-depend on python instead of python-all-dev
* ${misc:Depends} added to Depends
* Depend on debhelper >= 5.0.38
+ * gcc added to Suggests
-- Ondrej Certik <ondrej at certik.cz> Sat, 22 Dec 2007 22:12:00 +0100
Modified: packages/cython/trunk/debian/control
===================================================================
--- packages/cython/trunk/debian/control 2007-12-22 21:17:07 UTC (rev 447)
+++ packages/cython/trunk/debian/control 2007-12-22 21:37:17 UTC (rev 448)
@@ -15,6 +15,7 @@
Package: cython
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
+Suggests: gcc
XB-Python-Version: ${python:Versions}
Description: C-Extensions for Python
Cython is a language that makes writing C extensions for the Python language as
More information about the Python-apps-commits
mailing list