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

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


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

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

    rules: stop exporting CFLAGS, CXXFLAGS, LDFLAGS
---
 debian/changelog | 2 ++
 debian/rules     | 4 ----
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index baab74e..f10260a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ libindi (1.4.1-0r1) UNRELEASED; urgency=medium
   * Update the patches:
     - freebsd_support: drop, applied/fixed upstream
   * 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.
 
  -- 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 e1a77fc..1bbf2e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,10 +2,6 @@
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
-export CFLAGS := $(shell dpkg-buildflags --get CFLAGS)
-export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS)
-export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
-
 %:
 	dh $@ --parallel --with pkgkde_symbolshelper
 

-- 
libindi packaging



More information about the pkg-kde-commits mailing list