summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2022-04-16 19:50:39 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2022-04-16 19:50:39 +0200
commitf80e4bda5263e3428537ecb7d49b18ffd3c0e4ce (patch)
tree7efe9596fa165b80841f6cebe75cb04e17c53f5a /debian
parentv tretje gre rado (diff)
downloadsear.c-f80e4bda5263e3428537ecb7d49b18ffd3c0e4ce.tar
sear.c-f80e4bda5263e3428537ecb7d49b18ffd3c0e4ce.tar.gz
sear.c-f80e4bda5263e3428537ecb7d49b18ffd3c0e4ce.tar.bz2
sear.c-f80e4bda5263e3428537ecb7d49b18ffd3c0e4ce.tar.lz
sear.c-f80e4bda5263e3428537ecb7d49b18ffd3c0e4ce.tar.xz
sear.c-f80e4bda5263e3428537ecb7d49b18ffd3c0e4ce.tar.zst
sear.c-f80e4bda5263e3428537ecb7d49b18ffd3c0e4ce.zip
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rw-r--r--debian/control2
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 6251242..8204a5f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+sear.c (0.0.21-1) stable; urgency=low
+
+ * removed dependency to php-cli - using sed for version substitution
+ * separated CSS and HTML, so HTML without results is less than 2 KB
+ * css is served by sear.c, but can be static on the reverse proxy.
+
+ -- Anton Luka Šijanec <anton@sijanec.eu> Sat, 16 Apr 2022 19:45:00 +0200
+
sear.c (0.0.20-1) stable; urgency=low
* Added fallback option to another server via HTTP redirect in case of
diff --git a/debian/control b/debian/control
index 30fc9d1..af0c8b9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: sear.c
Section: web
Priority: optional
Maintainer: Anton Luka Šijanec <anton@sijanec.eu>
-Build-Depends: debhelper (>=11~), libmicrohttpd-dev, libxml2-dev, php-cli
+Build-Depends: debhelper (>=11~), libmicrohttpd-dev, libxml2-dev
Standards-Version: 4.1.4
Homepage: http://git.sijanec.eu/sijanec/sear.c