[Pkg-gnupg-commit] [gnupg] 16/17: ship gpg as gpg1 and gpgv as gpgv1
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Fri Apr 1 16:34:35 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 42bacb45b57fdd4fcc0b6eefd5667da9c6291422
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 8f72f24..76a03ad 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