diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2020-01-13 16:10:30 +0100 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2020-01-13 16:31:40 +0100 |
| commit | 5a09f7759860f4f2a9bb01471ca8099cd705bc10 (patch) | |
| tree | 3a9cffc9622d53c9196771a1c7924bceb754f118 /debian/patches/Disable-core-with-expect.patch | |
| parent | 25691220fd27093630cf244e219b2f4f1f4e749e (diff) | |
| parent | ca847639aab94434daed120c874e1100c3d75dcf (diff) | |
Merge remote-tracking branch 'salsa/debian/master'
Diffstat (limited to 'debian/patches/Disable-core-with-expect.patch')
| -rw-r--r-- | debian/patches/Disable-core-with-expect.patch | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/debian/patches/Disable-core-with-expect.patch b/debian/patches/Disable-core-with-expect.patch index b30319f6..8c9c46ed 100644 --- a/debian/patches/Disable-core-with-expect.patch +++ b/debian/patches/Disable-core-with-expect.patch @@ -7,11 +7,11 @@ which tends to fail on ppc64el and arm64 Makefile.am | 1 - 1 file changed, 1 deletion(-) -Index: network-manager-1.18.0/Makefile.am +Index: network-manager-1.22.2/Makefile.am =================================================================== ---- network-manager-1.18.0.orig/Makefile.am -+++ network-manager-1.18.0/Makefile.am -@@ -3785,7 +3785,6 @@ +--- network-manager-1.22.2.orig/Makefile.am ++++ network-manager-1.22.2/Makefile.am +@@ -3932,7 +3932,6 @@ src_tests_ldadd = \ check_programs += \ src/tests/test-core \ @@ -19,4 +19,3 @@ Index: network-manager-1.18.0/Makefile.am src/tests/test-ip4-config \ src/tests/test-ip6-config \ src/tests/test-dcb \ - |