[SCM] Calligra suite packaging branch, master, updated. 35bcd2cd5201a3b211b086d857d353359e2a0a7e

Pino Toscano pino at alioth.debian.org
Tue Mar 27 18:02:30 UTC 2012


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/calligra.git;a=commitdiff;h=ed2b8b4

The following commit has been merged in the master branch:
commit ed2b8b48ec34e508b924967114a436456218c7b2
Author: Pino Toscano <pino at debian.org>
Date:   Tue Mar 27 20:00:58 2012 +0200

    switch to debhelper v9
    
    - bump debhelper build dependency to >= 9
    - bump compat to 9
    - append our LDFLAGS using DEB_LDFLAGS_MAINT_APPEND
---
 debian/compat  |    2 +-
 debian/control |    2 +-
 debian/rules   |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 5c3d346..3dcc510 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: debhelper (>= 7.4.10), cmake (>= 2.6.2), pkg-kde-tools (>= 0.9),
+Build-Depends: debhelper (>= 9), 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 965b211..8055668 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-export LDFLAGS += -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 
 %:
 	dh $@ --parallel --with kde --with sodeps

-- 
Calligra suite packaging



More information about the pkg-kde-commits mailing list