summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2021-12-26 21:50:43 +0100
committerAnton Luka Šijanec <anton@sijanec.eu>2021-12-26 21:50:43 +0100
commit63f2d00e243a02e8ab4d0d196571e247ea5b4550 (patch)
tree83af7db7bd7db2c4c312fe8a6d49c13bd90debe1
parent0.0.18 - removed dh_systemd dependency and added armel builds link (diff)
downloadsear.c-63f2d00e243a02e8ab4d0d196571e247ea5b4550.tar
sear.c-63f2d00e243a02e8ab4d0d196571e247ea5b4550.tar.gz
sear.c-63f2d00e243a02e8ab4d0d196571e247ea5b4550.tar.bz2
sear.c-63f2d00e243a02e8ab4d0d196571e247ea5b4550.tar.lz
sear.c-63f2d00e243a02e8ab4d0d196571e247ea5b4550.tar.xz
sear.c-63f2d00e243a02e8ab4d0d196571e247ea5b4550.tar.zst
sear.c-63f2d00e243a02e8ab4d0d196571e247ea5b4550.zip
-rw-r--r--Makefile2
-rw-r--r--debian/changelog2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6db7b8c..b0831c6 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ clean:
rm sear.c tmp -rf
prepare:
- sudo apt install libmicrohttpd-dev xxd build-essential libxml2-dev php-cli -y
+ sudo apt install libmicrohttpd-dev xxd build-essential libxml2-dev php-cli debmake debheler -y
test-http:
mkdir -p tmp
diff --git a/debian/changelog b/debian/changelog
index 6bcdb9b..9448bb4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
sear.c (0.0.18-1) stable; urgency=low
- * removed dependency to dh_systemd as it's included in debmake for some time
+ * removed dependency to dh_systemd - it's included in debhelper 4 some time
* added link to armel builds in README.md
-- Anton Luka Šijanec <anton@sijanec.eu> Sun, 26 Dec 2021 21:45:46 +0200