summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/patches/autoconf-systemd-version13
-rw-r--r--debian/patches/series1
3 files changed, 7 insertions, 14 deletions
diff --git a/debian/changelog b/debian/changelog
index 9c96a8a..de912ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dnsdist (1.9.5-1) unstable; urgency=medium
+
+ * New upstream version 1.9.5
+ * Drop upstream applied patches
+
+ -- Chris Hofstaedtler <zeha@debian.org> Mon, 24 Jun 2024 23:44:20 +0200
+
dnsdist (1.9.4-1~progress7.99u1) graograman-backports; urgency=medium
* Uploading to graograman-backports, remaining changes:
diff --git a/debian/patches/autoconf-systemd-version b/debian/patches/autoconf-systemd-version
deleted file mode 100644
index d783299..0000000
--- a/debian/patches/autoconf-systemd-version
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: dnsdist/m4/systemd.m4
-===================================================================
---- dnsdist.orig/m4/systemd.m4
-+++ dnsdist/m4/systemd.m4
-@@ -134,7 +134,7 @@ AC_DEFUN([AX_CHECK_SYSTEMD_FEATURES], [
- AC_PATH_PROG([SYSTEMCTL], [systemctl], [no])
- AS_IF([test "$SYSTEMCTL" = "no"],
- [AC_MSG_ERROR([systemctl not found])], [
-- _systemd_version=`${SYSTEMCTL} --version|head -1 |cut -d" " -f 2`
-+ _systemd_version=`${SYSTEMCTL} --version | head -1 | tr ".~" " " | cut -d" " -f 2`
- if test $_systemd_version -ge 183; then
- systemd_private_tmp=y
- fi
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 2fd1fa5..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-autoconf-systemd-version