Package: hwinfo / 21.6-1

Metadata

Package Version Patches format
hwinfo 21.6-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 This patch fixes spelling in various files that make.patch | (download)

src/hd/bios.c | 2 1 + 1 - 0 !
src/ids/src/pci | 4 2 + 2 - 0 !
src/ids/src/usb | 4 2 + 2 - 0 !
3 files changed, 5 insertions(+), 5 deletions(-)

 this patch fixes spelling in various files that make my pedantic
 lintian complain.


0002 Remove SUSE specific bits from the man page of hwinf.patch | (download)

doc/hwinfo.8 | 35 16 + 19 - 0 !
1 file changed, 16 insertions(+), 19 deletions(-)

 remove suse-specific bits from the man page of hwinfo. link to a man
 page instead of a harcoded path. Update upstream source vcs. And remove too
 long example, cant be stripped.


0003 This patch adds a basic support for m68k and ppc64 a.patch | (download)

src/hd/hd.c | 12 12 + 0 - 0 !
1 file changed, 12 insertions(+)

 this patch adds a basic support for m68k and ppc64 architectures.


0004 TIOCGDEV is not supported by the kernel therefore we.patch | (download)

src/hd/kbd.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 tiocgdev is not supported by the kernel therefore we comment it out.


0005 Read BogoMIPS from proc cpuinfo as well.patch | (download)

src/hd/cpu.c | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 read bogomips from /proc/cpuinfo as well


0006 pick up cpp flags for dbus 1 from pkg config instead.patch | (download)

src/hd/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 pick up cpp flags for dbus-1 from pkg-config instead of hard-coding
 Hard-coding the include path for dbus-1 is not recommended,
 and was broken by the multiarch transition. The interface provided by
 upstream can be summarized as "use pkg-config".


0007 This patch fixes a segfault on amd64 architecture.patch | (download)

src/hd/hd.c | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 this patch fixes a segfault on amd64 architecture.


0008 The upstream Makefile is not Debian friendly. In thi.patch | (download)

Makefile | 37 22 + 15 - 0 !
Makefile.common | 13 8 + 5 - 0 !
src/Makefile | 2 1 + 1 - 0 !
3 files changed, 31 insertions(+), 21 deletions(-)

 the upstream makefile is not debian-friendly. in this patch we
 thoroughly fix it, making it multi-arch-ready, letting passing CFLAGS, etc.