[Python-modules-commits] r18250 - in packages/python-docutils/trunk/debian (3 files)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Mon Aug 22 16:20:48 UTC 2011


    Date: Monday, August 22, 2011 @ 16:20:46
  Author: jwilk
Revision: 18250

Remove rst2newlatex alternatives in postinst.

Modified:
  packages/python-docutils/trunk/debian/changelog
  packages/python-docutils/trunk/debian/python-docutils.postinst
  packages/python-docutils/trunk/debian/python3-docutils.postinst

Modified: packages/python-docutils/trunk/debian/changelog
===================================================================
--- packages/python-docutils/trunk/debian/changelog	2011-08-22 15:54:04 UTC (rev 18249)
+++ packages/python-docutils/trunk/debian/changelog	2011-08-22 16:20:46 UTC (rev 18250)
@@ -13,6 +13,7 @@
   * Use wildcards in debian/*.manpages.
   * Drop the docutils.readers.python reader.
   * Drop the rst2newlatex script.
+    + Remove alternatives in postinst.
   * Add reStructured Text to XeLaTeX converter: rst2xetex.
     + Add ttf-linux-libertine to python(3)-docutils Suggests.
   * Install XML/SGML catalogs (closes: #531170).
@@ -27,7 +28,7 @@
   * Run the test suite before building documentation.
   * Use ‘set -x’ for all the for loops in debian/rules.
 
- -- Jakub Wilk <jwilk at debian.org>  Mon, 22 Aug 2011 17:53:01 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Mon, 22 Aug 2011 18:19:27 +0200
 
 python-docutils (0.7-4) unstable; urgency=low
 

Modified: packages/python-docutils/trunk/debian/python-docutils.postinst
===================================================================
--- packages/python-docutils/trunk/debian/python-docutils.postinst	2011-08-22 15:54:04 UTC (rev 18249)
+++ packages/python-docutils/trunk/debian/python-docutils.postinst	2011-08-22 16:20:46 UTC (rev 18250)
@@ -20,6 +20,7 @@
 	do
 		update-alternatives --install /usr/bin/${exe##*/} ${exe##*/} $exe 30
 	done
+	update-alternatives --remove rst2newlatex /usr/share/docutils/scripts/python2/rst2newlatex
 fi
 
 #DEBHELPER#

Modified: packages/python-docutils/trunk/debian/python3-docutils.postinst
===================================================================
--- packages/python-docutils/trunk/debian/python3-docutils.postinst	2011-08-22 15:54:04 UTC (rev 18249)
+++ packages/python-docutils/trunk/debian/python3-docutils.postinst	2011-08-22 16:20:46 UTC (rev 18250)
@@ -8,6 +8,7 @@
 	do
 		update-alternatives --install /usr/bin/${exe##*/} ${exe##*/} $exe 20
 	done
+	update-alternatives --remove rst2newlatex /usr/share/docutils/scripts/python3/rst2newlatex
 fi
 
 #DEBHELPER#




More information about the Python-modules-commits mailing list