[SCM] ktp-approver packaging branch, master, updated. debian/17.08.1-1-7-g50c5f00

Pino Toscano pino at moszumanska.debian.org
Sun Dec 3 12:24:18 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-approver.git;a=commitdiff;h=50c5f00

The following commit has been merged in the master branch:
commit 50c5f003cfc6ca69c2ad6ed38afe204a1c3dadf8
Author: Pino Toscano <pino at debian.org>
Date:   Sun Dec 3 13:24:01 2017 +0100

    rules: fix dh_auto_configure override
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 95b0e0f..178ac4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ ktp-approver (17.08.3-0r1) UNRELEASED; urgency=medium
   * Bump telepathy-related build dependencies:
     - libtelepathy-logger-qt-dev to >= 17.08
     - libtelepathy-qt5-dev to >= 0.9.7
+  * Fix override for dh_auto_configure, so it is actually used.
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 03 Dec 2017 13:12:42 +0100
 
diff --git a/debian/rules b/debian/rules
index b4a0b35..6c41676 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,5 +8,5 @@ include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
 override_dh_strip:
 	$(overridden_command) --dbgsym-migration='kde-telepathy-approver-dbg (<= 15.12.1-1~~)'
 
-override_dh_configure:
+override_dh_auto_configure:
 	$(overriden_command) -- -DDBUS_SEND_PATH=/usr/bin/dbus-send

-- 
ktp-approver packaging



More information about the pkg-kde-commits mailing list