diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 7 | ||||
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 12 insertions, 4 deletions
@@ -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 |