File: Revert-Switch-to-using-fork-of-go-systemd-dbus.patch

package info (click to toggle)
acmetool 0.2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 792 kB
  • sloc: sh: 349; makefile: 105
file content (21 lines) | stat: -rw-r--r-- 777 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Description: Revert "Switch to using fork of go-systemd, dbus"
 The forks revert the use of Go modules, which are not used in Debian.
Author: Peter Colberg <peter@colberg.org>
Bug-Debian: https://bugs.debian.org/890925
Last-Update: 2023-02-05
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/cli/quickstart-linux.go
+++ b/cli/quickstart-linux.go
@@ -4,9 +4,9 @@ package cli
 
 import (
 	"fmt"
+	sddbus "github.com/coreos/go-systemd/dbus"
+	sdunit "github.com/coreos/go-systemd/unit"
 	"github.com/hlandau/acmetool/interaction"
-	sddbus "github.com/hlandauf/go-systemd/dbus"
-	sdunit "github.com/hlandauf/go-systemd/unit"
 	"gopkg.in/hlandau/svcutils.v1/exepath"
 	"gopkg.in/hlandau/svcutils.v1/systemd" // coreos/go-systemd/util requires cgo
 	"io"