diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 3 | ||||
-rw-r--r-- | debian/patches/series | 1 | ||||
-rw-r--r-- | debian/source/format | 2 |
4 files changed, 10 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index db21749..48a8dc2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +systemctl-service-shim (0.0.6) unstable; urgency=low + + * d/control: + - Drop D: moreutils ; no longer needed + - Rules-Requires-Root: no + + -- B. Stack <bgstack15@gmail.com> Mon, 18 Mar 2024 19:57:50 -0400 + systemctl-service-shim (0.0.5-1) unstable; urgency=low * Add usrmerge /usr/bin/systemctl control logic 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 diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 4a97dfa..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -# You must remove unused comment lines for the released package. diff --git a/debian/source/format b/debian/source/format index 163aaf8..89ae9db 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (quilt) +3.0 (native) |