diff --git a/debian/patches/Disable-a-failing-test-due-to-source-package-not-being-gi.patch b/debian/patches/Disable-a-failing-test-due-to-source-package-not-being-gi.patch deleted file mode 100644 index e0f67f2..0000000 --- a/debian/patches/Disable-a-failing-test-due-to-source-package-not-being-gi.patch +++ /dev/null @@ -1,24 +0,0 @@ -From: =?utf-8?q?Rapha=C3=ABl_Hertzog?= -Date: Wed, 22 Jul 2020 11:24:19 +0200 -Subject: Disable a failing test due to source package not being git - controlled - -Forwarded: not-needed ---- - testcases/t/193-ipc-version.t | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) - -diff --git a/testcases/t/193-ipc-version.t b/testcases/t/193-ipc-version.t -index d5f4bad..e2d3709 100644 ---- a/testcases/t/193-ipc-version.t -+++ b/testcases/t/193-ipc-version.t -@@ -32,6 +32,8 @@ cmp_ok($version->{minor}, '>', 0, 'minor version > 0'); - - is(int($version->{minor}), $version->{minor}, 'minor version is an integer'); - is(int($version->{patch}), $version->{patch}, 'patch version is an integer'); --like($version->{human_readable}, qr/branch/, 'human readable version contains branch name'); -+ -+#Doesn't work in source package without git... -+#like($version->{human_readable}, qr/branch/, 'human readable version contains branch name'); - - done_testing; diff --git a/debian/patches/series b/debian/patches/series index a4b73cc..6c8b4e8 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ -Disable-a-failing-test-due-to-source-package-not-being-gi.patch Use-correct-shebang-for-perl-scripts.patch