[pkg-remote-commits] [nx-libs] 03/18: debian/rules: Use --disable-silent-rules and --libexecdir during configure run.
Mike Gabriel
sunweaver at debian.org
Wed Aug 30 20:35:17 UTC 2017
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository nx-libs.
commit d72ecfb79fee78498be6ac0a5764908b1139feec
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Aug 30 21:29:43 2017 +0200
debian/rules: Use --disable-silent-rules and --libexecdir during configure run.
---
debian/rules | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index c5aea10..b787b89 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,10 +7,15 @@ DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
export LIBDIR = "/usr/lib/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)"
+export LIBEXECDIR = "$(LIBDIR)/nx/bin"
export INCLUDEDIR = "/usr/include/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)"
%:
- CONFIGURE="./configure --with-symbols --prefix=/usr --libdir=$(LIBDIR) --includedir=$(INCLUDEDIR)" dh $@ --with quilt
+ CONFIGURE="./configure --disable-silent-rules \
+ --prefix=/usr \
+ --libdir=$(LIBDIR) \
+ --includedir=$(INCLUDEDIR) \
+ --libexecdir=$(LIBEXECDIR)" dh $@ --with quilt
override_dh_auto_clean:
rm -Rf nx-X11/.build-exports
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/nx-libs.git
More information about the pkg-remote-commits
mailing list