[Pkg-privacy-commits] [msva-perl] 74/356: added Makefile
Ximin Luo
infinity0 at moszumanska.debian.org
Mon Aug 24 07:41:41 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository msva-perl.
commit 42c5c2ecf8240c1295b1431900a6f8d55537669f
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date: Mon Mar 8 23:47:41 2010 -0500
added Makefile
---
Makefile | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..3de8e7a
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,18 @@
+#!/usr/bin/make -f
+
+# Makefile for xul-ext-monkeysphere
+
+# © 2010 Daniel Kahn Gillmor <dkg at fifthhorseman.net>
+# Licensed under GPL v3 or later
+
+VERSION=`dpkg-parsechangelog -lChangelog | grep ^Version: | cut -f2 -d\ `
+
+../msva-perl_$(VERSION).orig.tar.gz: msva-perl msva.protocol.README COPYING
+ git archive --format tar -o $@ --prefix=msva-perl-$(VERSION)/ $<
+
+tarball: ../msva-perl_$(VERSION).orig.tar.gz
+
+debian-package: tarball
+ git buildpackage -uc -us
+
+.PHONY: tarball debian-package
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/msva-perl.git
More information about the Pkg-privacy-commits
mailing list