-systemd (0~git+afb757b-1) experimental; urgency=low
+systemd (0~git+20100527+f306f4-1) experimental; urgency=low
* Initial release, upload to experimental. Closes: #580814
Architecture: linux-any
Section: admin
Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, systemd-services
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: system and session manager
systemd is a replacement for sysvinit. It is dependency-based and
able to read the LSB init script headers in addition to parsing rcN.d
It also provides process supervision using cgroups and the ability to
not only depend on other init script being started, but also
availability of a given mount point or dbus service.
-
-Package: systemd-services
-Architecture: all
-Section: admin
-Priority: extra
-Recommends: systemd
-Description: system and session manager - service scripts
- systemd is a replacement for sysvinit. It is dependency-based and
- able to read the LSB init script headers in addition to parsing rcN.d
- links as hints.
- .
- It also provides process supervision using cgroups and the ability to
- not only depend on other init script being started, but also
- availability of a given mount point or dbus service.
- .
- This package contains the service scripts that systemd needs.
override_dh_auto_configure:
# mkdir build
# cd build &&
- ./configure --build=$(DEB_BUILD_GNU_TYPE) --prefix=/ --mandir=/usr/share/man --sysconfdir=/etc --datarootdir=/lib --localstatedir=/var --libexecdir=/lib
+ dh_auto_configure -- --prefix=/ --mandir=/usr/share/man --sysconfdir=/etc --datarootdir=/lib --localstatedir=/var --libexecdir=/lib
-override_dh_install:
- dh_install -O--parallel --fail-missing
+override_dh_auto_build:
+ dh_auto_build -- interfacedir=/usr/share/dbus-1/interfaces
+
+override_dh_auto_install:
+ dh_auto_install -- interfacedir=/usr/share/dbus-1/interfaces
+
+#override_dh_install:
+# dh_install -O--parallel --fail-missing
#export DH_VERBOSE=1