systemd/debian/rules

20 lines
452 B
Makefile
Executable File

#! /usr/bin/make -f
#export DH_VERBOSE=1
#export DEB_BUILD_OPTIONS="nostrip"
override_dh_install:
rm debian/tmp/usr/share/doc/systemd/LICENSE
dh_install -O--parallel --fail-missing
override_dh_auto_configure:
dh_auto_configure -- --with-rootdir=
override_dh_auto_install:
dh_auto_install
rm debian/tmp/etc/systemd/system/runlevel5.target
dh_link /lib/systemd/system/multi-user.target etc/systemd/system/runlevel5.target
%:
dh --parallel $@