Codebase list golang-github-ulikunitz-xz / 06a7be8
initial packaging Reinhard Tartler 5 years ago
8 changed file(s) with 85 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 golang-github-ulikunitz-xz (0.5.5-1) UNRELEASED; urgency=medium
1
2 * Initial release (Closes: #922124)
3
4 -- Reinhard Tartler <siretart@tauware.de> Fri, 11 Jan 2019 17:15:16 -0500
0 Source: golang-github-ulikunitz-xz
1 Section: devel
2 Priority: optional
3 Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
4 Uploaders: Reinhard Tartler <siretart@tauware.de>
5 Build-Depends: debhelper (>= 11),
6 dh-golang,
7 golang-any
8 Standards-Version: 4.2.1
9 Homepage: https://github.com/ulikunitz/xz
10 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-ulikunitz-xz
11 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-ulikunitz-xz.git
12 XS-Go-Import-Path: github.com/ulikunitz/xz
13 Testsuite: autopkgtest-pkg-go
14
15 Package: golang-github-ulikunitz-xz-dev
16 Architecture: all
17 Depends: ${misc:Depends}
18 Description: Pure golang package for reading and writing xz-compressed files
19 A Go library that supports the reading and writing of xz compressed
20 streams. It includes also a gxz command for compressing and
21 decompressing data. The package is completely written in Go and doesn't
22 have any dependency on any C code.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: xz
2 Source: https://github.com/ulikunitz/xz
3 Files-Excluded:
4 Godeps/_workspace
5
6 Files: *
7 Copyright: 2014 Ulrich Kunitz
8 License: BSD-3-clause
9
10 Files: debian/*
11 Copyright: 2019 Reinhard Tartler <siretart@tauware.de>
12 License: BSD-3-clause
13 Comment: Debian packaging is licensed under the same terms as upstream
14
15 License: BSD-3-clause
16 Copyright (c) 2014-2016 Ulrich Kunitz
17 All rights reserved.
18 .
19 Redistribution and use in source and binary forms, with or without
20 modification, are permitted provided that the following conditions are met:
21 .
22 * Redistributions of source code must retain the above copyright notice, this
23 list of conditions and the following disclaimer.
24 .
25 * Redistributions in binary form must reproduce the above copyright notice,
26 this list of conditions and the following disclaimer in the documentation
27 and/or other materials provided with the distribution.
28 .
29 * My name, Ulrich Kunitz, may not be used to endorse or promote products
30 derived from this software without specific prior written permission.
31 .
32 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
33 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
34 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
35 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
36 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
37 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
38 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
39 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
40 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
41 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 [DEFAULT]
1 pristine-tar = True
0 #!/usr/bin/make -f
1
2 # tests require extra files from the repository
3 export DH_GOLANG_INSTALL_ALL := 1
4
5 %:
6 dh $@ --buildsystem=golang --with=golang
0 3.0 (quilt)
0 version=4
1 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/golang-github-ulikunitz-xz-\$1\.tar\.gz/,\
2 uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/\$1~\$2\$3/ \
3 https://github.com/ulikunitz/xz/tags .*/v?(\d\S*)\.tar\.gz