[SCM] sonic-visualiser/master: reordered FLAGS to follow the build-flow

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Fri Oct 13 21:45:56 UTC 2017


The following commit has been merged in the master branch:
commit 3ebe53f5c494320a55c241143df24b06a91bfb40
Author: IOhannes m zmölnig (Debian/GNU) <umlaeute at debian.org>
Date:   Fri Oct 13 21:57:05 2017 +0200

    reordered FLAGS to follow the build-flow
    
    Gbp-Dch: ignore

diff --git a/debian/rules b/debian/rules
index 441335b..fbdc985 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,9 +12,9 @@ pkg = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p')
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
-LDFLAGS+=$(shell dpkg-buildflags --get LDFLAGS)
 CXXFLAGS+=$(shell dpkg-buildflags --get CXXFLAGS)
 CXXFLAGS+=$(shell dpkg-buildflags --get CPPFLAGS)
+LDFLAGS+=$(shell dpkg-buildflags --get LDFLAGS)
 
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 

-- 
sonic-visualiser packaging



More information about the pkg-multimedia-commits mailing list