[Python-modules-commits] r477 - in /packages/pyspf/trunk/debian:
changelog rules
stratus at users.alioth.debian.org
stratus at users.alioth.debian.org
Sun May 7 02:22:13 UTC 2006
Author: stratus
Date: Sun May 7 02:22:09 2006
New Revision: 477
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=477
Log:
fix typo in binary-install/python-spf
Modified:
packages/pyspf/trunk/debian/changelog
packages/pyspf/trunk/debian/rules
Modified: packages/pyspf/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyspf/trunk/debian/changelog?rev=477&op=diff
==============================================================================
--- packages/pyspf/trunk/debian/changelog (original)
+++ packages/pyspf/trunk/debian/changelog Sun May 7 02:22:09 2006
@@ -1,4 +1,4 @@
-pyspf (1.6-3) UNRELEASED; urgency=low
+pyspf (1.6-3) unstable; urgency=low
* debian/rules:
- move from debhelper to cdbs (Closes: #357023)
Modified: packages/pyspf/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyspf/trunk/debian/rules?rev=477&op=diff
==============================================================================
--- packages/pyspf/trunk/debian/rules (original)
+++ packages/pyspf/trunk/debian/rules Sun May 7 02:22:09 2006
@@ -8,7 +8,7 @@
DEB_PYTHON_INSTALL_ARGS_ALL += --install-lib usr/share/python-support/pyspf
binary-install/python-spf::
- echo "2.3-" >debian/python-pyscript/usr/share/python-support/pyspf/.version
+ echo "2.3-" >debian/python-spf/usr/share/python-support/pyspf/.version
clean::
find -name '*.pyo' -exec rm -f {} \;
More information about the Python-modules-commits
mailing list