[Pkg-gnupg-commit] [gnupg2] 01/01: Create WKS server and client packages

Sandro Knauß hefee at moszumanska.debian.org
Mon Nov 21 10:01:40 UTC 2016


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

hefee pushed a commit to branch dev/wks
in repository gnupg2.

commit 08ff192a60931923833e9fc06e9982bb0b3b6373
Author: Sandro Knauß <hefee at debian.org>
Date:   Thu Oct 27 19:16:14 2016 +0200

    Create WKS server and client packages
---
 debian/control                | 41 +++++++++++++++++++++++++++++++++++++++++
 debian/gpg-wks-client.install |  1 +
 debian/gpg-wks-server.install |  1 +
 debian/rules                  |  1 +
 4 files changed, 44 insertions(+)

diff --git a/debian/control b/debian/control
index ae86b33..b789826 100644
--- a/debian/control
+++ b/debian/control
@@ -68,6 +68,47 @@ Description: GNU privacy guard - cryptographic agent
  provides a passphrase cache, which is used by pre-2.1 versions of
  GnuPG for OpenPGP operations.
 
+Package: gnupg-wks-server
+Architecture: any
+Multi-Arch: foreign
+Depends:
+ gnupg (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: GNU privacy guard - Web Key Service Server
+ 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 package contains the server of Web Key Service.
+ A Web Key Service is a service that allows users to upload keys per mail
+ as described in the:
+ https://tools.ietf.org/id/draft-koch-openpgp-webkey-service-02.txt
+ more informations see:
+ https://wiki.gnupg.org/WKS
+
+Package: gnupg-wks-client
+Architecture: any
+Multi-Arch: foreign
+Depends:
+ dirmngr (= ${binary:Version}),
+ gnupg (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: GNU privacy guard - Web Key Service Client
+ 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 package contains the client of Web Key Service.
+ A Web Key Service is a service that allows users to upload keys per mail
+ as described in the:
+ https://tools.ietf.org/id/draft-koch-openpgp-webkey-service-02.txt
+ more informations see:
+ https://wiki.gnupg.org/WKS
+
 Package: scdaemon
 Architecture: any
 Multi-Arch: foreign
diff --git a/debian/gpg-wks-client.install b/debian/gpg-wks-client.install
new file mode 100644
index 0000000..fa0be02
--- /dev/null
+++ b/debian/gpg-wks-client.install
@@ -0,0 +1 @@
+debian/tmp/usr/bin/gpg-wks-client
diff --git a/debian/gpg-wks-server.install b/debian/gpg-wks-server.install
new file mode 100644
index 0000000..c18c2e7
--- /dev/null
+++ b/debian/gpg-wks-server.install
@@ -0,0 +1 @@
+debian/tmp/usr/bin/gpg-wks-server
diff --git a/debian/rules b/debian/rules
index 501bd3f..37981c5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,7 @@ override_dh_auto_configure:
 	   	$(foreach x, $(GPGV_UDEB_UNNEEDED), --disable-$(x))
 	dh_auto_configure --builddirectory=build -- --libexecdir=\$${prefix}/lib/gnupg \
 		--enable-gpg2-is-gpg \
+		--enable-wks-tools \
 		--enable-symcryptrun --enable-large-secmem
 
 override_dh_auto_build-arch:

-- 
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