Codebase list teckit / 996ec77
Do not run test suite during build, turn it into autopkgtest. Hilmar Preusse 2 years ago
4 changed file(s) with 18 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
22 * New upstream version 2.5.11+ds1
33 * "Rules-Requires-Root: no", dh compat 13.
44 * Lintian stuff, incl. Overrides.
5 * Do not run test suite during build, turn it into autopkgtest.
56
67 -- Hilmar Preusse <hille42@web.de> Tue, 09 Nov 2021 22:56:59 +0100
78
1111 override_dh_install:
1212 chrpath -d debian/tmp/usr/bin/* debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*so*
1313 dh_install
14
15 override_dh_auto_test:
16 : do nothing here, otherwise test suite is executed
0 Tests: test-suite
1 Depends: debhelper-compat (=13),
2 build-essential,
3 pkg-config,
4 chrpath,
5 zlib1g-dev,
6 libexpat1-dev,
7 pkg-kde-tools
8 Restrictions: build-needed
0 #!/bin/sh
1
2 set -e
3
4 make check