[SCM] KDE Utilities module packaging branch, master, updated. debian/4.4.5-1-48-g35e3f1f

Modestas Vainius modax at alioth.debian.org
Tue Mar 29 21:21:49 UTC 2011


The following commit has been merged in the master branch:
commit 1f8787e1fc5f7e37ff6d73613d3f5d665be809f6
Author: Modestas Vainius <modax at debian.org>
Date:   Tue Mar 29 22:12:39 2011 +0300

    Switch debian/rules engine to dhmk based qt-kde-team/2/*.
---
 debian/changelog |    1 +
 debian/control   |    2 +-
 debian/rules     |   13 +++++++++----
 3 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fac6452..dde407d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ kdeutils (4:4.6.1-0r1) UNRELEASED; urgency=low
 
   [ Modestas Vainius ]
   * Point debian/control Vcs fields to the new Git repository.
+  * Switch debian/rules engine to dhmk based qt-kde-team/2/*.
 
   [ George Kiagiadakis ]
   * Add myself to uploaders.
diff --git a/debian/control b/debian/control
index 643ff09..bc2f071 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Fathi Boudra <fabo at debian.org>, Sune Vuorela <sune at debian.org>, Modestas Vainius <modax at debian.org>,
  George Kiagiadakis <kiagiadakis.george at gmail.com>, José Manuel Santamaría Lema <panfaust at gmail.com>
 Build-Depends: kde-sc-dev-latest (>= 4:4.6.1),
- cdbs (>= 0.4.51), cmake, debhelper (>= 7), pkg-kde-tools (>= 0.9),
+ cmake, debhelper (>= 7.2.7~), pkg-kde-tools (>= 0.11),
  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,
diff --git a/debian/rules b/debian/rules
index 0ae23d3..cb9e2f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,13 @@
 #!/usr/bin/make -f
 
-DEB_CMAKE_CUSTOM_FLAGS += -DINSTALL_PRINTER_APPLET:BOOL=TRUE
+dh = --with=python-support
 
-include /usr/share/pkg-kde-tools/qt-kde-team/1/debian-qt-kde.mk
+include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 
-binary-install/printer-applet::
-	dh_pysupport -pprinter-applet
+override_dh_auto_configure:
+	$(overriden_command) -- -DINSTALL_PRINTER_APPLET:BOOL=TRUE
+
+.PHONY: override_dh_auto_test
+
+override_dh_strip:
+	$(overriden_command) --dbg-package=kdeutils-dbg

-- 
KDE Utilities module packaging



More information about the pkg-kde-commits mailing list