summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--src/Makefile2
-rw-r--r--src/xpi.mk (renamed from src/xpi.mk.in)0
3 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 88b17a0..4655ebb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
mozilla-devscripts (0.05) UNRELEASED; urgency=low
+ [ Fabien Tassin ]
* Update mozclient patch for xulbrowser now that firefox 3 needs
mozilla/memory to build
- update src/patches/xulbrowser_target.patch
@@ -9,7 +10,7 @@ mozilla-devscripts (0.05) UNRELEASED; urgency=low
[ Alexander Sack ]
* add initial xpi makefile helper that tries to make extension package
maintenance as trivial as possible
- - add src/xpi.mk.in
+ - add src/xpi.mk
- update src/Makefile
* add libxml-xpath-perl to Depends: required by install.rdf introspection
in xpi.mk
diff --git a/src/Makefile b/src/Makefile
index b1a8434..81ab448 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -31,11 +31,11 @@ mk_files = \
xulrunner-1.9.mk \
mozclient.mk \
compare.mk \
- xpi.mk \
$(NULL)
extra_mk_files = \
remove.binonly.sh \
+ xpi.mk \
$(NULL)
%.mk: %.mk.in
diff --git a/src/xpi.mk.in b/src/xpi.mk
index 595d0d8..595d0d8 100644
--- a/src/xpi.mk.in
+++ b/src/xpi.mk