summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rwxr-xr-xdebian/rules4
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