summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorAlexander Sack <asac@ubuntu.com>2009-07-27 01:33:42 +0200
committerAlexander Sack <asac@ubuntu.com>2009-07-27 01:33:42 +0200
commit27c7eca16db3a7af3a850663ba033f2573972322 (patch)
tree3c24f18bd4ea8c612fb0ac802f5eb388b5f2a95e /debian/changelog
parent546e791ac2adfb7d3760f48285d4caacd2574653 (diff)
- 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 - update src/xpi.mk
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c71a654..258a286 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,15 @@ mozilla-devscripts (0.14) UNRELEASED; urgency=low
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
+ - update src/xpi.mk
-- Alexander Sack <asac@ubuntu.com> Sun, 26 Jul 2009 17:14:39 +0200