[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=4ff35fd

The following commit has been merged in the master branch:
commit 4ff35fdea961c26c8e7ba2fbb506f12b65bda7e1
Author: Pino Toscano <pino at debian.org>
Date:   Thu Nov 23 08:12:14 2017 +0100

    rules: pass -Dlibindi to dh
---
 debian/changelog | 2 ++
 debian/rules     | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f10260a..d69a3a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ libindi (1.4.1-0r1) UNRELEASED; urgency=medium
   * Drop the libindi1 binary, as that shared library is not provided anymore.
   * Stop exporting CFLAGS, CXXFLAGS, and LDFLAGS in rules, as debhelper already
     exports them.
+  * The actual indi sources are under a libindi subdirectory, so pass -Dlibindi
+    to dh.
 
  -- 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 1bbf2e0..6b9f4fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,10 +3,10 @@
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 %:
-	dh $@ --parallel --with pkgkde_symbolshelper
+	dh $@ -Dlibindi --parallel --with pkgkde_symbolshelper
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DLIB_SUFFIX=/$(DEB_HOST_MULTIARCH)
+	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