From 28f95a69da8583139aa0e55922631c142d5f6aa9 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Sat, 1 Dec 2012 22:54:33 +0100 Subject: [PATCH] Debian package: Add support for XULRunner 19 --- debian/changelog | 4 ++-- debian/conkeror.bin | 2 +- debian/control | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 89e1bf6..ed1bf62 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -conkeror (1.0~~pre+git121018-1) UNRELEASED; urgency=low +conkeror (1.0~~pre+git121201-1) UNRELEASED; urgency=low - * Add support for xulrunner 18 + * Add support for xulrunner 18 and 19 -- Axel Beckert Thu, 18 Oct 2012 11:17:54 +0200 diff --git a/debian/conkeror.bin b/debian/conkeror.bin index 937cc55..9d622c1 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 18.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 19.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 8f6c57d..8c1be98 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Package: conkeror Architecture: all Depends: ${misc:Depends}, xulrunner-10.0 | + xulrunner-19.0 | xulrunner-18.0 | xulrunner-17.0 | xulrunner-16.0 (>= 16.0~a2+20120803042008) | -- 2.11.4.GIT