[Pkg-mpd-commits] [python-mpd] 185/262: add Makefile

Simon McVittie smcv at debian.org
Sun May 22 18:16:45 UTC 2016


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

smcv pushed a commit to branch upstream
in repository python-mpd.

commit b26cd7de3a7d19475214c1c0bb937586c4255b81
Author: Jörg Thalheim <joerg at higgsboson.tk>
Date:   Mon Jan 14 20:35:57 2013 +0100

    add Makefile
---
 Makefile | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..9abb9a7
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+VERSION=`python -c "import mpd; print('.'.join(map(str,mpd.VERSION)))"`
+
+test:
+	python setup.py test
+release: test
+	git tag $(VERSION)
+	python setup.py sdist upload
+clean:
+	python setup.py clean

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



More information about the Pkg-mpd-commits mailing list