[Pkg-gnupg-commit] [gpgme] 14/53: python: Add 'prepare' target.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Oct 24 19:26:48 UTC 2016


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

dkg pushed a commit to branch experimental
in repository gpgme.

commit 68fb8371a1dd5f4e05e50b1733f9996d139cbf38
Author: Alon Bar-Lev <alon.barlev at gmail.com>
Date:   Thu Sep 29 10:30:57 2016 +0300

    python: Add 'prepare' target.
    
    * lang/python/Makefile.am: Add 'prepare' target.
    --
    This enables preparing the package using autoconf then build using
    distutils as separate stage.
    
    Signed-off-by: Alon Bar-Lev <alon.barlev at gmail.com>
---
 lang/python/Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am
index 1d7aee8..ea37da9 100644
--- a/lang/python/Makefile.am
+++ b/lang/python/Makefile.am
@@ -65,6 +65,9 @@ dist/pyme3-$(VERSION).tar.gz dist/pyme3-$(VERSION).tar.gz.asc: copystamp
 	  $(PYTHON) setup.py sdist --verbose
 	gpg2 --detach-sign --armor dist/pyme3-$(VERSION).tar.gz
 
+.PHONY: prepare
+prepare: copystamp
+
 .PHONY: sdist
 sdist: dist/pyme3-$(VERSION).tar.gz dist/pyme3-$(VERSION).tar.gz.asc
 

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