[Python-modules-commits] r773 - /packages/kiwi/trunk/debian/rules

kov at users.alioth.debian.org kov at users.alioth.debian.org
Sat Jun 10 22:09:37 UTC 2006


Author: kov
Date: Sat Jun 10 22:09:37 2006
New Revision: 773

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=773
Log:
oops, forgot to fill UPSTREAM_VERSION

Modified:
    packages/kiwi/trunk/debian/rules

Modified: packages/kiwi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/kiwi/trunk/debian/rules?rev=773&op=diff
==============================================================================
--- packages/kiwi/trunk/debian/rules (original)
+++ packages/kiwi/trunk/debian/rules Sat Jun 10 22:09:37 2006
@@ -9,6 +9,7 @@
 
 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed \
 	--install-lib usr/share/python-support/python-kiwi
+UPSTREAM_VERSION=$(shell head -n 1 debian/changelog | cut -d '(' -f 2 | cut -d ')' -f 1 | cut -d '-' -f 1)
 PYVER=$(shell python -V 2>&1 | cut -d ' ' -f 2 | cut -d . -f 1-2)
 
 common-binary-post-install-indep::




More information about the Python-modules-commits mailing list