Codebase list golang-github-hashicorp-go-slug / 143842e
Initial packaging Thorsten Alteholz 4 years ago
8 changed file(s) with 67 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 golang-github-hashicorp-go-slug (0.4.1-1) unstable; urgency=medium
1
2 * Initial release
3
4 -- Thorsten Alteholz <debian@alteholz.de> Mon, 02 Dec 2019 21:50:05 +0000
0 Source: golang-github-hashicorp-go-slug
1 Section: devel
2 Priority: optional
3 Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
4 Uploaders: Thorsten Alteholz <debian@alteholz.de>
5 Build-Depends: debhelper (>= 12),
6 dh-golang,
7 golang-any
8 Standards-Version: 4.4.1
9 Homepage: https://github.com/hashicorp/go-slug
10 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-go-slug
11 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-go-slug.git
12 XS-Go-Import-Path: github.com/hashicorp/go-slug
13 Testsuite: autopkgtest-pkg-go
14
15 Package: golang-github-hashicorp-go-slug-dev
16 Architecture: all
17 Depends: ${misc:Depends}
18 Description: functions to create slug archives
19 This package offers functions for packing and unpacking Terraform
20 Enterprise compatible slugs. Slugs are gzip compressed tar files
21 containing Terraform configuration files.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: go-slug
2 Source: https://github.com/hashicorp/go-slug
3 Files-Excluded:
4 Godeps/_workspace
5
6 Files: *
7 Copyright: 2018 HashiCorp
8 License: MPL-2.0
9
10 Files: debian/*
11 Copyright: 2019 Thorsten Alteholz <debian@alteholz.de>
12 License: MPL-2.0
13 Comment: Debian packaging is licensed under the same terms as upstream
14
15 License: MPL-2.0
16 This Source Code Form is subject to the terms of the Mozilla Public
17 License, v. 2.0. If a copy of the MPL was not distributed with this
18 file, You can obtain one at http://mozilla.org/MPL/2.0/.
19 .
20 On Debian systems, the complete text of the MPL-2.0 license can be found
21 in "/usr/share/common-licenses/MPL-2.0".
0 [DEFAULT]
1 pristine-tar = True
0 #!/usr/bin/make -f
1
2 %:
3 dh $@ --buildsystem=golang --with=golang
4
5 override_dh_auto_install:
6 dh_auto_install
7 find
8 # we don't need everything at the moment
9 rm -rf ./debian/golang-github-hashicorp-go-slug-dev/usr/share/gocode/src/github.com/hashicorp/go-slug/testdata
0 3.0 (quilt)
0 version=4
1 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/golang-github-hashicorp-go-slug-\$1\.tar\.gz/,\
2 uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/\$1~\$2\$3/ \
3 https://github.com/hashicorp/go-slug/tags .*/v?(\d\S*)\.tar\.gz