[trigger-rally] 01/02: debian/rules: Build manpages only in the -arch dependent target.
Markus Koschany
apo at moszumanska.debian.org
Tue Dec 20 00:18:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository trigger-rally.
commit 273f44268a1afedfd75f904358c18cf05e09f40e
Author: Markus Koschany <apo at debian.org>
Date: Tue Dec 20 00:58:48 2016 +0100
debian/rules: Build manpages only in the -arch dependent target.
This error was exposed by building source-only packages.
Closes: #848824
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index d0da025..1bfa5f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ MANPAGES=debian/trigger-rally.6
$(MANPAGES): $(addsuffix .sgml,$(MANPAGES))
docbook-to-man $< > $@
-override_dh_installman: $(MANPAGES)
+override_dh_installman-arch: $(MANPAGES)
dh_installman $(MANPAGES)
override_dh_auto_clean:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/trigger-rally.git
More information about the Pkg-games-commits
mailing list