[SCM] KDE Plasma Addons module packaging branch, master, updated. debian/4.4.5-1-34-g3fe8939

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


The following commit has been merged in the master branch:
commit be070b61761241c669231e347d168224df4689d7
Author: Modestas Vainius <modax at debian.org>
Date:   Wed Mar 30 00:26:42 2011 +0300

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

diff --git a/debian/changelog b/debian/changelog
index 1c162e2..6d08f23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ kdeplasma-addons (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/*.
 
   [ Pino Toscano ]
   * Fix typo in description of plasma-widget-lancelot. (Closes: #591216)
diff --git a/debian/control b/debian/control
index da4161b..aa5a2d4 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Sune Vuorela <sune at debian.org>, Fathi Boudra <fabo at debian.org>,
  Armin Berres <armin+debian at space-based.de>, 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), kdebase-workspace-dev (>= 4:4.6),
  libqt4-opengl-dev, libboost-dev, libkexiv2-dev (>= 4:4.4), python, libmarble-dev (>= 4:4.6),
  libqimageblitz-dev, libeigen2-dev, libxrender-dev, shared-desktop-ontologies, libattica-dev,
diff --git a/debian/rules b/debian/rules
index 9d1d32a..effe4b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,12 @@
 #!/usr/bin/make -f
 
-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
 
-DEB_DH_MAKESHLIBS_ARGS_liblancelot0 := -V -u-c0
+.PHONY: override_dh_auto_test
 
-clean::
+override_dh_strip:
+	$(overriden_command) --dbg-package=kdeplasma-addons-dbg
+
+override_auto_clean:
+	$(overriden_command)
 	find applets/lancelot/tools/puck -name *.pyc -delete

-- 
KDE Plasma Addons module packaging



More information about the pkg-kde-commits mailing list