diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-13 04:30:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-13 04:30:18 +0000 |
commit | ad147ab1b30fbd04b190fbd381820548f0bf8c59 (patch) | |
tree | 797a4bb40210b890eee0fd2197547ae573068b3f /debian/rules | |
parent | Merging upstream version 32+20240611. (diff) | |
download | kmod-debian.tar.xz kmod-debian.zip |
Adding debian version 32+20240611-1.debian/32+20240611-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index a503015..19b1189 100755 --- a/debian/rules +++ b/debian/rules @@ -71,11 +71,7 @@ build-udeb/.stamp-build: build-udeb/config.status override_dh_auto_build: build-deb/.stamp-build $(BUILD_UDEB_TARGET) override_dh_auto_test: -ifeq ($(DEB_HOST_ARCH_BITS)$(filter i386,$(DEB_HOST_ARCH_CPU)),32) - @echo "The test suite has been disabled on non-i386 32 bit architectures." -else dh_auto_test --builddir=build-deb -endif override_dh_auto_install: dh_auto_install --builddir=build-deb --destdir=$D |