[SCM] kolf packaging branch, master, updated. debian/4%17.08.3-1-7-gf7713da

Pino Toscano pino at moszumanska.debian.org
Tue Feb 20 18:31:03 UTC 2018


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kolf.git;a=commitdiff;h=f7713da

The following commit has been merged in the master branch:
commit f7713da74694542c74166fab5547cb39b30dde90
Author: Pino Toscano <pino at debian.org>
Date:   Tue Feb 20 19:24:33 2018 +0100

    cmake: BIN_INSTALL_DIR -> KDE_INSTALL_BINDIR
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 951abed..9b609c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,8 @@ kolf (4:17.12.2-0r1) UNRELEASED; urgency=medium
   * Use https for Format in copyright.
   * Break/replace against kde-l10n that ships translations.
   * Update lintian overrides.
+  * Switch cmake parameter BIN_INSTALL_DIR to KDE_INSTALL_BINDIR, as the former
+    is deprecated.
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 20 Feb 2018 19:04:25 +0100
 
diff --git a/debian/rules b/debian/rules
index edc14a7..0fb2807 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
 include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
 
 override_dh_auto_configure:
-	$(overridden_command) -- -DBIN_INSTALL_DIR=/usr/games
+	$(overridden_command) -- -DKDE_INSTALL_BINDIR=/usr/games
 
 override_dh_auto_install:
 	$(overridden_command)

-- 
kolf packaging



More information about the pkg-kde-commits mailing list