compilation of C/C++/ObjC code across machines on a network."
SECTION = "devel"
LICENSE = "GPLv2"
-PR = "r4"
+PR = "r5"
DEPENDS = "avahi gtk+"
RRECOMMENDS = "avahi-daemon"
#!/bin/sh
+### BEGIN INIT INFO
+# Provides: distcc
+# Required-Start: $remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop: 1
+# Short-Description: simple distributed compiler client and server
+### END INIT INFO
#
# distccd Debian init.d script contributed by Jason Thomas. (Debian #161136)
#