Package: rdist Version: 6.1.5-12 Severity: important Tags: patch Hi,
currently your package FTBFS on GNU/kFreeBSD with the following error: > debian/rules build > dh_testdir > DEFS_LOCAL=-D_PATH_OLDRDIST=\\\"/usr/bin/oldrdist\\\" /usr/bin/make > make[1]: Entering directory `/build/buildd/rdist-6.1.5' > Making "all" in "src" > make[2]: Entering directory `/build/buildd/rdist-6.1.5/src' > Your OS (gnu/kfreebsd6.2-1-686) is currently not supported. > make[2]: *** [all] Error 1 Full build logs are available at <http://experimental.ftbfs.de/build.php?arch=kfreebsd-i386&pkg=rdist>. Please find attached a patch to fix this, at least on GNU/k*BSD, and hopefully on GNU/Hurd too. Cheers, -- Cyril Brulebois
--- rdist-6.1.5/build/os-type 2007-03-16 15:39:33.663652000 +0100 +++ rdist-6.1.5/build/os-type 2007-03-16 15:39:48.000000000 +0100 @@ -111,6 +111,8 @@ OS="${osname}${osmajver}" ;; "linux"*) OS=linux;; + "k*bsd"*) OS=linux;; + "gnu"*) OS=linux;; "freebsd"*) OS="${osname}${osmajver}";; # OpenBSD looks like freebsd2 right now "openbsd"*) OS="freebsd2";;