[Pkg-gnupg-commit] [gnupg2] 06/14: add symlinks for {gnupg, gpgv}2 dummy transitional packages
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Fri Apr 1 16:20:29 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 6ca8a983c21215f1693ebafcded4f929f8f1ec6c
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date: Sat Aug 22 13:11:07 2015 +0200
add symlinks for {gnupg,gpgv}2 dummy transitional packages
lintian helped me figure out how to make a proper transitional
package. Thanks, lintian!
---
debian/control | 27 +++++++++++++++++++++++++++
debian/gnupg2.links | 2 ++
debian/gpgv2.links | 2 ++
3 files changed, 31 insertions(+)
diff --git a/debian/control b/debian/control
index a46b91a..ea38996 100644
--- a/debian/control
+++ b/debian/control
@@ -111,6 +111,20 @@ Description: GNU privacy guard - a free PGP replacement
GnuPG 2.x is the new modularized version of GnuPG supporting OpenPGP
and S/MIME.
+Package: gnupg2
+Architecture: all
+Section: oldlibs
+Priority: extra
+Depends: gnupg (>= ${source:Version}), ${misc:Depends}
+Description: GNU privacy guard - a free PGP replacement (dummy transitional package)
+ GnuPG is GNU's tool for secure communication and data storage.
+ It can be used to encrypt data and to create digital signatures.
+ It includes an advanced key management facility and is compliant
+ with the proposed OpenPGP Internet standard as described in RFC4880.
+ .
+ This is a dummy transitional package that provides symlinks from gpg2
+ to gpg.
+
Package: gpgv
Architecture: any
Multi-Arch: foreign
@@ -127,6 +141,19 @@ Description: GNU privacy guard - signature verification tool
used to make the signature are valid. There are no configuration
files and only a few options are implemented.
+Package: gpgv2
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: gpgv (>= ${source:Version}), ${misc:Depends}
+Description: GNU privacy guard - signature verification tool (dummy transitional package)
+ GnuPG is GNU's tool for secure communication and data storage.
+ gpgv is actually a stripped-down version of gpg which is only able
+ to check signatures. It is somewhat smaller than the fully-blown gpg
+ .
+ This is a dummy transitional package that provides symlinks from gpgv2
+ to gpgv.
+
Package: dirmngr
Architecture: any
Depends: adduser, lsb-base (>= 3.2-13), ${misc:Depends}, ${shlibs:Depends}
diff --git a/debian/gnupg2.links b/debian/gnupg2.links
new file mode 100644
index 0000000..96fde98
--- /dev/null
+++ b/debian/gnupg2.links
@@ -0,0 +1,2 @@
+usr/bin/gpg usr/bin/gpg2
+usr/share/man/man1/gpg.1.gz usr/share/man/man1/gpg2.1.gz
diff --git a/debian/gpgv2.links b/debian/gpgv2.links
new file mode 100644
index 0000000..5107429
--- /dev/null
+++ b/debian/gpgv2.links
@@ -0,0 +1,2 @@
+usr/bin/gpgv usr/bin/gpgv2
+usr/share/man/man1/gpgv.1.gz usr/share/man/man1/gpgv2.1.gz
--
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