dbus, upstart: use keep_dirs and conf_files.

--HG--
extra : convert_revision : 1b4de2d4006966bdc75e7afac6dd85d1c853aa34
This commit is contained in:
Juan RP 2009-02-15 01:23:33 +01:00
parent fa025ed7b7
commit 0a0ddc92bc
2 changed files with 6 additions and 0 deletions

View file

@ -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"

View file

@ -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"