Package: hwinfo
Version: 21.14-1
Severity: wishlist
User: [email protected]
Usertags: arm64
It would be nice if hwinfo would be available on arm64. It seems
upstream has support for this (search for __aarch64__). I was able
to build hwinfo just fine with the following patch and it seems to
work.
Maybe this could even be extended to other architectures as well.
Martin
diff -urN a/hwinfo-21.14/debian/control hwinfo-21.14/debian/control
--- a/hwinfo-21.14/debian/control 2015-06-23 12:56:10.000000000 +0000
+++ hwinfo-21.14/debian/control 2015-06-29 13:23:05.006949000 +0000
@@ -6,7 +6,7 @@
Build-Depends: debhelper (>= 9),
doxygen,
flex,
- libx86emu-dev,
+ libx86emu-dev [!arm64],
pkg-config
Standards-Version: 3.9.6
Homepage: https://github.com/openSUSE/hwinfo
@@ -14,7 +14,7 @@
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/hwinfo.git
Package: hwinfo
-Architecture: amd64 armel armhf i386
+Architecture: amd64 arm64 armel armhf i386
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Hardware identification system
hwinfo is the hardware detection tool used in SuSE Linux.
@@ -33,7 +33,7 @@
Package: libhd21
Section: libs
-Architecture: amd64 armel armhf i386
+Architecture: amd64 arm64 armel armhf i386
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
@@ -78,7 +78,7 @@
Package: libhd-dev
Section: libdevel
-Architecture: amd64 armel armhf i386
+Architecture: amd64 arm64 armel armhf i386
Depends: libhd21 (= ${binary:Version}), ${misc:Depends}
Suggests: libhd-doc
Provides: libhd12-dev,
--
Martin Michlmayr
Linux for HP Helion OpenStack, Hewlett-Packard
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]