summaryrefslogtreecommitdiffstats
path: root/debian/patches
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:28:37 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:28:37 +0000
commit46aa2a0511122bdcf184f796909c8dcde5bf4dda (patch)
tree7c90ccef25e686c671ffc96dde83a1c9a4c35978 /debian/patches
parentMerging upstream version 1.9.5. (diff)
downloaddnsdist-46aa2a0511122bdcf184f796909c8dcde5bf4dda.tar.xz
dnsdist-46aa2a0511122bdcf184f796909c8dcde5bf4dda.zip
Merging debian version 1.9.5-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/autoconf-systemd-version13
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 14 deletions
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