Paste P140

Masterwork From Distant Lands
ActivePublic

Authored by sitter on Nov 30 2017, 2:54 PM.
commit bab7eae429766e6b9a1c9b4ac395ec4cdf917354
Author: Scarlett Clark <sgclark@kde.org>
Date: Tue Nov 28 18:00:06 2017 +0100
nodoc is actually a deb build profile, use that.
diff --git a/debian/rules b/debian/rules
index fcf76fc..79f07cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,12 +10,11 @@ export PATH := $(PATH):$(shell pwd)/bin
export CFLAGS := $(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPPFLAGS) $(shell getconf LFS_CFLAGS)
export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) $(shell dpkg-buildflags --get CPPFLAGS) $(shell getconf LFS_CFLAGS)
export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
-
+export DEB_BUILD_OPTIONS := nodoc
+export DEB_BUILD_PROFILES := nodoc
# Upstream changelog
upstream_changes := dist/changes-$(shell dpkg-parsechangelog | sed -n 's/^Version: //p' | cut -f1 -d '-' | sed -e 's/+dfsg//' | sed -e 's/+git.*//')
-extra_configure_opts += nodoc
-
ifneq (,$(filter libqt5sql5-ibase,$(shell dh_listpackages)))
extra_configure_opts += -plugin-sql-ibase
else
sitter edited the content of this paste. (Show Details)Nov 30 2017, 2:54 PM
sitter changed the title of this paste from untitled to Masterwork From Distant Lands.
sitter updated the paste's language from autodetect to autodetect.