summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2022-06-07 16:45:57 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2022-06-07 16:45:57 +0200
commit3f9d08842da97d7ca266e45740f36cbedf713cb6 (patch)
treead8bf7186d54e936fbe7695a3c6bc7fa67314bfe
parent9451f1ae096be4113fecca67ca24980a97f83340 (diff)
downloadspline-startup-debian/1.6-1.tar.gz
spline-startup-debian/1.6-1.tar.bz2
spline-startup-debian/1.6-1.zip
Bump version, update dependenciesdebian/1.6-1
-rw-r--r--debian/changelog6
-rw-r--r--debian/control4
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 74e416c..dcee576 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+spline-startup (1.6-1) unstable; urgency=medium
+
+ * Python3 support
+
+ -- Alexander Sulfrian <alex@spline.inf.fu-berlin.de> Tue, 07 Jun 2022 16:45:10 +0200
+
spline-startup (1.5-1) unstable; urgency=low
* Use correct variable
diff --git a/debian/control b/debian/control
index 55268bf..6af089b 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,8 @@ 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
+Depends: ${misc:Depends}, lsb-base (>= 3.0-6), debianutils, python3,
+ python3-argparse
Description: startup for user daemons
spline-startup invokes init scripts of users located in their
$HOME/etc/rc.d directory.