ccontrol-debian

log

age author description
2007-08-26 Ted Percival Added tag debian-0.9.1+20060806-4 for changeset 1288cecb36f6default tip
2007-08-26 Ted Percival Don't ignore errors in $(MAKE) distcleandebian-0.9.1+20060806-4
2007-08-16 Ted Percival Force-disable stack protector as it is incompatible with dietlibc
2007-08-04 Ted Percival Added tag debian-0.9.1+20060806-3 for changeset 31c6bca67e07
2007-08-04 Ted Percival Don't create symlinks for gcc-4.0 as it is no longer availabledebian-0.9.1+20060806-3
2007-08-04 Ted Percival Update changelog
2007-08-04 Ted Percival Update VCS control info to official fields
2006-11-26 ted Update repository URI
2006-11-19 Ted Percival Revert 802bb2ef508b because `make check` builds a different binary
2006-11-19 Ted Percival Remove changelog entry for revision 802bb2ef508b as it is not a user-visible change.
2006-11-19 Ted Percival Move distcc from Recommends to Suggests
2006-11-19 Ted Percival Invoke `make check` during build, using valgrind if it is available.
2006-10-16 Ted Percival Update Debian Standards-Version to 3.7.2.2
2006-10-16 Ted Percival Added tag debian-0.9.1+20060806-2 for changeset 55de7a4a4caee46ccca7616b548a1cd2ae252e8d
2006-10-13 Ted Percival Remove unused changelog templatedebian-0.9.1+20060806-2
2006-10-13 Ted Percival Fix ".sp" showing up in manpages instead of paragraph breaks
2006-10-09 Ted Percival Update to Debian Python Policy 0.4.1.0
2006-09-24 Ted Percival Add XS-X-Vcs-Hg tag to source package
2006-09-18 Ted Percival Use bash for testsuite/test.sh.
2006-09-18 Ted Percival Only run the selected test if just one is selected.
2006-09-09 Ted Percival Only use dietlibc if it is available. Fixes FTBFS on m68k
2006-09-08 Ted Percival Add trailing '/' to upstream URI (trivial)
2006-09-08 Ted Percival Change distcc from "Depends" to "Recommends"
2006-09-08 Ted Percival Credit Paul Russell <prussell@debian.org> for compiler symlink code
2006-09-08 Ted Percival Create correct symlinks for cross-compiled packages
2006-08-11 ted Make use of 'local' work with bash
2006-08-06 Ted Percival Re-add Build-depends: python (required for dh_python)
2006-08-06 Ted Percival Add missing end-backquote
2006-08-06 Ted Percival Remove generated files in 'make clean' (incl. gperf-based files)
2006-08-06 Ted Percival Add -DNDEBUG to CFLAGS for Debian package
2006-08-06 Ted Percival A bunch of (updated) Debian packaging
2006-08-06 Ted Percival Let the user's CFLAGS override ours, so they can change the -O level
2006-08-06 Ted Percival Accept networks ending in ".0.0" when scanning for distcc hosts
2006-08-06 ted Replace copyright symbol with "(c)" in manpages - man doesn't like ?
2006-08-06 ted Drop the ".py" suffix from gccontrol
2006-08-06 ted Use DATADIR for PNG image
2006-08-06 ted Ensure common 'sbin' directories are searched for 'route'
2006-03-14 Rusty Russell Fix Segmentation Fault bug where no-parallel was followed by a new section
2006-03-14 Rusty Russell merge
2006-03-14 Rusty Russell Change '= off' syntax to clearer 'disable' keyword
2006-03-14 Michael Ellerman GUI: Put back filtering of .* and *~ which I stupidly removed.
2006-03-14 Rusty Russell add forgotten keywords.gperf update
2006-03-14 Rusty Russell Add parsing test for lock-file
2006-03-14 Michael Neuling Added lock file option. Useful if you need separate locking for different builds
2006-03-14 Rusty Russell Import Michael Neuling's "nice" keyword, with some neatening:
2006-03-14 Michael Neuling Now that we include the gperf generated files, we shouldn't remove
2006-03-14 Michael Neuling Fix Spelling mistake
2006-03-13 Rusty Russell Updated GUI from Jelmer and Michael Ellerman
2006-03-13 Rusty Russell Fix testsuite from default/config rename.
2006-03-13 Rusty Russell Rename "default" to "config"
2006-03-13 Rusty Russell Add generated files so gperf not required.
2006-03-13 Rusty Russell Basic ~ support.
2006-02-21 Rusty Russell Put newline on end of exec line.
2006-02-21 Rusty Russell Verbose on slow lock path.
2006-02-16 Rusty Russell If machine is down, distcc returns 107.
2006-02-15 Rusty Russell Michael Neuling's env printing patch
2006-02-09 Rusty Russell More verbosity.
2006-02-09 Rusty Russell Never return a NULL undofn: in case where we're invoked from ccache, we already have lock: if distcc fails we will call the undofn. This previously resulted in a crash after distcc failed.
2006-02-09 Rusty Russell Fix int_to_string: print 0 correctly, and use two buffers (we nest int_to_string)
2006-02-07 mikey Debian build update from Balazs Scheidler <bazsi@balabit.hu>