--- /dev/null
+systemd (0~git+afb757b-1) experimental; urgency=low
+
+ * Initial release, upload to experimental. Closes: #580814
+
+ -- Tollef Fog Heen <tfheen@debian.org> Fri, 30 Apr 2010 21:02:25 +0200
--- /dev/null
+Source: systemd
+Section: admin
+Priority: extra
+Maintainer: Tollef Fog Heen <tfheen@debian.org>
+Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 7.0.50), libcap-dev, pkg-config, libudev-dev, libdbus-1-dev, libdbus-glib-1-dev, libgee-dev, libcgroup-dev, libgtk2.0-dev, valac
+
+Package: systemd
+Architecture: linux-any
+Section: admin
+Priority: extra
+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
+ 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.
--- /dev/null
+Downloaded from $URL, packaged by Tollef Fog Heen <tfheen@debian.org> 2010-04-30 21:00.
+
+Copyright: various.
\ No newline at end of file
--- /dev/null
+#! /usr/bin/make -f
+
+export CGROUP_LIBS=-lcgroup
+export CGROUP_CFLAGS=-I/usr/include
+
+export DEB_BUILD_OPTIONS="nostrip"
+
+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
+
+override_dh_install:
+ dh_install -O--parallel --fail-missing
+
+#export DH_VERBOSE=1
+
+%:
+ dh --parallel $@