On Sat, Sep 28, 2024 at 10:38:24AM +0200, Bill Allombert wrote:
> Package: mlucas
> Version: 20.1.1-1.1
> Severity: normal
> 
> Hello Alex, this is the patch for the NMU.

... and now for the second one.

Cheers,
-- 
Bill. <ballo...@debian.org>

Imagine a large red swirl here. 
diff -Nru mlucas-20.1.1/debian/changelog mlucas-20.1.1/debian/changelog
--- mlucas-20.1.1/debian/changelog      2024-09-27 22:27:58.000000000 +0200
+++ mlucas-20.1.1/debian/changelog      2024-09-28 17:19:40.000000000 +0200
@@ -1,3 +1,12 @@
+mlucas (20.1.1-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  *  debian/control:
+     - Set Architecture to any.
+  *  debian/rules: disable sse2 on i386
+
+ -- Bill Allombert <ballo...@debian.org>  Sat, 28 Sep 2024 17:19:40 +0200
+
 mlucas (20.1.1-1.1) unstable; urgency=medium
 
   * Non-maintainer upload. (Closes: #1080048)
diff -Nru mlucas-20.1.1/debian/rules mlucas-20.1.1/debian/rules
--- mlucas-20.1.1/debian/rules  2024-09-26 15:08:32.000000000 +0200
+++ mlucas-20.1.1/debian/rules  2024-09-28 17:19:40.000000000 +0200
@@ -26,7 +26,11 @@
        dh_autoreconf ./bootstrap
 
 override_dh_auto_configure:
-       dh_auto_configure -- --enable-mlucas-default-path
+ifeq ($(DEB_TARGET_ARCH), i386)
+       dh_auto_configure -- --enable-mlucas-default-path 
--enable-builds=generic-c
+else
+       dh_auto_configure -- --enable-mlucas-default-path 
+endif
 
 override_dh_auto_test:
 ifeq ($(DEB_HOST_ARCH), arm64)

Reply via email to