[Pkg-privacy-commits] [xul-ext-monkeysphere] 167/296: more build overhaul
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 bc7a6da430efc7ecef2cacbf3d7c75551976981c
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date: Tue Mar 9 14:22:14 2010 -0500
more build overhaul
---
Makefile | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/Makefile b/Makefile
index 14f31e7..630092c 100755
--- a/Makefile
+++ b/Makefile
@@ -5,13 +5,15 @@
# © 2010 Jameson Rollins <jrollins at finestructure.net>
# Licensed under GPL v3 or later
-xpi:
- git archive --format=zip --output=monkeysphere.xpi HEAD
+XPI_CONTENTS:=$(shell find chrome defaults -name "*.html" -o -name "*.css" -o -name "*.png" -o -name "*.gif" -o -name "*.js" -o -name "*.dtd" -o -name "*.xul" -o -name "messages") chrome.manifest install.rdf
+
+monkeysphere.xpi: $(XPI_CONTENTS)
+ zip $@ $(XPI_CONTENTS)
debian-package:
- git buildpackage -uc -us --git-upstream-branch=master --git-debian-branch=debian --git-no-pristine-tar
+ git buildpackage -uc -us --git-upstream-branch=master --git-debian-branch=debian --git-no-pristine-tar -i'^\.git'
clean:
rm -f monkeysphere.xpi
-.PHONY: xpi clean debian-package
+.PHONY: 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