[Python-apps-commits] r7563 - in packages/cython/trunk/debian (2 files)

yoh at users.alioth.debian.org yoh at users.alioth.debian.org
Tue Sep 20 14:36:31 UTC 2011


    Date: Tuesday, September 20, 2011 @ 14:36:30
  Author: yoh
Revision: 7563

added (manually fetched) release notes for 0.15.1

Added:
  packages/cython/trunk/debian/changelogs/ReleaseNotes-0.15.1
Modified:
  packages/cython/trunk/debian/rules

Added: packages/cython/trunk/debian/changelogs/ReleaseNotes-0.15.1
===================================================================
--- packages/cython/trunk/debian/changelogs/ReleaseNotes-0.15.1	                        (rev 0)
+++ packages/cython/trunk/debian/changelogs/ReleaseNotes-0.15.1	2011-09-20 14:36:30 UTC (rev 7563)
@@ -0,0 +1,28 @@
+= Cython 0.15.1 =
+ * Release date: September 19, 2011
+ * Download: http://cython.org/release/Cython-0.15.1.tar.gz
+
+This is a bugfix-only release.
+
+== Bug fixes ==
+
+http://trac.cython.org/cython_trac/query?group=component&milestone=0.15.1&order=priority&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=resolution
+
+https://github.com/cython/cython/compare/0.15...0.15.1
+
+== Contributors ==
+
+Stefan Behnel,
+Robert Bradshaw,
+Armon Dadgar,
+Mark Florisson,
+Gordin,
+Angus McMorland,
+Vitja Makarov,
+Ralf Schmitt,
+and
+Yury V. Zaytsev
+
+----
+CategoryReleaseNotes
+

Modified: packages/cython/trunk/debian/rules
===================================================================
--- packages/cython/trunk/debian/rules	2011-09-19 07:50:44 UTC (rev 7562)
+++ packages/cython/trunk/debian/rules	2011-09-20 14:36:30 UTC (rev 7563)
@@ -14,7 +14,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
-install/cython:: build/cython.1
+install/cython:: assure-changelogs build/cython.1
 	dh_installman build/cython.1
 
 #




More information about the Python-apps-commits mailing list