[Python-modules-commits] r11923 - in packages/python-markdown/trunk/debian (3 files)
bzed at users.alioth.debian.org
bzed at users.alioth.debian.org
Wed Feb 24 21:59:28 UTC 2010
Date: Wednesday, February 24, 2010 @ 21:59:26
Author: bzed
Revision: 11923
* Rename /usr/bin/markdown to /usr/bin/markdown.py for now. The Python
implementation is not compatible enough to be an alternative for the Perl
version yet. (Closes: #567378)
* Get rid of the new source format mess, we use the default.
Modified:
packages/python-markdown/trunk/debian/changelog
packages/python-markdown/trunk/debian/rules
Deleted:
packages/python-markdown/trunk/debian/source/
Modified: packages/python-markdown/trunk/debian/changelog
===================================================================
--- packages/python-markdown/trunk/debian/changelog 2010-02-24 19:20:34 UTC (rev 11922)
+++ packages/python-markdown/trunk/debian/changelog 2010-02-24 21:59:26 UTC (rev 11923)
@@ -1,3 +1,12 @@
+python-markdown (2.0.3-2) unstable; urgency=low
+
+ * Rename /usr/bin/markdown to /usr/bin/markdown.py for now. The Python
+ implementation is not compatible enough to be an alternative for the Perl
+ version yet. (Closes: #567378)
+ * Get rid of the new source format mess, we use the default.
+
+ -- Bernd Zeimetz <bzed at debian.org> Wed, 24 Feb 2010 22:52:46 +0100
+
python-markdown (2.0.3-1) unstable; urgency=low
[ Raphaël Hertzog ]
Modified: packages/python-markdown/trunk/debian/rules
===================================================================
--- packages/python-markdown/trunk/debian/rules 2010-02-24 19:20:34 UTC (rev 11922)
+++ packages/python-markdown/trunk/debian/rules 2010-02-24 21:59:26 UTC (rev 11923)
@@ -4,6 +4,10 @@
%:
dh $@
+install:
+ dh $@
+ mv debian/python-markdown/usr/bin/markdown debian/python-markdown/usr/bin/markdown.py
+
override_dh_installchangelogs:
dh_installchangelogs docs/CHANGE_LOG
More information about the Python-modules-commits
mailing list