dbus, upstart: use keep_dirs and conf_files.
--HG-- extra : convert_revision : 1b4de2d4006966bdc75e7afac6dd85d1c853aa34
This commit is contained in:
parent
fa025ed7b7
commit
0a0ddc92bc
|
@ -21,5 +21,8 @@ long_desc="
|
|||
supports a method call mapping for its messages, but it is not required;
|
||||
this makes using the system quite simple."
|
||||
|
||||
keep_dirs="/etc/dbus-1"
|
||||
conf_files="/etc/dbus-1/session.conf /etc/dbus-1/system.conf"
|
||||
|
||||
build_depends="pkg-config-0.23 expat-2.0.1"
|
||||
run_depends="glibc-2.8 expat-2.0.1"
|
||||
|
|
|
@ -17,5 +17,8 @@ long_desc="
|
|||
be suitable for deployment in all Linux distributions as a replacement for
|
||||
the venerable System-V init."
|
||||
|
||||
keep_dirs="/etc/init"
|
||||
conf_files="/etc/dbus-1/system.d/Upstart.conf"
|
||||
|
||||
build_depends="dbus-1.2.4"
|
||||
run_depends="glibc-2.8 dbus-1.2.4"
|
||||
|
|
Loading…
Reference in New Issue