[latexdiff] 05/10: debian/rules: add empty override_dh_auto_install
gregor herrmann
gregoa at debian.org
Sat Aug 2 15:09:15 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository latexdiff.
commit eb8de9f2ee51220b0bec77ef3a0bc254b5064916
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Aug 2 17:01:43 2014 +0200
debian/rules: add empty override_dh_auto_install
to ignore install target in new upstream Makefile.
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index 9766938..52dcb28 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,9 @@ TMP = $(CURDIR)/debian/$(PACKAGE)
override_dh_auto_build: latexdiff.1 latexdiff-vc.1 latexrevise.1 latexdiff-man.pdf
+override_dh_auto_install:
+ # ignore install target from new upstream Makefile
+
latexdiff-man.pdf: doc/latexdiff-man.tex debian/Makefile.manual
make -f debian/Makefile.manual latexdiff-man.pdf
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/latexdiff.git
More information about the Pkg-perl-cvs-commits
mailing list