mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-11 05:38:37 +00:00
20 lines
452 B
Makefile
Executable File
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 $@
|