[Python-modules-commits] r8310 - in packages/pyenchant/trunk/debian (preinst)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Sun Apr 26 21:53:48 UTC 2009
Date: Sunday, April 26, 2009 @ 21:53:48
Author: piotr
Revision: 8310
really add "-nl"
Modified:
packages/pyenchant/trunk/debian/preinst
Modified: packages/pyenchant/trunk/debian/preinst
===================================================================
--- packages/pyenchant/trunk/debian/preinst 2009-04-26 21:53:02 UTC (rev 8309)
+++ packages/pyenchant/trunk/debian/preinst 2009-04-26 21:53:48 UTC (rev 8310)
@@ -1,7 +1,7 @@
#!/bin/sh
# TODO: remove this file after releasing Squeeze
set -e
-if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 1.5.2-1~;
+if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt-nl 1.5.2-1~;
then
pycentral pkgremove python-enchant
fi
More information about the Python-modules-commits
mailing list