[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 704a7c6f162b86deccdd91725087a9648453b8f4
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Mon Jun 6 17:31:52 2011 +0300

    Drop pydefault make variable, not used anymore.
---
 debian/changelog |    1 +
 debian/rules     |    1 -
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7966d03..4ef3e35 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,5 +25,6 @@ pykde4 (4:4.6.80-0r1) UNRELEASED; urgency=low
     - use python2 dh addon in place of python-support;
     - 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.
 
  -- 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 7933832..a81f21b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,6 @@ dh = --with=python2
 
 include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 
-pydefault  := $(shell pyversions --default)
 pyversions := $(shell pyversions -vr)
 pydefaultversion := $(shell pyversions -vd)
 pyshared_nondefault = $(foreach v,$(filter-out $(pydefaultversion),$(pyversions)),usr/lib/pyshared/python$v/PyKDE4)

-- 
PyKDE4 packaging



More information about the pkg-kde-commits mailing list