[Python-modules-commits] r20228 - in packages/sphinxcontrib-spelling/trunk/debian (rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Tue Jan 31 22:43:00 UTC 2012


    Date: Tuesday, January 31, 2012 @ 22:42:59
  Author: jwilk
Revision: 20228

Fix a typo.

Modified:
  packages/sphinxcontrib-spelling/trunk/debian/rules

Modified: packages/sphinxcontrib-spelling/trunk/debian/rules
===================================================================
--- packages/sphinxcontrib-spelling/trunk/debian/rules	2012-01-31 22:25:28 UTC (rev 20227)
+++ packages/sphinxcontrib-spelling/trunk/debian/rules	2012-01-31 22:42:59 UTC (rev 20228)
@@ -9,7 +9,7 @@
 	dh_auto_install
 	# python-support creates __init__.py in postinst so .pth file that
 	# contains some magic to make namespace packages work even though
-	# there's no __init__.p can be removed.
+	# there's no __init__.py can be removed.
 	find debian/python-sphinxcontrib.spelling -type f -name "*.pth" -delete
 	# work-around for #645125
 	sed -i 's/Metadata-Version: 1\.0/Metadata-Version: 1\.1/' debian/python-sphinxcontrib.spelling/usr/lib/python2.*/*-packages/*.egg-info/PKG-INFO




More information about the Python-modules-commits mailing list