summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2021-12-26 21:47:35 +0100
committerAnton Luka Šijanec <anton@sijanec.eu>2021-12-26 21:47:35 +0100
commite989fca97c001d8ab1e581941693320e0b4453ea (patch)
tree4d22a813e6d312e7f72234c99520a9d73b1e0b85
parentpozabil posodobiti release na 0.0.17 v changelogu (diff)
downloadsear.c-e989fca97c001d8ab1e581941693320e0b4453ea.tar
sear.c-e989fca97c001d8ab1e581941693320e0b4453ea.tar.gz
sear.c-e989fca97c001d8ab1e581941693320e0b4453ea.tar.bz2
sear.c-e989fca97c001d8ab1e581941693320e0b4453ea.tar.lz
sear.c-e989fca97c001d8ab1e581941693320e0b4453ea.tar.xz
sear.c-e989fca97c001d8ab1e581941693320e0b4453ea.tar.zst
sear.c-e989fca97c001d8ab1e581941693320e0b4453ea.zip
-rw-r--r--README.md7
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
3 files changed, 12 insertions, 4 deletions
diff --git a/README.md b/README.md
index adac2e9..62b5863 100644
--- a/README.md
+++ b/README.md
@@ -43,14 +43,15 @@ make
## prebuilt binaries
-apart from the usual debian distribution, there are also prebuilt binaries built for amd64 and arm64, as well as debian packages.
+apart from the usual debian distribution, there are also prebuilt binaries built for amd64, arm64, i386 and armel, as well as debian packages.
before downloading, check that the build passed, indicated below on the badge:
[![Build Status](https://jenkins.sijanec.eu/job/sear.c/badge/icon)](https://jenkins.sijanec.eu/job/sear.c/)
-* amd64: [https://cargova.sijanec.eu/prog/sear.c](https://cargova.sijanec.eu/prog/sear.c)
-* arm64: [https://of.sijanec.eu/prog/sear.c/](https://of.sijanec.eu/prog/sear.c)
+* amd64: <https://amd64.sijanec.eu/prog/sear.c>
+* arm64: <https://arm64.sijanec.eu/prog/sear.c>
+* armel: <https://armel.sijanec.eu/prog/sear.c>
* i386: *only published in debian package repository because they are built on my personal laptop*
## screenshots
diff --git a/debian/changelog b/debian/changelog
index 0ce2d77..6bcdb9b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+sear.c (0.0.18-1) stable; urgency=low
+
+ * removed dependency to dh_systemd as it's included in debmake for some time
+ * added link to armel builds in README.md
+
+ -- Anton Luka Šijanec <anton@sijanec.eu> Sun, 26 Dec 2021 21:45:46 +0200
+
sear.c (0.0.17-1) stable; urgency=low
* new storage algoritm - O(log n) average instead of O(n) - POSIX glibc
diff --git a/debian/control b/debian/control
index 3da2cc8..30fc9d1 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, dh-systemd (>=1.5)
+Build-Depends: debhelper (>=11~), libmicrohttpd-dev, libxml2-dev, php-cli
Standards-Version: 4.1.4
Homepage: http://git.sijanec.eu/sijanec/sear.c