From 27c7eca16db3a7af3a850663ba033f2573972322 Mon Sep 17 00:00:00 2001 From: Alexander Sack Date: Mon, 27 Jul 2009 01:33:42 +0200 Subject: - 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 --- debian/changelog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'debian') 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 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 Sun, 26 Jul 2009 17:14:39 +0200 -- cgit v1.2.3