Control: tags 770175 + pending

Dear maintainer,

I've prepared an NMU for uhub (versioned as 0.4.1-3.2) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

Regards,
  Emanuele

diff -Nru uhub-0.4.1/debian/changelog uhub-0.4.1/debian/changelog
--- uhub-0.4.1/debian/changelog	2016-12-23 05:27:45.000000000 +0100
+++ uhub-0.4.1/debian/changelog	2022-09-12 11:14:29.000000000 +0200
@@ -1,3 +1,10 @@
+uhub (0.4.1-3.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add arm64-fix-ftbfs.patch to fix FTBFS on arm64. (Closes: #770175) 
+
+ -- Emanuele Rocca <[email protected]>  Mon, 12 Sep 2022 11:14:29 +0200
+
 uhub (0.4.1-3.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru uhub-0.4.1/debian/patches/arm64-fix-ftbfs.patch uhub-0.4.1/debian/patches/arm64-fix-ftbfs.patch
--- uhub-0.4.1/debian/patches/arm64-fix-ftbfs.patch	1970-01-01 01:00:00.000000000 +0100
+++ uhub-0.4.1/debian/patches/arm64-fix-ftbfs.patch	2022-09-12 11:10:29.000000000 +0200
@@ -0,0 +1,19 @@
+Description: Fix build on arm64
+Author: Emanuele Rocca <[email protected]>
+Last-Update: 2022-09-12
+
+Index: uhub-0.4.1/src/system.h
+===================================================================
+--- uhub-0.4.1.orig/src/system.h
++++ uhub-0.4.1/src/system.h
+@@ -202,6 +202,10 @@
+ #define CPUINFO "ARM"
+ #endif
+ 
++#if defined(__aarch64__)
++#define CPUINFO "AArch64"
++#endif
++
+ #if defined(__i386__) || defined(__i386) || defined(i386) || defined(_M_IX86) || defined(__X86__) || defined(_X86_) || defined(__I86__) || defined(__INTEL__) || defined(__THW_INTEL__)
+ #define CPUINFO "i386"
+ #endif
diff -Nru uhub-0.4.1/debian/patches/series uhub-0.4.1/debian/patches/series
--- uhub-0.4.1/debian/patches/series	2016-12-23 05:27:45.000000000 +0100
+++ uhub-0.4.1/debian/patches/series	2022-09-12 11:10:42.000000000 +0200
@@ -1,2 +1,3 @@
 fix-build-on-hurd-i386
 openssl1.1.patch
+arm64-fix-ftbfs.patch

Reply via email to