Package: batmand / 0.3.2-12

Metadata

Package Version Patches format
batmand 0.3.2-12 3.0 (quilt)

Patch series

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

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

 fix ftbfs on second build attempt
 debian/rules clean will try to remove all files and folders which end with
 *.d. This fails on the leftover package folder with etc/init.d included
 because the rm is not started in recursive deletion mode. This find can be
 replaced with a simpler statement without using its functionality.
man_spelling_errors.patch | (download)

man/batmand.8 | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix spelling errors in manpage
non_parallel_build.patch | (download)

Makefile | 5 1 + 4 - 0 !
1 file changed, 1 insertion(+), 4 deletions(-)

 don't automatically build in parallel
 Distributions like Gentoo and Debian have policies which make it
 necessary to use some kind of environmental variable to control the
 parallel build.
build_rules.patch | (download)

Makefile | 137 65 + 72 - 0 !
1 file changed, 65 insertions(+), 72 deletions(-)

 use standard-like build rules
 User expect a specific naming inside makefile rules which they can
 modify by changing environment variables or providing them explicitely
 as parameters of the make call. The naming was extracted from the gnu
 make standard rules database.
install_manpage.patch | (download)

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

 install manpage
version_info.patch | (download)

Makefile | 10 7 + 3 - 0 !
batman.h | 9 3 + 6 - 0 !
originator.c | 4 2 + 2 - 0 !
posix/init.c | 9 3 + 6 - 0 !
4 files changed, 15 insertions(+), 17 deletions(-)

 replace version info instead of appending them
 The version number of batmand can get revision numbers added. This is useful to
 give hints about the revision of a distribution package and the used patchset
 or the commit which was used to build it. The prepended source number or branch
 name doesn't add any additional information which would help to identify
 problems and can therefore be omitted.