Package: sysfsutils / 2.1.0+repack-7

Metadata

Package Version Patches format
sysfsutils 2.1.0+repack-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
autoconf m4.patch | (download)

configure.ac | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add missing declaration for macro directory so that autoreconf
 does not fail.
get_mnt_path_check.patch | (download)

lib/sysfs_utils.c | 29 26 + 3 - 0 !
1 file changed, 26 insertions(+), 3 deletions(-)

 check that sysfs is actually mounted in sysfs_get_mnt_path()
 and fail if not. Fixes behavioural breakage compared to 1.3.
use correct pci.ids pathname.patch | (download)

cmd/systool.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use correct pathname for pci.ids on debian systems.
man page typos.patch | (download)

systool.1 | 40 20 + 20 - 0 !
1 file changed, 20 insertions(+), 20 deletions(-)

 improve systool(1) man page.
 - Fix typo.
 - Fix troff markup.
 - End sentences with a full-stop.
 - Use the project name in the .TH source field instead of the author.
 - Remove GNU/Linux from Debian reference.
0001 build Add a pkg config file.patch | (download)

configure.ac | 1 1 + 0 - 0 !
lib/Makefile.am | 5 5 + 0 - 0 !
lib/libsysfs.pc.in | 11 11 + 0 - 0 !
3 files changed, 17 insertions(+)

 [patch] build: add a pkg-config file

The .pc are a better replacement for library detection and linking
usage, than libtool .la files or hardcoding the flags in the using
code.