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 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152
|
searx (1.1.0+dfsg1-1) unstable; urgency=medium
* upload to unstable with correct version
-- Johannes Schauer Marin Rodrigues <josch@debian.org> Fri, 10 Feb 2023 09:42:16 +0100
searx (1.1.0+dfsg1-1~exp) unstable; urgency=medium
* New upstream release
* add apache2 autopkgtest
-- Johannes Schauer Marin Rodrigues <josch@debian.org> Wed, 08 Feb 2023 07:23:42 +0100
searx (1.0.0+dfsg1-1) unstable; urgency=medium
[ Johannes Schauer Marin Rodrigues ]
* New upstream release (closes: #997817)
* Rework patches for 1.0 release
* debian/clean: some themes were dropped
* debian/control: add B-D on python3-yaml
* debian/control: add Suggests on uwsgi-plugin-python3 and nginx
* debian/python3-searx.install: do not install removed themes
* debian/python3-searx.links: jquery.min.js is now unversioned
* debian/rules: run pybabel and lessc
* debian/searx.install: install usr/bin/searx-checker
[ James Valleroy ]
* Add donation URL to upstream metadata
-- Johannes Schauer Marin Rodrigues <josch@debian.org> Tue, 07 Dec 2021 22:10:22 +0100
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
|