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 | 8d2cd74ada943f758392b15b0d83584f2d6299f1 (patch) | |
tree | d5b1c5a7ce321a17fed03b84fee7323292d4c3ac | |
parent | Merging upstream version 32+20240611. (diff) | |
download | kmod-8d2cd74ada943f758392b15b0d83584f2d6299f1.tar.xz kmod-8d2cd74ada943f758392b15b0d83584f2d6299f1.zip |
Merging debian version 32+20240611-1.
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 5abe89c..ac8ba5d 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~progress7.99u1) graograman-backports; urgency=medium * Uploading to graograman-updates, remaining changes: 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 |