1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
|
searx (0.18.0+dfsg1-1) unstable; urgency=medium
* New upstream release
* refresh and drop patches that were applied by upstream
* debian/control: fix typo Build-depends->Build-Depends
* debian/python3-searx.lintian-overrides: add override for
package-contains-documentation-outside-usr-share-doc
* debian/python3-searx.lintian-overrides: add overrides for
font-outside-font-dir for ion.ttf and ion.woff
-- Johannes 'josch' Schauer <josch@debian.org> Tue, 19 Jan 2021 14:16:36 +0100
searx (0.17.0+dfsg1-2) unstable; urgency=medium
* add patch from upstream fixing Thread.isAlive() -> Thread.is_alive()
(closes: #976322)
-- Johannes 'josch' Schauer <josch@debian.org> Mon, 28 Dec 2020 05:52:26 +0100
searx (0.17.0+dfsg1-1) unstable; urgency=medium
* New upstream release
* add debian/salsa-ci.yml
* refresh patches
* debian/rules: call 'make themes' instead of manage.sh
* debian/patches/makefile: disable npm and bootstrap build and build css
* debian/rules: add an empty searx/data/bangs.json
* debian/control: python3-werkzeug >= 0.16.1 is needed because of
werkzeug/middleware/proxy_fix.py
* debian/clean: don't remove searx/static/themes/oscar/js/searx.js
* debian/control: bump dh compat to 13
* debian/tests/general: more debugging code
* debian/tests/general: adjust regex
* add patch to parse README.md with encoding
-- Johannes 'josch' Schauer <josch@debian.org> Wed, 15 Jul 2020 23:33:23 +0200
searx (0.16.0+dfsg1-2) unstable; urgency=medium
* fix autopkgtest: dh compat 12 installed examples uncompressed (closes:
#951212)
-- Johannes 'josch' Schauer <josch@debian.org> Sun, 16 Feb 2020 07:52:36 +0100
searx (0.16.0+dfsg1-1) unstable; urgency=medium
* New upstream release
- fixes google backend (closes: #930263)
* debian/patches/debian-changes: refresh
* switch packaging to gbp
* debian/control: use python3-fontforge instead of python-fontforge (closes:
#938460)
* bump dh compat to 12
* debian/control: add rules-requires-root:no
* debian/control: bump standards-version to 4.5.0
-- Johannes 'josch' Schauer <josch@debian.org> Sat, 01 Feb 2020 01:16:42 +0100
searx (0.15.0+dfsg1-1) unstable; urgency=medium
* New upstream release
* Use require.min.js from libjs-requirejs and not from nodejs-requirejs
(closes: #901738)
* Update Homepage field to https://asciimoo.github.io/searx/ (closes: #893679)
* Fix my name in Maintainer field
* Use secure copyright format uri
* Remove X-Python3-Version field
* Bump debhelper compat level to 11
-- Johannes 'josch' Schauer <josch@debian.org> Sun, 06 Jan 2019 23:54:27 +0100
searx (0.14.0+dfsg1-2) unstable; urgency=medium
* Add "lazy-apps = true" to uwsgi config or otherwise searx searches will
timeout. See https://github.com/asciimoo/searx/issues/1210
-- Johannes Schauer <josch@debian.org> Fri, 23 Feb 2018 22:20:01 +0100
searx (0.14.0+dfsg1-1) unstable; urgency=medium
* New upstream release
- settings.yaml can now contain non-ascii characters (closes: #886093)
-- Johannes Schauer <josch@debian.org> Tue, 20 Feb 2018 13:45:35 +0100
searx (0.13.1+dfsg1-3) unstable; urgency=medium
* Add ionicons font to build ion.woff from source using fontforge for the
"simple" theme (closes: #882847)
-- Johannes Schauer <josch@debian.org> Thu, 30 Nov 2017 00:49:13 +0100
searx (0.13.1+dfsg1-2) unstable; urgency=medium
* Remove python3-ndg-httpsclient and python3-pyasn1 from Depends of
python3-searx. Thanks to Alexandre Flament
-- Johannes Schauer <josch@debian.org> Mon, 27 Nov 2017 12:25:20 +0100
searx (0.13.1+dfsg1-1) unstable; urgency=medium
* New upstream release. (closes: #882400)
* also fixes exception when activating image proxy
with python3 (closes: #877942)
* add debian/gbp.conf
* debian/README.source: adjust instructions for debian/gbp.conf
* debian/control: bump Standards-Version, no changes required
* debian/control: python3-searx is section python
* debian/copyright: Add files from the new simple theme to Files-Excluded
* debian/copyright: add new contributors for translations
* debian/python3-searx.install: also install simple theme
* debian/copyright: add copyright for four more files from the simple theme
* run wrap-and-sort -asbt
-- Johannes Schauer <josch@debian.org> Fri, 24 Nov 2017 11:06:41 +0100
searx (0.12.0+dfsg1-1) unstable; urgency=medium
* Initial release. (Closes: #808564)
-- Johannes Schauer <josch@debian.org> Fri, 16 Jun 2017 12:16:41 +0200
|