[SCM] lvtk/master: Add b-d libboost-system-dev & link it. (Closes: #834158)

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Thu Sep 1 12:09:36 UTC 2016


The following commit has been merged in the master branch:
commit 8cdc3ba9ac7e1d22b8fb1d238dc3cb424ea6cf40
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Thu Sep 1 14:09:17 2016 +0200

    Add b-d libboost-system-dev & link it. (Closes: #834158)

diff --git a/debian/control b/debian/control
index 56c0ee5..ec5c8aa 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Uploaders:
 Build-Depends:
  debhelper (>= 9),
  libboost-dev,
+ libboost-system-dev,
  libgtkmm-2.4-dev,
  lv2-dev,
  pkg-config,
diff --git a/debian/rules b/debian/rules
index 80883ce..594a97b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,7 @@ dfsg_version = $(upstream_version)~dfsg0
 pkg = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p')
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+LDFLAGS += -lboost_system
 LDFLAGS+=-Wl,--as-needed
 WAF = ./waf
 
@@ -20,8 +21,6 @@ override_dh_auto_configure:
 		--prefix=/usr \
 		--mandir=/usr/share/man \
 		--libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
-		--strict \
-		--debug \
 		$(CONFIGURE_EXTRA_FLAGS)
 
 override_dh_auto_build:

-- 
lvtk packaging



More information about the pkg-multimedia-commits mailing list