[SCM] palapeli packaging branch, master, updated. debian/4%17.08.3-1-9-g759601f

Pino Toscano pino at moszumanska.debian.org
Tue Feb 20 19:48:11 UTC 2018


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

The following commit has been merged in the master branch:
commit 4f08a0aff68689383c1c90afd63e51213f862d0f
Author: Pino Toscano <pino at debian.org>
Date:   Tue Feb 20 20:30:09 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 36272c8..0f12ee1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,8 @@ palapeli (4:17.12.2-0r1) UNRELEASED; urgency=medium
     - bump the pkg-kde-tools build dependency to >= 0.15.16
   * Use https for Format in copyright.
   * Break/replace against kde-l10n that ships translations.
+  * 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 20:18:28 +0100
 
diff --git a/debian/rules b/debian/rules
index 6377a04..fb8943d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,4 +6,4 @@ 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

-- 
palapeli packaging



More information about the pkg-kde-commits mailing list