Package: csync2 / 2.0-42-g83b3644-3

Metadata

Package Version Patches format
csync2 2.0-42-g83b3644-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix MAXPATHLEN for hurd i386.patch | (download)

rsync.c | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 patch for gnu hurd compatibility
spelling.patch | (download)

conn.c | 2 1 + 1 - 0 !
csync2.1 | 4 2 + 2 - 0 !
csync2.c | 2 1 + 1 - 0 !
doc/csync2.adoc | 2 1 + 1 - 0 !
rsync.c | 2 1 + 1 - 0 !
5 files changed, 6 insertions(+), 6 deletions(-)

 fix spelling errors reported by lintian
fix manpage header.patch | (download)

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

 cleanup manpage header
 Fixes lintian warning manpage-has-bad-whatis-entry
fix parallel build.patch | (download)

Makefile.am | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 fix failing parallel builds
 Documentation is installed two times in parallel causing
 errors in some builds, so drop one instance of doc install.
fix cross build.patch | (download)

configure.ac | 26 14 + 12 - 0 !
1 file changed, 14 insertions(+), 12 deletions(-)

 fix failing cross builds
 csync2 fails to cross build from source, because its configure.ac hard
 codes the build architecture pkg-config in a number of places.