summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog38
1 files changed, 19 insertions, 19 deletions
diff --git a/debian/changelog b/debian/changelog
index ae09488..b631ac0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,33 +9,16 @@ mozilla-devscripts (0.14) UNRELEASED; urgency=low
- update src/xpi.mk
- improve rule dependencies; avoid duplicate/circular depends
- update src/xpi.mk
- - add automatic xpi depends .substvars feature based on smart parsing
- of install.rdf and checking min/maxVersion for each target application;
- extensions can now use ${xpi:Depends} to get the right dependencies added;
- the version/package/targetAppId mapping information is currently maintained
- in src/xpi.mk itself - thx to Benjamin Drung <bdrung@ubuntu.com> for this
- - update src/xpi.mk
- first pitch on automagic max/min version detection implemented; add a generic
|TARGET_VERSION| call taking parameters a) appid, b) maxVersion|minVersion and
c) extension-dir; this call is then used to parse the right max/minVersion
for a given targetApplication on demand in |CHECK_VERSION|. In this way we
now filter out unsuitable packages from xpi:Depends based on the install.rdf
- version bounds; Note: currently uses dpkg --compare-versions, which is wrong
- for mozilla versions; but works good enough until with have a
- mozpkg --compare-versions script
+ version bounds
- update src/xpi.mk
- - add moz-version-compare helper script and ship it in extra_files; this script
- implements compare operations for mozilla versions as in
- https://developer.mozilla.org/en/Toolkit_version_format; thanks to Benjamin
- Drung <bdrung@ubuntu.com> for this contribution
- - add src/moz-version-compare
- - update src/Makefile
- add prism@developer.mozilla.org 1.0 to list of auto detected target
application packages
- update src/xpi.mk
- - use moz-version-compare in ${xpi:Depends} |CHECK_VERSION| call
- instead of the rather flawed dpkg --compare-versions approach.
- - update src/xpi.mk
- add thunderbird-3.0 to list of auto detected target application packages
- update src/xpi.mk
* build-system:
@@ -45,7 +28,24 @@ mozilla-devscripts (0.14) UNRELEASED; urgency=low
- update src/Makefile
- update debian/mozilla-devscripts.install
- -- Alexander Sack <asac@ubuntu.com> Wed, 29 Jul 2009 01:08:07 +0200
+ [ Benjamin Drung ]
+ * xpi.mk:
+ - add automatic xpi depends .substvars feature based on smart parsing
+ of install.rdf and checking min/maxVersion for each target application;
+ extensions can now use ${xpi:Depends} to get the right dependencies added;
+ the version/package/targetAppId mapping information is currently
+ maintained in src/xpi.mk itself
+ - update src/xpi.mk
+ - add moz-version helper script and ship it in extra_files; this script
+ implements compare operations for mozilla versions as in
+ https://developer.mozilla.org/en/Toolkit_version_format
+ - add src/moz-version
+ - update src/Makefile
+ - implement start/end of life for comparing possible alternate binary
+ dependency
+ - update src/xpi.mk
+
+ -- Benjamin Drung <bdrung@ubuntu.com> Wed, 05 Aug 2009 01:01:31 +0200
mozilla-devscripts (0.13) unstable; urgency=low