Codebase list i3-gaps / 33d79e9
Enable the upstream test suite, add required build-depends for this Also patch out a failing test. Raphaƫl Hertzog 3 years ago
4 changed file(s) with 38 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2727 libpango1.0-dev,
2828 libpod-simple-perl,
2929 libxcb1-dev,
30 xvfb,
31 libx11-xcb-perl,
32 libanyevent-perl,
33 libinline-perl,
34 libinline-c-perl,
35 libextutils-pkgconfig-perl,
36 libipc-run-perl,
37 libjson-xs-perl,
38 xserver-xephyr,
39 libxcb-xtest0-dev,
40 git,
3041 Standards-Version: 4.5.0
3142 Homepage: https://github.com/Airblader/i3
3243 Vcs-Browser: https://gitlab.com/kalilinux/packages/i3-gaps
0 From: =?utf-8?q?Rapha=C3=ABl_Hertzog?= <[email protected]>
1 Date: Wed, 22 Jul 2020 11:24:19 +0200
2 Subject: Disable a failing test due to source package not being git
3 controlled
4
5 ---
6 testcases/t/193-ipc-version.t | 4 +++-
7 1 file changed, 3 insertions(+), 1 deletion(-)
8
9 diff --git a/testcases/t/193-ipc-version.t b/testcases/t/193-ipc-version.t
10 index d5f4bad..e2d3709 100644
11 --- a/testcases/t/193-ipc-version.t
12 +++ b/testcases/t/193-ipc-version.t
13 @@ -32,6 +32,8 @@ cmp_ok($version->{minor}, '>', 0, 'minor version > 0');
14
15 is(int($version->{minor}), $version->{minor}, 'minor version is an integer');
16 is(int($version->{patch}), $version->{patch}, 'patch version is an integer');
17 -like($version->{human_readable}, qr/branch/, 'human readable version contains branch name');
18 +
19 +#Doesn't work in source package without git...
20 +#like($version->{human_readable}, qr/branch/, 'human readable version contains branch name');
21
22 done_testing;
0 Disable-a-failing-test-due-to-source-package-not-being-gi.patch
77 dh_installchangelogs RELEASE-NOTES-*
88
99 override_dh_auto_test:
10 # TODO: enable tests
10 mv testcases/t/533-randr15.t testcases/t/533-randr15.t.disabled
11 dh_auto_test
12 mv testcases/t/533-randr15.t.disabled testcases/t/533-randr15.t
1113
1214 override_dh_auto_configure:
1315 # The default is /usr/share/doc/i3