[SCM] PyKDE4 packaging branch, master, updated. debian/4.6.80-2-5-g5b51fc0

Modestas Vainius modax at alioth.debian.org
Thu Jul 21 19:22:24 UTC 2011


The following commit has been merged in the master branch:
commit 80bcef2b62c4f8b6959d97b89878eb62496635a4
Author: Modestas Vainius <modax at debian.org>
Date:   Thu Jul 21 22:15:53 2011 +0300

    Move non-default python library to Suggests again.
---
 debian/changelog |    1 +
 debian/rules     |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c91bef6..d91a38d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ pykde4 (4:4.6.80-3) UNRELEASED; urgency=low
     as python-support based plasma-scriptengine-python does not work with
     dh_python2 based python-kde4.
   * Fix GitWeb Vcs URL.
+  * Move non-default python library to Suggests again.
 
  -- Modestas Vainius <modax at debian.org>  Fri, 08 Jul 2011 00:19:29 +0300
 
diff --git a/debian/rules b/debian/rules
index bff7dc2..90db410 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,8 @@ include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 
 pyversions = $(shell pyversions -vr)
 pydefaultversion = $(shell pyversions -vd)
-pyshared_nondefault = $(foreach v,$(filter-out $(pydefaultversion),$(pyversions)),usr/lib/pyshared/python$v/PyKDE4)
+pyshared_nondefault = $(foreach v,$(filter-out $(pydefaultversion),$(pyversions)),\
+    usr/lib/pyshared/python$v/PyKDE4 usr/lib/python$v/dist-packages/PyKDE4)
 
 define nl
 

-- 
PyKDE4 packaging



More information about the pkg-kde-commits mailing list