[SCM] Calligra suite packaging. branch, master, updated. 19ab56a75cefb9ffb4fb60984e08c72ff2e3d191

Pino Toscano pino at alioth.debian.org
Thu Sep 15 19:24:03 UTC 2011


The following commit has been merged in the master branch:
commit 19ab56a75cefb9ffb4fb60984e08c72ff2e3d191
Author: Pino Toscano <pino at debian.org>
Date:   Thu Sep 15 21:21:53 2011 +0200

    port to the `dh' sequencer
    
    - raise the debhelper b-d to 7.4.10 (for --parallel)
    - simplify rules
    
    mostly picked from Raul's debhelper8 branch, slightly simplified
---
 debian/control |    2 +-
 debian/rules   |   13 ++++++++++++-
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index efbeb18..5f4cad1 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Section: kde
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Ana Beatriz Guerrero Lopez <ana at debian.org>
-Build-Depends: cdbs, debhelper (>= 7.0.50~), cmake (>= 2.6.2), pkg-kde-tools (>= 0.9),
+Build-Depends: debhelper (>= 7.4.10), cmake (>= 2.6.2), pkg-kde-tools (>= 0.9),
   kdelibs5-dev (>= 4:4.4.0), kdepimlibs5-dev (>= 4:4.4.3),
   libkdcraw-dev (>= 4:4.4.3), okular-dev (>= 4:4.4.3),
   libqt4-dev, libqt4-opengl-dev, libqtwebkit-dev,
diff --git a/debian/rules b/debian/rules
index ea434df..0f89c03 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,5 +3,16 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/pkg-kde-tools/qt-kde-team/1/debian-qt-kde.mk
+export LDFLAGS += -Wl,--as-needed
+
+%:
+	dh $@ --parallel --with kde
+
+override_dh_install:
+	dh_install --list-missing
+
+override_dh_strip:
+	dh_strip --dbg-package=calligra-dbg
+
+.PHONY: override_dh_auto_test
 

-- 
Calligra suite packaging.



More information about the pkg-kde-commits mailing list