aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-03-18 19:56:41 -0400
committerB. Stack <bgstack15@gmail.com>2024-03-18 19:58:14 -0400
commitd393dc44655bdabe9a5b87a06d1972e3b3a1a86b (patch)
treef191c9f52df4a49ea97b3d86b5f1c093cad2a56b /debian/control
parentadd /usr/bin/systemctl control logic (diff)
downloadsystemctl-service-shim-upstream/0.0.6.tar.gz
systemctl-service-shim-upstream/0.0.6.tar.bz2
systemctl-service-shim-upstream/0.0.6.zip
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 507765e..b410604 100644
--- a/debian/control
+++ b/debian/control
@@ -6,14 +6,13 @@ Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.5.0
Homepage: https://git.devuan.org/devuan/systemctl-service-shim
Origin: Devuan
-Vcs-Git: https://git.devuan.org/devuan/systemctl-service-shim.git
+Vcs-Git: https://git.devuan.org/devuan/systemctl-service-shim.git -b suites/unstable
Vcs-Browser: https://git.devuan.org/devuan/systemctl-service-shim
Package: systemctl-service-shim
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
- moreutils,
dash | bash (>= 4.0.0)
Description: Adds systemctl translator script
Use the included systemctl script which translates
bgstack15