[Pkg-gnupg-commit] [gnupg2] 11/16: upstream ships the manpages with the wrong name; work around that

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Apr 18 23:22:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gnupg2.

commit 4d34f35d8b6e7114277e4419c9f35f955a68a849
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 5e69db3..d1dd0f7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -61,6 +61,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