New Upstream Snapshot - golang-github-protonmail-go-autostart

Ready changes

Summary

Merged new upstream version: 0.0~git20210130.00ed301 (was: 0.0~git20181114.c527205).

Resulting package

Built on 2022-05-12T16:53 (took 10m55s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots golang-github-protonmail-go-autostart-dev

Lintian Result

Diff

diff --git a/README.md b/README.md
index 580862f..3cd5fdf 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # go-autostart
 
-[![GoDoc](https://godoc.org/github.com/ProtonMail/go-autostart?status.svg)](https://godoc.org/github.com/ProtonMail/go-autostart)
+[![GoDoc](https://godoc.org/github.com/emersion/go-autostart?status.svg)](https://godoc.org/github.com/emersion/go-autostart)
 
 A Go library to run a command after login.
 
@@ -11,14 +11,14 @@ package main
 
 import (
 	"log"
-	"github.com/ProtonMail/go-autostart"
+	"github.com/emersion/go-autostart"
 )
 
 func main() {
 	app := &autostart.App{
 		Name: "test",
 		DisplayName: "Just a Test App",
-		Exec: []string{"bash", "-c", "echo autostart >> ~/autostart.txt"},
+		Exec: []string{"sh", "-c", "echo autostart >> ~/autostart.txt"},
 	}
 
 	if app.IsEnabled() {
@@ -44,7 +44,7 @@ func main() {
 * On Linux and BSD, it creates a `.desktop` file in `$XDG_CONFIG_HOME/autostart`
   (i.e. `$HOME/.config/autostart`). See http://askubuntu.com/questions/48321/how-do-i-start-applications-automatically-on-login
 * On macOS, it creates a `launchd` job. See http://blog.gordn.org/2015/03/implementing-run-on-login-for-your-node.html
-* On Windows, it creates a link to the program in `%USERPROFILE%\Start Menu\Programs\Startup`
+* On Windows, it creates a link to the program in `%USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup`
 
 ## License
 
diff --git a/autostart_darwin.go b/autostart_darwin.go
index b2e0518..ec04d8a 100644
--- a/autostart_darwin.go
+++ b/autostart_darwin.go
@@ -20,6 +20,8 @@ const jobTemplate = `<?xml version="1.0" encoding="UTF-8"?>
       </array>
     <key>RunAtLoad</key>
     <true/>
+    <key>AbandonProcessGroup</key>
+    <true/>
   </dict>
 </plist>`
 
diff --git a/debian/changelog b/debian/changelog
index ebd0a05..9b943de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-golang-github-protonmail-go-autostart (0.0~git20181114.c527205-3) UNRELEASED; urgency=low
+golang-github-protonmail-go-autostart (0.0~git20210130.00ed301-1) UNRELEASED; urgency=low
 
   * Bump debhelper from old 11 to 12.
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
@@ -6,8 +6,9 @@ golang-github-protonmail-go-autostart (0.0~git20181114.c527205-3) UNRELEASED; ur
   * Update standards version to 4.5.0, no changes needed.
   * Apply multi-arch hints.
     + golang-github-protonmail-go-autostart-dev: Add Multi-Arch: foreign.
+  * New upstream snapshot.
 
- -- Debian Janitor <janitor@jelmer.uk>  Tue, 16 Jun 2020 10:43:00 -0000
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 12 May 2022 16:44:13 -0000
 
 golang-github-protonmail-go-autostart (0.0~git20181114.c527205-2) unstable; urgency=medium
 

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details