Initial packaging
Micah Anderson
7 years ago
|
0 |
golang-github-protonmail-go-autostart (0.0~git20181114.c527205-1) unstable; urgency=medium
|
|
1 |
|
|
2 |
* Initial release (Closes: #919937)
|
|
3 |
|
|
4 |
-- Micah Anderson <micah@riseup.net> Sun, 20 Jan 2019 15:10:38 -0500
|
|
0 |
Source: golang-github-protonmail-go-autostart
|
|
1 |
Section: devel
|
|
2 |
Priority: optional
|
|
3 |
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
|
|
4 |
Uploaders: Micah Anderson <micah@riseup.net>
|
|
5 |
Build-Depends: debhelper-compat (= 11),
|
|
6 |
dh-golang,
|
|
7 |
golang-any
|
|
8 |
Standards-Version: 4.3.0
|
|
9 |
Homepage: https://github.com/ProtonMail/go-autostart
|
|
10 |
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-protonmail-go-autostart
|
|
11 |
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-protonmail-go-autostart.git
|
|
12 |
XS-Go-Import-Path: github.com/ProtonMail/go-autostart
|
|
13 |
Testsuite: autopkgtest-pkg-go
|
|
14 |
|
|
15 |
Package: golang-github-protonmail-go-autostart-dev
|
|
16 |
Architecture: all
|
|
17 |
Depends: ${misc:Depends}
|
|
18 |
Description: Go library to run a command after login
|
|
19 |
The package creates a .desktop file in $XDG_CONFIG_HOME/autostart, typically
|
|
20 |
$HOME/.config/autostart
|
|
0 |
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
|
1 |
Upstream-Name: go-autostart
|
|
2 |
Source: https://github.com/ProtonMail/go-autostart
|
|
3 |
Files-Excluded:
|
|
4 |
Godeps/_workspace
|
|
5 |
|
|
6 |
Files: *
|
|
7 |
Copyright: 2016
|
|
8 |
License: GPL-3
|
|
9 |
|
|
10 |
Files: debian/*
|
|
11 |
Copyright: 2019 Micah Anderson <micah@riseup.net>
|
|
12 |
License: GPL-3
|
|
13 |
Comment: Debian packaging is licensed under the same terms as upstream
|
|
14 |
|
|
15 |
License: GPL-3
|
|
16 |
The full text of the MPL-2.0 is distributed in /usr/share/common-licenses/GPL-3 on Debian systems.⏎
|
|
0 |
[DEFAULT]
|
|
1 |
pristine-tar = True
|
|
0 |
#!/usr/bin/make -f
|
|
1 |
|
|
2 |
%:
|
|
3 |
dh $@ --buildsystem=golang --with=golang
|
|
0 |
version=4
|
|
1 |
opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/golang-github-protonmail-go-autostart-\$1\.tar\.gz/,\
|
|
2 |
uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/\$1~\$2\$3/ \
|
|
3 |
https://github.com/ProtonMail/go-autostart/tags .*/v?(\d\S*)\.tar\.gz
|