From: Axel Beckert Date: Wed, 22 May 2013 20:46:03 +0000 (+0200) Subject: Debian package: Add support for xulrunner 23 X-Git-Tag: debian-1.0--pre-1+git160130-1~152 X-Git-Url: https://repo.or.cz/w/conkeror.git/commitdiff_plain/ee68787ea1cf1d6377dd9952482945f56dfa0860 Debian package: Add support for xulrunner 23 --- diff --git a/debian/bin/conkeror b/debian/bin/conkeror index 7856b52..4d3079f 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 22.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 23.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 9c325e4..fa5d1b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +conkeror (1.0~~pre+git130522-1) UNRELEASED; urgency=low + + * New upstream snapshot + * Add support for xulrunner 23 + + -- Axel Beckert Wed, 22 May 2013 22:39:47 +0200 + conkeror (1.0~~pre+git130407-1) experimental; urgency=low * New upstream snapshot diff --git a/debian/control b/debian/control index 2b39919..1d9d074 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Package: conkeror Architecture: all Depends: ${misc:Depends}, xulrunner-10.0 | + xulrunner-23.0 | xulrunner-22.0 | xulrunner-21.0 | xulrunner-20.0 |