[X2Go-Commits] [x2go-keyring] 01/03: debian/rules: make sure we pull in gnupg2 on older Debian versions.

git-admin at x2go.org git-admin at x2go.org
Sat Aug 17 11:16:58 CEST 2019


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

x2go pushed a commit to branch master
in repository x2go-keyring.

commit 8e0a5c0d46b7af3ee0b59f86831a0061d81d95bb
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sat Aug 17 10:26:42 2019 +0200

    debian/rules: make sure we pull in gnupg2 on older Debian versions.
---
 debian/changelog | 1 +
 debian/control   | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d8073b4..68bed14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -78,6 +78,7 @@ x2go-keyring (2019.08.04) UNRELEASED; urgency=medium
     - Add build-dependency upon coreutils.
     - Add build-dependency on debhelper >= 7.
     - Bump up dh dependency to 9.
+    - Make sure we pull in gnupg2 on older Debian versions.
   * debian/rules:
     - Simplify file... a lot.
     - Don't use --no-parallel with dh commands in compat-9-mode.
diff --git a/debian/control b/debian/control
index 66701f9..4a00854 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
  Mike Gabriel <mike.gabriel at das-netzwerkteam.de>,
  Mihai Moldovan <ionic at ionic.de>,
 Build-Depends:
-  gnupg,
+  gnupg2 | gnupg,
   jetring,
   bash,
   coreutils,
@@ -21,7 +21,7 @@ Architecture: all
 Multi-Arch: foreign
 Depends:
   ${misc:Depends}
-Recommends: gnupg
+Recommends: gnupg2 | gnupg
 Description: GnuPG keys of all X2Go developers and the X2Go archive
  The Debian project requires developers to digitally sign the
  announcements of their packages with GnuPG, to protect against

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git


More information about the x2go-commits mailing list