[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1025040: pdns-recursor: Please add support for "riscv64" arch



Source: pdns-recursor
Version: 4.7.3-2
Severity: wishlist
Tags: ftbfs patch
User: debian-riscv@lists.debian.org
Usertags: riscv64
X-Debbugs-Cc: mafm@debian.org, debian-riscv@lists.debian.org

Hi,

Please enable this architecture, with the patch attached or an equivalent.

I built it locally on hardware, it built fine just by enabling the architecture
in debian/control, no other changes needed.

Perhaps it should just be set to "any" architectures, unlike what I did with the
patch, because it probably builds fine in other architectures too.


Thanks and cheers.
--
Manuel A. Fernandez Montecelo <mafm@debian.org>
diff -Nru pdns-recursor-4.7.3/debian/changelog pdns-recursor-4.7.3/debian/changelog
--- pdns-recursor-4.7.3/debian/changelog	2022-11-01 16:50:18.000000000 +0000
+++ pdns-recursor-4.7.3/debian/changelog	2022-11-22 17:18:25.000000000 +0000
@@ -1,3 +1,10 @@
+pdns-recursor (4.7.3-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Add support for riscv64 arch
+
+ -- Manuel A. Fernandez Montecelo <mafm@debian.org>  Tue, 22 Nov 2022 17:18:25 +0000
+
 pdns-recursor (4.7.3-2) unstable; urgency=medium
 
   * Set explicit architecture list.
diff -Nru pdns-recursor-4.7.3/debian/control pdns-recursor-4.7.3/debian/control
--- pdns-recursor-4.7.3/debian/control	2022-11-01 16:50:18.000000000 +0000
+++ pdns-recursor-4.7.3/debian/control	2022-11-22 17:18:25.000000000 +0000
@@ -32,7 +32,7 @@
 Rules-Requires-Root: no
 
 Package: pdns-recursor
-Architecture: amd64 arm64 mips64el ppc64el s390x
+Architecture: amd64 arm64 mips64el ppc64el riscv64 s390x
 Pre-Depends: ${misc:Pre-Depends}
 Depends: adduser,
          dns-root-data,

Reply to: