diff --git a/debian/patches/debian/Mark-test-timesync-as-manual.patch b/debian/patches/debian/Mark-test-timesync-as-manual.patch new file mode 100644 index 000000000..86a2f9c93 --- /dev/null +++ b/debian/patches/debian/Mark-test-timesync-as-manual.patch @@ -0,0 +1,23 @@ +From: Michael Biebl +Date: Thu, 13 Jul 2017 03:53:00 +0200 +Subject: Mark test-timesync as manual + +The test tries to setup inotify watches for /run/systemd/netif/links +which fails in a buildd environment where systemd is not active. + +See https://github.com/systemd/systemd/issues/6353 +--- + src/timesync/meson.build | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/timesync/meson.build b/src/timesync/meson.build +index 4391afa..04022a8 100644 +--- a/src/timesync/meson.build ++++ b/src/timesync/meson.build +@@ -38,5 +38,5 @@ tests += [ + timesyncd_gperf_c], + [libshared], + [libm], +- 'ENABLE_TIMESYNCD'], ++ 'ENABLE_TIMESYNCD', 'manual'], + ] diff --git a/debian/patches/series b/debian/patches/series index aefa7dd1a..61f6492fa 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -21,3 +21,4 @@ debian/Revert-core-set-RLIMIT_CORE-to-unlimited-by-default.patch debian/Revert-core-enable-TasksMax-for-all-services-by-default-a.patch debian/Let-graphical-session-pre.target-be-manually-started.patch debian/Add-env-variable-for-machine-ID-path.patch +debian/Mark-test-timesync-as-manual.patch