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

yoh at users.alioth.debian.org yoh at users.alioth.debian.org
Fri Jul 12 19:43:17 UTC 2013


    Date: Friday, July 12, 2013 @ 19:43:15
  Author: yoh
Revision: 9876

debian/control: Fixing typo in description. Thanks Reuben Thomas. (Closes: #716756)

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

Modified: packages/cython/trunk/debian/changelog
===================================================================
--- packages/cython/trunk/debian/changelog	2013-07-12 17:58:46 UTC (rev 9875)
+++ packages/cython/trunk/debian/changelog	2013-07-12 19:43:15 UTC (rev 9876)
@@ -1,3 +1,10 @@
+cython (0.19+git51-g3078752-3) UNRELEASED; urgency=low
+
+  * debian/control:
+    - Fixing typo in description. Thanks Reuben Thomas. (Closes: #716756)
+
+ -- Yaroslav Halchenko <debian at onerussian.com>  Fri, 12 Jul 2013 15:42:36 -0400
+
 cython (0.19+git51-g3078752-2) unstable; urgency=low
 
   [ Dmitry Smirnov ]

Modified: packages/cython/trunk/debian/control
===================================================================
--- packages/cython/trunk/debian/control	2013-07-12 17:58:46 UTC (rev 9875)
+++ packages/cython/trunk/debian/control	2013-07-12 19:43:15 UTC (rev 9876)
@@ -30,7 +30,7 @@
  and class attributes. This allows the compiler to generate very efficient C
  code from Cython code.
  .
- This makes Cython the ideal language for wrapping for external C libraries, and
+ This makes Cython the ideal language for wrapping external C libraries, and
  for fast C modules that speed up the execution of Python code.
 
 Package: cython-dbg
@@ -56,7 +56,7 @@
  and class attributes. This allows the compiler to generate very efficient C
  code from Cython code.
  .
- This makes Cython the ideal language for wrapping for external C libraries, and
+ This makes Cython the ideal language for wrapping external C libraries, and
  for fast C modules that speed up the execution of Python code.
 
 Package: cython3-dbg




More information about the Python-apps-commits mailing list