From: Tollef Fog Heen Date: Sun, 16 May 2010 08:26:57 +0000 (+0200) Subject: Initial packaging X-Git-Tag: 0.git+20100605+dfd8ee-1~17 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=979df9158caa7ac70e30271db91c15e222eb4c5a;p=systemd Initial packaging --- diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 00000000..0fcefbf1 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +systemd (0~git+afb757b-1) experimental; urgency=low + + * Initial release, upload to experimental. Closes: #580814 + + -- Tollef Fog Heen Fri, 30 Apr 2010 21:02:25 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 00000000..7f8f011e --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..0ba54e25 --- /dev/null +++ b/debian/control @@ -0,0 +1,20 @@ +Source: systemd +Section: admin +Priority: extra +Maintainer: Tollef Fog Heen +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. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 00000000..4cbfa5c7 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,3 @@ +Downloaded from $URL, packaged by Tollef Fog Heen 2010-04-30 21:00. + +Copyright: various. \ No newline at end of file diff --git a/debian/rules b/debian/rules new file mode 100755 index 00000000..0e5eee33 --- /dev/null +++ b/debian/rules @@ -0,0 +1,19 @@ +#! /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 $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 00000000..163aaf8d --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)