[Pkg-gnupg-commit] [gpgme] 04/132: python: Fix removing the TOFU database.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Apr 26 01:00:45 UTC 2017


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

dkg pushed a commit to branch experimental
in repository gpgme.

commit fd4d476214ae06e33f4a6dac534d3deca5cc6cd3
Author: Justus Winter <justus at g10code.com>
Date:   Fri Nov 25 09:55:42 2016 +0100

    python: Fix removing the TOFU database.
    
    * lang/python/Makefile.am (CLEANFILES): Move 'tofu.db'...
    * lang/python/tests/Makefile.am (CLEANFILES): ... here.
    
    Fixes-commit: 9b22f82afc5518961e4bea1fc516b79800e379a2
    Signed-off-by: Justus Winter <justus at g10code.com>
---
 lang/python/Makefile.am       | 2 +-
 lang/python/tests/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am
index d7dea4a..e32fd12 100644
--- a/lang/python/Makefile.am
+++ b/lang/python/Makefile.am
@@ -81,7 +81,7 @@ upload: dist/gpg-$(VERSION).tar.gz dist/gpg-$(VERSION).tar.gz.asc
 	twine upload $^
 
 CLEANFILES = gpgme.h errors.i gpgme_wrap.c gpg/gpgme.py \
-	  data.h config.h copystamp tofu.db
+	  data.h config.h copystamp
 
 # Remove the rest.
 #
diff --git a/lang/python/tests/Makefile.am b/lang/python/tests/Makefile.am
index 39f532c..f9366dd 100644
--- a/lang/python/tests/Makefile.am
+++ b/lang/python/tests/Makefile.am
@@ -73,7 +73,7 @@ xcheck: ./pubring-stamp
 
 CLEANFILES = secring.gpg pubring.gpg pubring.kbx trustdb.gpg dirmngr.conf \
 	gpg-agent.conf pubring.kbx~ gpg.conf pubring.gpg~ \
-	random_seed .gpg-v21-migrated \
+	random_seed .gpg-v21-migrated tofu.db \
         pubring-stamp private-keys-v1.d/gpg-sample.stamp
 
 private_keys = \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list