From cdb4daa9c64c4583f2a15973d5c30770255d099c Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Sun, 15 Jun 2014 22:15:26 +0200 Subject: [PATCH] Debian package: Make alternative dependency only on iceweasel >= 30 Rationale: Conkeror would work fine with any Iceweasel version greate 3.5. But any Iceweasel version between 3.5 and 30 pull in the according Xulrunner package and that won't change retroactively. (It only did for Iceweasel 30 of which the first package version still built a Xulrunner package.) So for Iceweasel/Xulrunner <= 30 it's irrelevant if iceweasel is installed, too, or not. Conkeror then only needs Xulrunner although it could use "iceweasel -app" instead if iceweasel is installed. Thanks to Emilio Pozuelo Monfort for the discussion around that topic. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9fcfcc2..3389c3c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ conkeror (1.0~~pre-1+git140614-1) UNRELEASED; urgency=medium * New upstream pre-release 1.0pre1 * Support using "iceweasel -app" since there's no more xulrunner. :-( + + Add primary alternative dependency on iceweasel >= 30 -- Axel Beckert Sat, 14 Jun 2014 12:49:42 +0200 diff --git a/debian/control b/debian/control index 281c426..8da52eb 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Vcs-Git: git://repo.or.cz/conkeror.git Package: conkeror Architecture: all Depends: ${misc:Depends}, - iceweasel (>= 3.5) | + iceweasel (>= 30) | xulrunner-24.0 | xulrunner-30 | xulrunner-29 | -- 2.11.4.GIT