]> err.no Git - systemd/commitdiff
Initial packaging
authorTollef Fog Heen <tfheen@err.no>
Sun, 16 May 2010 08:26:57 +0000 (10:26 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sun, 16 May 2010 08:26:57 +0000 (10:26 +0200)
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..0fcefbf
--- /dev/null
@@ -0,0 +1,5 @@
+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
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..7f8f011
--- /dev/null
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..0ba54e2
--- /dev/null
@@ -0,0 +1,20 @@
+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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..4cbfa5c
--- /dev/null
@@ -0,0 +1,3 @@
+Downloaded from $URL, packaged by Tollef Fog Heen <tfheen@debian.org> 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 (executable)
index 0000000..0e5eee3
--- /dev/null
@@ -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 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)