[SCM] KDE Graphics module packaging branch, master, updated. debian/4.4.5-2-38-ga799651

Modestas Vainius modax at alioth.debian.org
Tue Mar 29 08:44:03 UTC 2011


The following commit has been merged in the master branch:
commit 93260d1bac8919ed2987eb2c80705acd0ecfae59
Author: Modestas Vainius <modax at debian.org>
Date:   Tue Mar 29 11:07:14 2011 +0300

    Switch debian/rules engine to dhmk bassed qt-kde-team/2/*.
    
    And disable testsuite.
---
 debian/changelog |    4 ++++
 debian/control   |    2 +-
 debian/rules     |   24 ++++++++++++------------
 3 files changed, 17 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2e3dec1..14d88e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,10 @@ kdegraphics (4:4.6.1-0r2) UNRELEASED; urgency=low
   * Tighten the libexiv2-dev build-dendency to the version required upstream.
   * Replace kttsd suggest with jovie.
 
+  [ Modestas Vainius ]
+  * Switch debian/rules engine to dhmk bassed qt-kde-team/2/*.
+  * Disable testsuite.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 03 Sep 2010 15:13:33 +0300
 
 kdegraphics (4:4.4.5-2) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index d490ecf..b572966 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
  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), libphonon-dev (>= 4:4.6.0really4.3.80),
  libpoppler-qt4-dev (>= 0.8.0), libspectre-dev, libqca2-dev,
  libsane-dev, libtiff4-dev, libgphoto2-2-dev, libchm-dev, libdjvulibre-dev,
diff --git a/debian/rules b/debian/rules
index d638564..1e606a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,15 @@
 #!/usr/bin/make -f
 
-include /usr/share/pkg-kde-tools/qt-kde-team/1/debian-qt-kde.mk
-
-DEB_DH_MAKESHLIBS_ARGS_libokularcore1 := -V
-DEB_DH_MAKESHLIBS_ARGS_libksane0 := -V
-DEB_DH_MAKESHLIBS_ARGS_libkdcraw7 := -V
-DEB_DH_MAKESHLIBS_ARGS_libkexiv2-7 := -V
-DEB_DH_MAKESHLIBS_ARGS_libkipi6 := -V
-DEB_DH_SHLIBDEPS_ARGS_libokularcore1 := -- -xkdebase-runtime
-DEB_DH_SHLIBDEPS_ARGS_libksane0 := -- -xkdebase-runtime
-DEB_DH_SHLIBDEPS_ARGS_libkdcraw7 := -- -xkdebase-runtime
-DEB_DH_SHLIBDEPS_ARGS_libkipi6 := -- -xkdebase-runtime
-DEB_DH_SHLIBDEPS_ARGS_libkexiv2-7 := -- -xkdebase-runtime
+include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 
+.PHONY: override_dh_auto_test
+
+override_dh_makeshlibs:
+	$(overriden_command) -V
+
+override_dh_shlibdeps:
+	$(overriden_command) $(foreach p,$(shell dh_listpackages | grep ^lib),-p$p) -- -xkdebase-runtime
+	$(overriden_command) --remaining-packages
+
+override_dh_strip:
+	$(overriden_command) --dbg-package=kdegraphics-dbg

-- 
KDE Graphics module packaging



More information about the pkg-kde-commits mailing list