Package: ccontrol / 1.0-2

Metadata

Package Version Patches format
ccontrol 1.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
dont touch debian changelog | (download)

configure | 11 0 + 11 - 0 !
1 file changed, 11 deletions(-)

 don't touch debian/changelog.
bash for testsuite | (download)

testsuite/test.sh | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use bash for testsuite/test.sh.
 Use bash for testsuite/test.sh. This is needed for the case match on lines 49
selected test | (download)

testsuite/test.sh | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 only run the selected test if just one is selected.
 Only run the selected test if just one is selected. Previously the selected
 test and all that followed would be run.
user cflags override | (download)

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

 let the user's cflags override ours, so they can change the -o level.
scan more networks | (download)

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

 accept networks ending in .0.0 when scanning for distcc hosts.
image in datadir | (download)

Makefile.in | 7 4 + 3 - 0 !
configure | 4 4 + 0 - 0 !
gui/gccontrol.py.in | 4 2 + 2 - 0 !
3 files changed, 10 insertions(+), 5 deletions(-)

 use datadir for the png image.
sbin route dirs | (download)

ccontrol-init | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 ensure that common sbin directories are searched for route.
find cmd by dir | (download)

ccontrol-init | 2 1 + 1 - 0 !
ccontrol-parse.c | 54 54 + 0 - 0 !
ccontrol.1.txt | 15 8 + 7 - 0 !
ccontrol.c | 8 8 + 0 - 0 !
ccontrol.h | 1 1 + 0 - 0 !
5 files changed, 72 insertions(+), 8 deletions(-)

 add support for finding commands by directory rather than being named explicitly.
 Add the ability to specify that a command shall be found in a directory and
 let ccontrol choose the actual program to execute depending on its invocation.
 . 
 This means having multiple versions of tools such as the compiler can exist
configure cflags with commas | (download)

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

 make configure scripts accept cflags with embedded commas.
add missing includes | (download)

ccontrol.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add missing includes.
gperf prototypes | (download)

extensions.gperf | 2 1 + 1 - 0 !
keywords.gperf | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

---