[SCM] PyKDE4 packaging branch, master, updated. 92473205db185f63421c69d5604329491f5c398c

Modestas Vainius modax at alioth.debian.org
Mon Jun 6 20:19:50 UTC 2011


The following commit has been merged in the master branch:
commit e7e05f0b65fb9f87e675ac8093a192a823244174
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Mon Jun 6 17:32:42 2011 +0300

    Execute pyversions "on demand".
---
 debian/changelog |    1 +
 debian/rules     |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4ef3e35..a16c965 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,5 +26,6 @@ pykde4 (4:4.6.80-0r1) UNRELEASED; urgency=low
     - drop XB-Python-Version control field and remove debian/pyversions;
     - add "X-Python-Version: >= 2.5" to the source section.
   * Drop pydefault make variable, not used anymore.
+  * Execute pyversions "on demand".
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 05 Jun 2011 20:31:17 +0300
diff --git a/debian/rules b/debian/rules
index a81f21b..c6d4543 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,8 @@ dh = --with=python2
 
 include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 
-pyversions := $(shell pyversions -vr)
-pydefaultversion := $(shell pyversions -vd)
+pyversions = $(shell pyversions -vr)
+pydefaultversion = $(shell pyversions -vd)
 pyshared_nondefault = $(foreach v,$(filter-out $(pydefaultversion),$(pyversions)),usr/lib/pyshared/python$v/PyKDE4)
 
 define nl

-- 
PyKDE4 packaging



More information about the pkg-kde-commits mailing list