From: Axel Beckert Date: Thu, 17 Jan 2013 00:42:18 +0000 (+0100) Subject: Debian package: Add XULRunner 20 compatibility X-Git-Tag: debian-1.0--pre-1+git160130-1~199 X-Git-Url: https://repo.or.cz/w/conkeror.git/commitdiff_plain/efdecaa6940de6762bf1c6bf8b9f9a0fc9af8a63 Debian package: Add XULRunner 20 compatibility --- diff --git a/debian/changelog b/debian/changelog index ed1bf62..bee9221 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -conkeror (1.0~~pre+git121201-1) UNRELEASED; urgency=low +conkeror (1.0~~pre+git130117-1) UNRELEASED; urgency=low - * Add support for xulrunner 18 and 19 + * Add support for xulrunner 18 to 20 - -- Axel Beckert Thu, 18 Oct 2012 11:17:54 +0200 + -- Axel Beckert Thu, 17 Jan 2013 01:42:48 +0100 conkeror (1.0~~pre+git120901-1) experimental; urgency=low diff --git a/debian/conkeror.bin b/debian/conkeror.bin index 9d622c1..a78bbc3 100644 --- a/debian/conkeror.bin +++ b/debian/conkeror.bin @@ -5,7 +5,7 @@ # Find an appropriate xulrunner binary XULRUNNER='' # Due to http://bugs.debian.org/683157 we currently have to skip xulrunner-14.0 -for version in `LC_ALL=C seq 19.0 -1 15.0` `LC_ALL=C seq 13.0 -1 5.0` 2.0 1.9.2 1.9.1; do +for version in `LC_ALL=C seq 20.0 -1 15.0` `LC_ALL=C seq 13.0 -1 5.0` 2.0 1.9.2 1.9.1; do XRTMP=`which xulrunner-$version` if [ -n "$XRTMP" -a -x "$XRTMP" ]; then XULRUNNER=$XRTMP diff --git a/debian/control b/debian/control index 8c1be98..1341f38 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Package: conkeror Architecture: all Depends: ${misc:Depends}, xulrunner-10.0 | + xulrunner-20.0 | xulrunner-19.0 | xulrunner-18.0 | xulrunner-17.0 |