[SCM] kajongg packaging branch, master, updated. debian/16.08.3-1-27-gd645cb8

Pino Toscano pino at moszumanska.debian.org
Sun Dec 3 17:56:24 UTC 2017


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

The following commit has been merged in the master branch:
commit 2f0b19280b7e82ad92c9bbf28a4626fd62a69492
Author: Pino Toscano <pino at debian.org>
Date:   Sun Dec 3 18:55:18 2017 +0100

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

diff --git a/debian/changelog b/debian/changelog
index cd8a1eb..8024153 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ kajongg (4:17.08.3-0r1) UNRELEASED; urgency=medium
   * Simplify watch file, and switch it to https.
   * Switch from plaindh to dhmk.
   * Remove unused appstream and libkf5kdelibs4support5-bin build dependencies.
+  * Switch the BIN_INSTALL_DIR cmake variable to KDE_INSTALL_BINDIR.
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 31 Oct 2017 17:58:45 +0100
 
diff --git a/debian/rules b/debian/rules
index b5b8783..768547b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,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_python3:
 	$(overridden_command) /usr/share/kajongg

-- 
kajongg packaging



More information about the pkg-kde-commits mailing list