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 | |
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>
-rw-r--r-- | debian/changelog | 8 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 8729adc..5d2afd6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +kmod (32+20240611-1) unstable; urgency=medium + + * New upstream snapshot. + * Enable again the test suite on non-i386 32 bit architectures. + (Closes: #1065973) + + -- Marco d'Itri <md@linux.it> Wed, 12 Jun 2024 18:06:46 +0200 + kmod (32+20240327-1) unstable; urgency=medium * New upstream snapshot. 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 |