[SCM] signond packaging branch, master, updated. 7a2d3e797d355134b513f4ed99bf9a71c7f744f3

Diane Trout diane at moszumanska.debian.org
Wed Sep 9 22:20:46 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/signond.git;a=commitdiff;h=ac611a1

The following commit has been merged in the master branch:
commit ac611a16857ca0af4d19fe78a78409e715dd9528
Author: Diane Trout <diane at ghic.org>
Date:   Wed Sep 9 13:56:16 2015 -0700

    Use debian-qt-kde.mk from pkg-kde-tools to provide -Wl,--as-needed
---
 debian/changelog | 1 +
 debian/control   | 1 +
 debian/rules     | 2 ++
 3 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4222ad1..525b385 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ signond (8.57+20150423-1~) UNRELEASED; urgency=medium
   * Add doc-base registration for signond-doc, libsignon-qt-doc, and
     libsignon-plugins-doc,
   * use dh_doxygen to cleanup documentation packages.
+  * Use debian-qt-kde.mk from pkg-kde-tools to provide -Wl,--as-needed
 
  -- Diane Trout <diane at debian.org>  Wed, 02 Sep 2015 22:35:26 -0700
 
diff --git a/debian/control b/debian/control
index bea98c1..31397e7 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Maximiliano Curia <maxy at debian.org>, Diane Trout <diane at debian.org>
 Build-Depends: dbus-x11,
                debhelper (>= 9),
+               pkg-kde-tools (>= 0.14),
                doxygen,
                graphviz,
                libdbus-1-dev,
diff --git a/debian/rules b/debian/rules
index 8f422d3..09d2bcf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
+include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
+
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 

-- 
signond packaging



More information about the pkg-kde-commits mailing list