Package: arptables / 0.0.5-5

Metadata

Package Version Patches format
arptables 0.0.5-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
rename installed scripts.patch | (download)

Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 rename save and restore scripts
pass debian build flags.patch | (download)

Makefile | 18 9 + 9 - 0 !
extensions/Makefile | 2 1 + 1 - 0 !
2 files changed, 10 insertions(+), 10 deletions(-)

 allow arptables build
 This patch allows building arptables by making some minor
 adaptations to debian specific directories.
fix a couple of spelling errors.patch | (download)

arptables-legacy.8 | 2 1 + 1 - 0 !
arptables.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix a couple of spelling errors
 One mistake in a man-page, one in a warning.


fix extension target.patch | (download)

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

 correct extension target
 The object file was misnamed, so the rule was never executed


fix bindir creation.patch | (download)

Makefile | 12 5 + 7 - 0 !
1 file changed, 5 insertions(+), 7 deletions(-)

 refactor creation of bin directory
 Currently `$(DESTDIR)$(BINDIR)` is created when installing arptables-legacy.
 If this does not happen before the `scripts` rule, the attempts to install the
 scripts will fail.