[Reproducible-commits] [texlive-bin] 03/16: add DEB_CONFIGURE_EXTRA_FLAGS setting to debian/rules
Reiner Herrmann
reiner at reiner-h.de
Sun Oct 18 13:00:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
deki-guest pushed a commit to branch master
in repository texlive-bin.
commit 6c990bb5bf11786e07544254331eecff18800ea0
Author: Norbert Preining <preining at debian.org>
Date: Sun Sep 20 11:09:20 2015 +0900
add DEB_CONFIGURE_EXTRA_FLAGS setting to debian/rules
---
debian/changelog | 3 ++-
debian/rules | 6 ++++++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 59b5630..00337d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ texlive-bin (2015.20150524.37493-7) UNRELEASED; urgency=medium
* Multi-arch conversion:
- bump dh dep to >= 8.1.3
- add Pre-Depends: ${misc:Pre-Depends} to all shlibs packages
+ - add DEB_CONFIGURE_EXTRA_FLAGS setting to debian/rules
- -- Norbert Preining <preining at debian.org> Sun, 20 Sep 2015 11:07:29 +0900
+ -- Norbert Preining <preining at debian.org> Sun, 20 Sep 2015 11:08:59 +0900
texlive-bin (2015.20150524.37493-6) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 220be0d..14bbc7d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,6 +53,12 @@ ifeq ($(DEB_HOST_ARCH), armhf)
export CFLAGS = -marm
endif
+
+#
+# Multi-arch support
+DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
+
+
# warning: if the --with autoreconf is removed then
# the patch debian/patches/debian-no-linked-scripts
# must be adapted to also patch the Makefile.in!
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/texlive-bin.git
More information about the Reproducible-commits
mailing list