From: Axel Beckert Date: Sat, 6 Jul 2013 20:14:49 +0000 (+0200) Subject: Debian package: add support for xulrunner 24 X-Git-Tag: debian-1.0--pre-1+git160130-1~149 X-Git-Url: https://repo.or.cz/w/conkeror.git/commitdiff_plain/e180b3b2d4b686f56f800d454b0fae7e2ad79401 Debian package: add support for xulrunner 24 --- diff --git a/debian/bin/conkeror b/debian/bin/conkeror index 4d3079f..02e05db 100644 --- a/debian/bin/conkeror +++ b/debian/bin/conkeror @@ -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 23.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 24.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/changelog b/debian/changelog index 0108f70..5639d0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +conkeror (1.0~~pre+git130522-2) unstable; urgency=low + + * Add support for xulrunner 24. + + -- Axel Beckert Sat, 06 Jul 2013 22:13:48 +0200 + conkeror (1.0~~pre+git130522-1) unstable; urgency=low * New upstream snapshot diff --git a/debian/control b/debian/control index bc1250e..86e01f8 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Package: conkeror Architecture: all Depends: ${misc:Depends}, xulrunner-17.0 | + xulrunner-24.0 | xulrunner-23.0 | xulrunner-22.0 | xulrunner-21.0 |