[SCM] libindi packaging branch, master, updated. debian/1.4.1+dfsg-3

Pino Toscano pino at moszumanska.debian.org
Sat Dec 2 17:29:51 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/krap/libindi.git;a=commitdiff;h=71b7fa1

The following commit has been merged in the master branch:
commit 71b7fa17b4e1b73938c235232181a9edf3ccae49
Author: Pino Toscano <pino at debian.org>
Date:   Thu Nov 23 08:13:53 2017 +0100

    rules: stop defining LIB_SUFFIX
---
 debian/changelog | 2 ++
 debian/rules     | 5 -----
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d69a3a4..2090487 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ libindi (1.4.1-0r1) UNRELEASED; urgency=medium
     exports them.
   * The actual indi sources are under a libindi subdirectory, so pass -Dlibindi
     to dh.
+  * Do not define LIB_SUFFIX for cmake anymore, as the build system already
+    respects the system default library directory.
 
  -- Debian Krap Maintainers <debian-qt-kde at lists.debian.org>  Thu, 23 Nov 2017 07:38:00 +0100
 
diff --git a/debian/rules b/debian/rules
index 6b9f4fb..7d0bad1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,8 @@
 #!/usr/bin/make -f
 
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-
 %:
 	dh $@ -Dlibindi --parallel --with pkgkde_symbolshelper
 
-override_dh_auto_configure:
-	dh_auto_configure -Dlibindi -- -DLIB_SUFFIX=/$(DEB_HOST_MULTIARCH)
-
 override_dh_strip:
 	dh_strip --dbgsym-migration='indi-dbg (<= 1.2.0-1~~)'
 

-- 
libindi packaging



More information about the pkg-kde-commits mailing list