Codebase list golang-github-ianlancetaylor-demangle / 57cf7a8
Initial packaging Stephen Gelman 5 years ago
8 changed file(s) with 78 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 golang-github-ianlancetaylor-demangle (0.0~git20181102.5e5cf60-1) UNRELEASED; urgency=medium
1
2 * Initial release (Closes: #920781)
3
4 -- Stephen Gelman <ssgelm@debian.org> Mon, 21 Jan 2019 13:58:55 -0600
0 Source: golang-github-ianlancetaylor-demangle
1 Section: devel
2 Priority: optional
3 Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
4 Uploaders: Stephen Gelman <ssgelm@debian.org>
5 Build-Depends: debhelper (>= 11),
6 dh-golang,
7 golang-any
8 Standards-Version: 4.3.0
9 Homepage: https://github.com/ianlancetaylor/demangle
10 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-ianlancetaylor-demangle
11 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-ianlancetaylor-demangle.git
12 XS-Go-Import-Path: github.com/ianlancetaylor/demangle
13 Testsuite: autopkgtest-pkg-go
14
15 Package: golang-github-ianlancetaylor-demangle-dev
16 Architecture: all
17 Depends: ${misc:Depends}
18 Description: C++ symbol name demangler written in Go
19 A Go package that can be used to demangle C++ symbol names.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: demangle
2 Source: https://github.com/ianlancetaylor/demangle
3 Files-Excluded:
4 Godeps/_workspace
5
6 Files: *
7 Copyright: 2015 The Go Authors
8 License: BSD-3-clause
9
10 Files: debian/*
11 Copyright: 2019 Stephen Gelman <ssgelm@debian.org>
12 License: BSD-3-clause
13 Comment: Debian packaging is licensed under the same terms as upstream
14
15 License: BSD-3-clause
16 Redistribution and use in source and binary forms, with or without
17 modification, are permitted provided that the following conditions are
18 met:
19 .
20 * Redistributions of source code must retain the above copyright
21 notice, this list of conditions and the following disclaimer.
22 * Redistributions in binary form must reproduce the above
23 copyright notice, this list of conditions and the following disclaimer
24 in the documentation and/or other materials provided with the
25 distribution.
26 * Neither the name of Google Inc. nor the names of its
27 contributors may be used to endorse or promote products derived from
28 this software without specific prior written permission.
29 .
30 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
31 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
32 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
33 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
34 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
35 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
36 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
37 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
38 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
39 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
40 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 %:
3 dh $@ --buildsystem=golang --with=golang
0 3.0 (quilt)
0 version=4
1 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/golang-github-ianlancetaylor-demangle-\$1\.tar\.gz/,\
2 uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/\$1~\$2\$3/ \
3 https://github.com/ianlancetaylor/demangle/tags .*/v?(\d\S*)\.tar\.gz