[SCM] KDE Base Applications module packaging branch, master, updated. debian/4.4.5-2-54-g509a0cf

Modestas Vainius modax at alioth.debian.org
Tue Mar 29 01:17:16 UTC 2011


The following commit has been merged in the master branch:
commit 5018b8ca902542d1fb540f19aa5975b13fc8ecbd
Author: Modestas Vainius <modax at debian.org>
Date:   Tue Mar 29 02:17:40 2011 +0300

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

diff --git a/debian/changelog b/debian/changelog
index a28ef91..4cac9cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -46,6 +46,9 @@ kdebase (4:4.6.1-0r1) UNRELEASED; urgency=low
     - improve konqueror-nsplugins. (Closes: #614947)
     - fix typo in kwrite. (Closes: #618041)
 
+  [ Modestas Vainius ]
+  * Switch debian/rules engine to dhmk based qt-kde-team/2/*.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 15 Nov 2010 14:20:25 +0200
 
 kdebase (4:4.4.5-2) unstable; urgency=high
diff --git a/debian/control b/debian/control
index cb45c97..f776824 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Sune Vuorela <debian at pusling.com>, Fathi Boudra <fabo at debian.org>, Ar
  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.3.0),
  libqimageblitz-dev (>= 1:0.0.4-2), libxkbfile-dev,
  libstreamanalyzer-dev (>= 0.6.3),
diff --git a/debian/rules b/debian/rules
index 043f6be..706a6ce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,9 @@
 #!/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_ALL := -V -u-c0
+override_dh_makeshlibs:
+	$(overriden_command) -V -- -c0
 
-DEB_INSTALL_DOCS_ALL=
+override_dh_strip:
+	$(overriden_command) --dbg-package=kdebase-dbg

-- 
KDE Base Applications module packaging



More information about the pkg-kde-commits mailing list