[Pkg-ocaml-maint-commits] [advi] 01/01: install: explicitly pass latexdir
Ralf Treinen
treinen at moszumanska.debian.org
Tue Feb 18 21:17:20 UTC 2014
This is an automated email from the git hooks/post-receive script.
treinen pushed a commit to branch wheezy/master
in repository advi.
commit 92c5903e4c8a48f45329954b94db0d7bc233208b
Author: Ralf Treinen <treinen at free.fr>
Date: Tue Feb 18 21:54:55 2014 +0100
install: explicitly pass latexdir
---
debian/changelog | 8 ++++++++
debian/rules | 3 ++-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 21542a3..dff5460 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+advi (1.10.2-1+deb7u1) wheezy; urgency=low
+
+ * debian/rules: pass explicitly the latexdir variable to "$(MAKE) install"
+ in order to circumvent a broken ./configure. This avoids files to
+ be placed in non-FHS directory /advi (closes: #726418)
+
+ -- Ralf Treinen <treinen at debian.org> Tue, 18 Feb 2014 21:52:03 +0100
+
advi (1.10.2-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/rules b/debian/rules
index d997a71..52ca1ab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,8 @@ override_dh_auto_configure:
--sysconfdir=/etc
override_dh_auto_install:
- $(MAKE) install DESTDIR=$(CURDIR)/debian/advi
+ $(MAKE) install DESTDIR=$(CURDIR)/debian/advi \
+ latexdir=/usr/share/texmf/tex/latex
ifeq ($(OPT),true)
-rm -f $(CURDIR)/debian/advi/usr/bin/advi.byt
else
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/advi.git
More information about the Pkg-ocaml-maint-commits
mailing list