[Python-modules-commits] r8335 - in packages/python-openid/trunk/debian (2 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Fri May 1 11:03:48 UTC 2009
Date: Friday, May 1, 2009 @ 11:03:46
Author: piotr
Revision: 8335
* fix package name in `pycentral pkgremove` command
* upload to unstable
Modified:
packages/python-openid/trunk/debian/changelog
packages/python-openid/trunk/debian/python-openid.preinst
Modified: packages/python-openid/trunk/debian/changelog
===================================================================
--- packages/python-openid/trunk/debian/changelog 2009-05-01 10:40:56 UTC (rev 8334)
+++ packages/python-openid/trunk/debian/changelog 2009-05-01 11:03:46 UTC (rev 8335)
@@ -1,4 +1,4 @@
-python-openid (2.2.4-1) UNRELEASED; urgency=low
+python-openid (2.2.4-1) unstable; urgency=low
* New upstream release:
- removed build-extensions.patch, applied upstream,
Modified: packages/python-openid/trunk/debian/python-openid.preinst
===================================================================
--- packages/python-openid/trunk/debian/python-openid.preinst 2009-05-01 10:40:56 UTC (rev 8334)
+++ packages/python-openid/trunk/debian/python-openid.preinst 2009-05-01 11:03:46 UTC (rev 8335)
@@ -4,7 +4,7 @@
if [ "$1" = upgrade ]
then
if dpkg --compare-versions "$2" lt 2.2.4-1; then
- pycentral pkgremove python_openid
+ pycentral pkgremove python-openid
fi
fi
More information about the Python-modules-commits
mailing list