[gnuplot5] 04/05: Fix package build with -A option.
Anton Gladky
gladk at moszumanska.debian.org
Tue Apr 28 21:57:33 UTC 2015
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository gnuplot5.
commit 5b554ce18dbdc40426a7e5b337edbd24099112c1
Author: Anton Gladky <gladk at debian.org>
Date: Tue Apr 28 21:37:31 2015 +0200
Fix package build with -A option.
Build only arch-independent binaries.
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index f40029f..580a298 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,8 +65,8 @@ override_dh_auto_install:
override_installchangelogs:
dh_installchangelogs -pgnuplot5-doc ChangeLog
-override_dh_installman:
- dh_installman
+override_dh_installman-arch:
+ dh_installman -a
# Fix manpage for nox-version. (Closes: #744218)
sed -i 's/\[X11 options\] //g' $(MANPNOX)
sed -i 's/plotting program/plotting program (no-X version)/g' $(MANPNOX)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gnuplot5.git
More information about the debian-science-commits
mailing list