[Pkg-gnupg-commit] [gnupg2] 11/14: upstream ships the manpages with the wrong name; work around that
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Fri Apr 1 16:20:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch experimental-move-to-gnupg
in repository gnupg2.
commit 811fd3a6ffd239deeacdce2309791a52c6feb688
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date: Wed Mar 30 11:46:55 2016 -0400
upstream ships the manpages with the wrong name; work around that
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index c574286..0da83ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -67,6 +67,8 @@ override_dh_auto_install-arch:
install -d debian/gnupg-agent/etc/X11/Xsession.d
install -m 644 debian/gnupg-agent.xsession \
debian/gnupg-agent/etc/X11/Xsession.d/90gpg-agent
+ # upstream ships the man pages with the wrong names:
+ $(foreach x, gpgv gpg, mv debian/tmp/usr/share/man/man1/$(x)2.1 debian/tmp/usr/share/man/man1/$(x).1 ; )
override_dh_auto_install-indep:
mkdir -p debian/gpgv-win32/usr/share/win32
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git
More information about the Pkg-gnupg-commit
mailing list