summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog48
1 files changed, 27 insertions, 21 deletions
diff --git a/debian/changelog b/debian/changelog
index bc89bf4..6ed0615 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,31 +9,17 @@ 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
+ - 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
- 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
+ - 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
@@ -48,6 +34,26 @@ mozilla-devscripts (0.14) UNRELEASED; urgency=low
- fix LP: #411191 - webfav lp-locale-export.mk yields en-US.xpi with
.manifest files only - fix parsing bug for jar: protocol lines
+ [ Benjamin Drung <bdrung@ubuntu.com> ]
+ * 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
+ - make MOZ_EXTENSION_PKG optional; if this variable is unset, the first
+ binary package listed in debian/control will be used
+ - update src/xpi.mk
+
-- Alexander Sack <asac@ubuntu.com> Mon, 10 Aug 2009 01:03:48 +0200
mozilla-devscripts (0.13) unstable; urgency=low