[SCM] Calligra suite packaging branch, master, updated. debian/2.4.3-2-360-gee8ce7f
Adrien Grellier
adrien-guest at alioth.debian.org
Sat Feb 16 18:18:18 UTC 2013
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/calligra.git;a=commitdiff;h=d9504ee
The following commit has been merged in the master branch:
commit d9504eec7b417fe65585c1eb1af64de088dc172c
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