Hi, I am currently trying to get jabberd2-2.2.17 into debian.
The Debian build process breaks because of 2 files which are shipped with the tarbal l(config.guess and config.sub) The Debian build process uses his own files for architecture depend builds. Dont know if removing them breaks you build system. I also attach a patch for a typo and one for the hypen character in the man file.;) The last one is not a necessary one.. http://lintian.debian.org/tags/hyphen-used-as-minus-sign.html Greetings, Willem _______________________________ Email: [email protected] XMPP: [email protected]
Description: Fix typo in mm.c Author: Willem van den Akker <[email protected]> --- a/sm/mm.c +++ b/sm/mm.c @@ -64,7 +64,7 @@ if (modules_path != NULL) log_write(sm->log, LOG_NOTICE, "modules search path: %s", modules_path); else - log_write(sm->log, LOG_NOTICE, "modules search path undefined, using deafult: "LIBRARY_DIR); + log_write(sm->log, LOG_NOTICE, "modules search path undefined, using default: "LIBRARY_DIR); celem = nad_find_elem(sm->config->nad, celem, -1, "chain", 1); while(celem >= 0) {
Description: Replace minus with the correct hypen escape. Author: Willem van den Akker <[email protected]> --- a/man/c2s.8.in +++ b/man/c2s.8.in @@ -16,7 +16,7 @@ Alternate configuration file to use. The compiled-in default is @sysconfdir@/c2s.xml. .TP .B \-D -Print debugging output. You should configure jabberd with the --enable-debug switch to enable this. +Print debugging output. You should configure jabberd with the \(hy\(hyenable\(hydebug switch to enable this. .SH SEE ALSO .BR jabberd (8) .BR @jabberd_router_bin@ (8) --- a/man/jabberd.8.in +++ b/man/jabberd.8.in @@ -16,7 +16,7 @@ Alternate configuration file to use. The compiled-in default is @sysconfdir@/jabberd.cfg .TP .B \-D -Print debugging output. You should configure jabberd with the --enable-debug switch to enable this. +Print debugging output. You should configure jabberd with the \(hy\(hyenable\(hydebug switch to enable this. .SH SEE ALSO .BR @jabberd_c2s_bin@ (8) .BR @jabberd_router_bin@ (8) --- a/man/router.8.in +++ b/man/router.8.in @@ -16,7 +16,7 @@ Alternate configuration file to use. The compiled-in default is @sysconfdir@/router.xml. .TP .B \-D -Print debugging output. You should configure jabberd with the --enable-debug switch to enable this. +Print debugging output. You should configure jabberd with the \(hy\(hyenable\(hydebug switch to enable this. .SH SEE ALSO .BR jabberd (8) .BR @jabberd_c2s_bin@ (8) --- a/man/s2s.8.in +++ b/man/s2s.8.in @@ -16,7 +16,7 @@ Alternate configuration file to use. The compiled-in default is @sysconfdir@/s2s.xml. .TP .B \-D -Print debugging output. You should configure jabberd with the --enable-debug switch to enable this. +Print debugging output. You should configure jabberd with the \(hy\(hyenable\(hydebug switch to enable this. .SH SEE ALSO .BR jabberd (8) .BR @jabberd_c2s_bin@ (8) --- a/man/sm.8.in +++ b/man/sm.8.in @@ -16,7 +16,7 @@ Alternate configuration file to use. The compiled-in default is @sysconfdir@/sm.xml. .TP .B \-D -Print debugging output. You should configure jabberd with the --enable-debug switch to enable this. +Print debugging output. You should configure jabberd with the \(hy\(hyenable\(hydebug switch to enable this. .SH SEE ALSO .BR jabberd (8) .BR @jabberd_c2s_bin@ (8)
