[Python-apps-commits] r7559 - in packages/cython/trunk/debian (changelog rules)

yoh at users.alioth.debian.org yoh at users.alioth.debian.org
Mon Sep 19 03:13:55 UTC 2011


    Date: Monday, September 19, 2011 @ 03:13:52
  Author: yoh
Revision: 7559

disabled assure-changelogs for this release and adjusted changelog

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

Modified: packages/cython/trunk/debian/changelog
===================================================================
--- packages/cython/trunk/debian/changelog	2011-09-18 10:53:53 UTC (rev 7558)
+++ packages/cython/trunk/debian/changelog	2011-09-19 03:13:52 UTC (rev 7559)
@@ -1,18 +1,23 @@
-cython (0.15-1) UNRELEASED; urgency=low
+cython (0.15.1~rc1-1) unstable; urgency=low
 
+  [ Nikolaus Rath ]
   * New upstream version (Closes: #637388)
+    - cython --help no longer mentions -r option (Closes: #607097)
+    - Compiles cleanly with Python 2.7 (Closes: #627773)
+    - Fixed compile time division (Closes: #641128)
   * Dropped patches, have been incorporated upstream:
     0001-fix-makefile-for-embed-testcase.patch
     0001-fix-inline-textcase-to-not-use-default-HOME-.cython-.patch
     0001-fix-testcases-assuming-char-is-signed-thanks-to-Yaro.patch
     0001-additional-fix-and-test-for-ticket-650.patch
     0001-Python-3-fix-NumPy-support.patch
-  * cython --help no longer mentions -r option (Closes: 607097)
-  * Compiles cleanly with Python 2.7 (Closes: 627773)
-  * Fixed compile time division (Closes: #641128)
 
- -- Nikolaus Rath <Nikolaus at rath.org>  Wed, 14 Sep 2011 18:36:37 -0400
+  [ Yaroslav Halchenko ]
+  * debian/rules: Disabled assure-changelogs target for this release
+    since no changelogs were compiled by upstream (yet)
 
+ -- Yaroslav Halchenko <debian at onerussian.com>  Sun, 18 Sep 2011 22:47:28 -0400
+
 cython (0.14.1-7) UNRELEASED; urgency=low
 
   * Fix shebang before dh_pysupport is called, to remove unnecessary

Modified: packages/cython/trunk/debian/rules
===================================================================
--- packages/cython/trunk/debian/rules	2011-09-18 10:53:53 UTC (rev 7558)
+++ packages/cython/trunk/debian/rules	2011-09-19 03:13:52 UTC (rev 7559)
@@ -14,7 +14,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
-install/cython:: assure-changelogs build/cython.1
+install/cython:: build/cython.1
 	dh_installman build/cython.1
 
 #




More information about the Python-apps-commits mailing list