diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..d067ff2 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +golang-github-protonmail-go-autostart (0.0~git20181114.c527205-1) unstable; urgency=medium + + * Initial release (Closes: #919937) + + -- Micah Anderson Sun, 20 Jan 2019 15:10:38 -0500 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..732d82f --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: golang-github-protonmail-go-autostart +Section: devel +Priority: optional +Maintainer: Debian Go Packaging Team +Uploaders: Micah Anderson +Build-Depends: debhelper-compat (= 11), + dh-golang, + golang-any +Standards-Version: 4.3.0 +Homepage: https://github.com/ProtonMail/go-autostart +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-protonmail-go-autostart +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-protonmail-go-autostart.git +XS-Go-Import-Path: github.com/ProtonMail/go-autostart +Testsuite: autopkgtest-pkg-go + +Package: golang-github-protonmail-go-autostart-dev +Architecture: all +Depends: ${misc:Depends} +Description: Go library to run a command after login + The package creates a .desktop file in $XDG_CONFIG_HOME/autostart, typically + $HOME/.config/autostart diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..2e81fb0 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,17 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: go-autostart +Source: https://github.com/ProtonMail/go-autostart +Files-Excluded: + Godeps/_workspace + +Files: * +Copyright: 2016 +License: GPL-3 + +Files: debian/* +Copyright: 2019 Micah Anderson +License: GPL-3 +Comment: Debian packaging is licensed under the same terms as upstream + +License: GPL-3 + The full text of the MPL-2.0 is distributed in /usr/share/common-licenses/GPL-3 on Debian systems. \ No newline at end of file diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..cec628c --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,2 @@ +[DEFAULT] +pristine-tar = True diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..8cce5e0 --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --buildsystem=golang --with=golang diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..5e53df8 --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +version=4 +opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/golang-github-protonmail-go-autostart-\$1\.tar\.gz/,\ +uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/\$1~\$2\$3/ \ + https://github.com/ProtonMail/go-autostart/tags .*/v?(\d\S*)\.tar\.gz