[Pkg-privacy-commits] [xul-ext-monkeysphere] 217/296: fix makefile to include modules contents

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:41 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 5367d28c4afdc6f93e3cdf9f344982f529ff48ab
Author: Jameson Rollins <jrollins at finestructure.net>
Date:   Mon Apr 26 08:12:11 2010 -0400

    fix makefile to include modules contents
---
 Changelog | 6 +++++-
 Makefile  | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/Changelog b/Changelog
index 0115fa2..231eb09 100644
--- a/Changelog
+++ b/Changelog
@@ -1,8 +1,12 @@
 xul-ext-monkeysphere (0.2~pre) UNRELEASED; urgency=low
 
+  [ Daniel Kahn Gillmor ]
   * corrected 0.1 changelog.
 
- -- Daniel Kahn Gillmor <dkg at fifthhorseman.net>  Sun, 25 Apr 2010 23:56:09 -0400
+  [ Jameson Rollins ]
+  * fix makefile to include modules directory
+
+ -- Jameson Rollins <jrollins at finestructure.net>  Mon, 26 Apr 2010 08:13:20 -0400
 
 xul-ext-monkeysphere (0.1); urgency=low
 
diff --git a/Makefile b/Makefile
old mode 100644
new mode 100755
index f916459..4b883b1
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
 # © 2010 Jameson Rollins <jrollins at finestructure.net>
 # Licensed under GPL v3 or later
 
-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 COPYING
+XPI_CONTENTS:=$(shell find chrome modules defaults -name "*.html" -o -name "*.css" -o -name "*.png" -o -name "*.gif" -o -name "*.js" -o -name "*.jsm" -o -name "*.dtd" -o -name "*.xul" -o -name "messages") chrome.manifest install.rdf COPYING
 
 monkeysphere.xpi: $(XPI_CONTENTS)
 	zip $@ $(XPI_CONTENTS)

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