[Pkg-privacy-commits] [xul-ext-monkeysphere] 160/296: clean up creation of the .xpi

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:36 UTC 2015


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

infinity0 pushed a commit to branch debian
in repository xul-ext-monkeysphere.

commit dc9ac51a7a5289ef8c002d658c6c7b594c6f962f
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Tue Mar 9 13:29:58 2010 -0500

    clean up creation of the .xpi
---
 .gitattributes | 4 ++++
 Makefile       | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..8b84f64
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,4 @@
+.git* export-ignore
+NOTES export-ignore
+Makefile export-ignore
+Changelog export-ignore
diff --git a/Makefile b/Makefile
index 40dbd1c..163467a 100755
--- a/Makefile
+++ b/Makefile
@@ -6,10 +6,12 @@
 # Licensed under GPL v3 or later
 
 xpi:
-	git archive --format=zip --output=xul-ext-monkeysphere.xpi HEAD
+	git archive --format=zip --output=monkeysphere.xpi HEAD
 
 debian-package:
 	git buildpackage -uc -us --git-upstream-branch=master --git-debian-branch=debian
 
 clean:
 	rm xul-ext-monkeysphere.xpi
+
+.PHONY: xpi clean debian-package

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/xul-ext-monkeysphere.git



More information about the Pkg-privacy-commits mailing list