[Python-modules-commits] [python-gnupg] 04/10: merge patched into master

Elena Grandi valhalla-guest at moszumanska.debian.org
Tue Sep 13 13:59:12 UTC 2016


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

valhalla-guest pushed a commit to branch master
in repository python-gnupg.

commit 06b6d4b0e2604131721bc23b4718f1f85ca16722
Merge: f5a8f21 56b1223
Author: Elena Grandi <valhalla-d at trueelena.org>
Date:   Tue Sep 13 11:45:33 2016 +0200

    merge patched into master

 debian/.git-dpm                                    |  4 +-
 ...002-Correctly-capture-subkey-fingerprints.patch | 63 ----------------------
 ... 0002-Default-on-using-gpg1-as-gpgbinary.patch} |  8 +--
 debian/patches/series                              |  3 +-
 gnupg.py                                           |  7 +--
 test_gnupg.py                                      |  3 +-
 6 files changed, 10 insertions(+), 78 deletions(-)

diff --cc debian/.git-dpm
index 3270285,0000000..58c07f8
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- d0101efdf224cf463db351f7f78977ae25428571
- d0101efdf224cf463db351f7f78977ae25428571
++56b122340a4917baee47a0f2714bcee9d88fde55
++56b122340a4917baee47a0f2714bcee9d88fde55
 +16065427a552e386da63551fe79e7836133dfac5
 +16065427a552e386da63551fe79e7836133dfac5
 +python-gnupg_0.3.8.orig.tar.gz
 +b3be79566210942a2afcd87ab8f9537749df55c3
 +38993
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"
diff --cc debian/patches/0002-Default-on-using-gpg1-as-gpgbinary.patch
index f51aa8d,0000000..5d209c8
mode 100644,000000..100644
--- a/debian/patches/0002-Default-on-using-gpg1-as-gpgbinary.patch
+++ b/debian/patches/0002-Default-on-using-gpg1-as-gpgbinary.patch
@@@ -1,36 -1,0 +1,36 @@@
- From d0101efdf224cf463db351f7f78977ae25428571 Mon Sep 17 00:00:00 2001
++From 56b122340a4917baee47a0f2714bcee9d88fde55 Mon Sep 17 00:00:00 2001
 +From: Elena Grandi <valhalla-d at trueelena.org>
 +Date: Wed, 17 Aug 2016 19:39:21 +0200
 +Subject: Default on using gpg1 as gpgbinary
 +
 +---
 + gnupg.py      | 2 +-
 + test_gnupg.py | 2 +-
 + 2 files changed, 2 insertions(+), 2 deletions(-)
 +
 +diff --git a/gnupg.py b/gnupg.py
- index 01f86ff..ed7cc0d 100644
++index ec70661..d67de74 100644
 +--- a/gnupg.py
 ++++ b/gnupg.py
- @@ -692,7 +692,7 @@ class GPG(object):
++@@ -689,7 +689,7 @@ class GPG(object):
 +     }
 + 
 +     "Encapsulate access to the gpg executable"
 +-    def __init__(self, gpgbinary='gpg', gnupghome=None, verbose=False,
 ++    def __init__(self, gpgbinary='gpg1', gnupghome=None, verbose=False,
 +                  use_agent=False, keyring=None, options=None,
 +                  secret_keyring=None):
 +         """Initialize a GPG process wrapper.  Options are:
 +diff --git a/test_gnupg.py b/test_gnupg.py
- index 55a3c8e..afc49e4 100644
++index f6325ef..afb15c5 100644
 +--- a/test_gnupg.py
 ++++ b/test_gnupg.py
 +@@ -23,7 +23,7 @@ ALL_TESTS = True
 + 
 + logger = logging.getLogger(__name__)
 + 
 +-GPGBINARY = os.environ.get('GPGBINARY', 'gpg')
 ++GPGBINARY = os.environ.get('GPGBINARY', 'gpg1')
 + 
 + KEYS_TO_IMPORT = """-----BEGIN PGP PUBLIC KEY BLOCK-----
 + Version: GnuPG v1.4.9 (MingW32)
diff --cc debian/patches/series
index 5c4e287,0000000..ec45f72
mode 100644,000000..100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,3 -1,0 +1,2 @@@
 +skip_network_needing_test.patch
- 0002-Correctly-capture-subkey-fingerprints.patch
- 0003-Default-on-using-gpg1-as-gpgbinary.patch
++0002-Default-on-using-gpg1-as-gpgbinary.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-gnupg.git



More information about the Python-modules-commits mailing list