summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog8
1 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index e3f8ce1..c14e874 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,13 @@ mozilla-devscripts (0.10) UNRELEASED; urgency=low
* Open tree for 0.10 development.
* Add src/med-xpi-{pack,unpack} scripts to manage packing and unpacking of
XPI files.
- * Document src/med-xpi-{pack,unpack} scripts in README
+ * In src/xpi.mk:
+ - Add default build command.
+ - Remove part of clean target, which checks if build command is defined,
+ because now we always have a build command (default, or provided by dev).
+ * In README:
+ - Document src/med-xpi-{pack,unpack} scripts.
+ - Document default build command in xpi.mk part.
* Add zip to Depends in debian/control, because src/med-xpi-{pack,unpack}
scripts need it.
* Add src/med-xpi-{pack,unpack} to debian/mozilla-devscripts.install to