[SCM] KDE Web Development module packaging branch, master, updated. debian/4.4.5-1-18-g0a6a048

Modestas Vainius modax at alioth.debian.org
Thu Mar 31 22:51:33 UTC 2011


The following commit has been merged in the master branch:
commit 3ab1c56ab686523e67088582f077fc75c3b737c5
Author: Modestas Vainius <modax at debian.org>
Date:   Fri Apr 1 00:19:40 2011 +0300

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

diff --git a/debian/changelog b/debian/changelog
index 1dd7595..8e778e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ kdewebdev (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/*.
 
   [ José Manuel Santamaría Lema ]
   * Bump kde-sc-dev-latest build dependency to 4:4.6.1.
diff --git a/debian/control b/debian/control
index 24f3c2d..c5f007f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Ana Beatriz Guerrero Lopez <ana at debian.org>, Sune Vuorela <sune at debian.org>, Modestas Vainius <modax at debian.org>,
  José Manuel Santamaría Lema <panfaust at gmail.com>
 Build-Depends: kde-sc-dev-latest (>= 4:4.6.1),
- cdbs, cmake, debhelper (>= 7), pkg-kde-tools (>= 0.9),
+ cmake, debhelper (>= 7.2.7~), pkg-kde-tools (>= 0.12),
  kdelibs5-dev (>= 4:4.6), kdepimlibs5-dev (>= 4:4.6),
  libtidy-dev, zlib1g-dev, libboost-dev, libxslt-dev
 Standards-Version: 3.9.1
diff --git a/debian/rules b/debian/rules
index feef527..5fc5a40 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +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
+
+.PHONY: override_dh_auto_test
+
+override_dh_strip:
+	$(overridden_command) --dbg-package=kdewebdev-dbg
 

-- 
KDE Web Development module packaging



More information about the pkg-kde-commits mailing list