Package: multipath-tools / 0.14.3-2

Metadata

Package Version Patches format
multipath-tools 0.14.3-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Update build flags.patch | (download)

Makefile.inc | 18 7 + 11 - 0 !
create-config.mk | 11 1 + 10 - 0 !
2 files changed, 8 insertions(+), 21 deletions(-)

 update build flags

We have a few missions:

1) ensure we build using the environment-supplied flags, especially
   LDFLAGS, CFLAGS, CPPFLAGS

2) remove EXTRAVERSION, as our git revision is not interesting.

3) add EXTRACFLAGS, so the udeb build can pass in extra flags, like
   -static-libgcc.

4) build with libedit instead of libreadline for license reasons.

0003 kpartx rules use Debian specific partx path.patch | (download)

kpartx/del-part-nodes.rules | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 kpartx rules: use debian-specific partx path

Use Debian-specific path for partx (from util-linux).

0004 Debian specific priority of udev rules.patch | (download)

kpartx/Makefile | 4 2 + 2 - 0 !
multipath/Makefile | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 debian-specific priority of udev rules

11-dm-*.rules supposedly should apply after dmsetup rules, but in Debian these
have priority 55 instead of 11.
Also for historic reasons, multipath.rules and kpartx.rules have a slightly
higher prio in Debian than upstream.