Package: cowdancer
Version: 0.18
Severity: normal
Tags: patch
As subject says, the manpage for cowbuilder speaks about a --basepath
option, that does not actually work.
The supplied patch seems to fix the problem.
Ahh - looking forward to pbuild without the looong time to unpack :-D
- Jonas
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-rc3-powerpc
Locale: LANG=da_DK.UTF-8, LC_CTYPE=da_DK.UTF-8 (charmap=UTF-8)
Versions of packages cowdancer depends on:
ii libc6 2.3.6-15 GNU C Library: Shared libraries
Versions of packages cowdancer recommends:
ii pbuilder 0.155 personal package builder for Debia
-- no debconf information
--- cowdancer-0.18.orig/cowbuilder.c
+++ cowdancer-0.18/cowbuilder.c
@@ -579,6 +579,7 @@
" --help\n"
"options:\n"
" --basepath:\n"
+ " --buildplace:\n"
" --distribution:\n"
);
return 0;
@@ -595,7 +596,7 @@
static struct option long_options[]=
{
{"basepath", required_argument, 0, 'b'},
- {"basepath", required_argument, 0, 'B'},
+ {"buildplace", required_argument, 0, 'B'},
{"mountproc", no_argument, &pc.mountproc, 1},
{"mountdev", no_argument, &pc.mountdev, 1},
{"mountdevpts", no_argument, &pc.mountdevpts, 1},