From e989fca97c001d8ab1e581941693320e0b4453ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Sun, 26 Dec 2021 21:47:35 +0100 Subject: 0.0.18 - removed dh_systemd dependency and added armel builds link --- README.md | 7 ++++--- debian/changelog | 7 +++++++ debian/control | 2 +- 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: +* arm64: +* armel: * 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 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 -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 -- cgit v1.2.3