[SCM] KDE Utilities module packaging branch, master, updated. debian/4.6.5-2

Modestas Vainius modax at alioth.debian.org
Tue Jul 19 22:38:25 UTC 2011


The following commit has been merged in the master branch:
commit 165db208c077a31ae6e251a2465567410ce5ba2c
Author: Modestas Vainius <modax at debian.org>
Date:   Wed Jul 20 00:29:26 2011 +0300

    Switch the package to dh_python2.
    
    ... and actually byte-compile private py files in the process.
---
 debian/changelog |    4 ++++
 debian/control   |    2 +-
 debian/rules     |    5 ++++-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ff10f0d..570d9c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,10 @@ kdeutils (4:4.6.5-2) UNRELEASED; urgency=low
   * Add kcalc_key_bindings.diff which reverts a faulty upstream commit
     which broke the key bindings in kcalc.
 
+  [ Modestas Vainius ]
+  * Switch the package to dh_python2 and actually byte-compile private py files
+    in the process.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 19 Jul 2011 13:38:48 +0200
 
 kdeutils (4:4.6.5-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index feb181c..23e7498 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: kde-sc-dev-latest (>= 4:4.6.5),
  cmake, debhelper (>= 7.3.16), pkg-kde-tools (>= 0.12),
  kdelibs5-dev (>= 4:4.6), kdepimlibs5-dev (>= 4:4.6),
  libgmp3-dev, libqimageblitz-dev (>= 1:0.0.4-2),
- libarchive-dev, libx11-dev, libxrender-dev, python-support, python-dev,
+ libarchive-dev, libx11-dev, libxrender-dev, python-dev,
  libkonq5-dev (>= 4:4.6), liblzma-dev, libkvm-dev [kfreebsd-any],
  kdebase-workspace-dev (>= 4:4.6)
 Standards-Version: 3.9.2
diff --git a/debian/rules b/debian/rules
index 1bad9f4..7a65955 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-dh = --with=python-support
+dh = --with=python2
 
 include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 
@@ -11,3 +11,6 @@ override_dh_auto_configure:
 
 override_dh_strip:
 	$(overridden_command) --dbg-package=kdeutils-dbg
+
+override_dh_python2:
+	$(overridden_command) -p printer-applet /usr/share/kde4/apps/printer-applet

-- 
KDE Utilities module packaging



More information about the pkg-kde-commits mailing list