summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..55268bf
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: spline-startup
+Section: admin
+Priority: extra
+Maintainer: Alexander Sulfrian <alex@spline.inf.fu-berlin.de>
+Build-Depends: debhelper (>= 7.0.50~)
+Standards-Version: 3.8.4
+Homepage: https://doku.spline.inf.fu-berlin.de/infrastruktur/software/spline-startup
+Vcs-Git: git://git.spline.inf.fu-berlin.de/server/spline-startup
+Vcs-Browser: http://git.spline.inf.fu-berlin.de/server/spline-startup/
+
+Package: spline-startup
+Architecture: all
+Depends: ${misc:Depends}, lsb-base (>= 3.0-6), debianutils, python,
+ python-argparse
+Description: startup for user daemons
+ spline-startup invokes init scripts of users located in their
+ $HOME/etc/rc.d directory.