rules revision 4726db8b47db329039ce8f8e13ecd2c1f696fa60
# NOPARALLEL=1 compile with -j1 (-j2 is default) # LINUX=<dir> compile vboxdrv against Linux found in <dir> # VERBOSE=1 verbose build # NOSUBVER=1 disable generation of the sub-version field (which is # either the subversion rev [if available] or the build date) # HEADLESS=1 build the headless version # STAGEDISO=<path> don't build the VBoxAdditions, use the precompiled .iso # Ubuntu dapper: gcc-4.0 does not work with recompiler, use gcc-3.4 instead # Debian sarge: libhal-devel 0.4.7 is too old # Build modules for every kernel we find in /lib/modules/* # Build architecture-dependent files here. sed -e
's|%NOLSB%|$(if $(filter _Debian_sarge ucs1.3,$(debrel)),yes,)|g;' \
# sed -e 's|%NOLSB%|$(if $(filter _Debian_sarge,$(debrel)),yes,)|g;' \ # dh_installinit --name=vboxnet if [
"$(debrel)" =
"_Ubuntu_dapper" -o
"$(debrel)" =
"_Debian_sarge" ];
then \