[Pkg-gnupg-commit] [gnupg] 08/11: ship gpg as gpg1 and gpgv as gpgv1
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Mon Apr 18 23:34:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch experimental
in repository gnupg.
commit d8430c8d9c3d96227ecd5066846a3a6448c7593f
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date: Fri Apr 1 02:45:04 2016 -0400
ship gpg as gpg1 and gpgv as gpgv1
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index 57a2b14..df9e946 100755
--- a/debian/rules
+++ b/debian/rules
@@ -112,6 +112,8 @@ install: build
dh_prep
dh_installdirs
$(MAKE) -C build-deb install DESTDIR=$(CURDIR)/debian/gnupg1
+ mv $(CURDIR)/debian/gnupg1/usr/bin/gpg $(CURDIR)/debian/gnupg1/usr/bin/gpg1
+ mv $(CURDIR)/debian/gnupg1/usr/share/man/man1/gpg.1 $(CURDIR)/debian/gnupg1/usr/share/man/man1/gpg1.1
mv $(CURDIR)/debian/gnupg1/usr/bin/gpgv $(CURDIR)/debian/gnupg1/usr/bin/gpgv1
mv $(CURDIR)/debian/gnupg1/usr/share/man/man1/gpgv.1 $(CURDIR)/debian/gnupg1/usr/share/man/man1/gpgv1.1
: # Remove from /usr/share/gnupg what we install into /usr/share/doc/gnupg/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg.git
More information about the Pkg-gnupg-commit
mailing list