Codebase list golang-github-spaolacci-murmur3 / 361ef90
initial debian packaging Alexandre Viau 6 years ago
8 changed file(s) with 77 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 golang-github-spaolacci-murmur3 (0.0~git20150829.0.0d12bf8-1) unstable; urgency=medium
1
2 * Initial release (Closes: #865078)
3
4 -- Alexandre Viau <aviau@debian.org> Mon, 19 Jun 2017 01:34:53 -0400
0 Source: golang-github-spaolacci-murmur3
1 Section: devel
2 Priority: extra
3 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
4 Uploaders: Alexandre Viau <aviau@debian.org>
5 Build-Depends: debhelper (>= 10),
6 dh-golang,
7 golang-any
8 Standards-Version: 3.9.8
9 Homepage: https://github.com/spaolacci/murmur3
10 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-spaolacci-murmur3.git
11 Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-spaolacci-murmur3.git
12 XS-Go-Import-Path: github.com/spaolacci/murmur3
13
14 Package: golang-github-spaolacci-murmur3-dev
15 Architecture: all
16 Depends: ${shlibs:Depends},
17 ${misc:Depends}
18 Description: Native MurmurHash3 Go implementation
19 murmur3 Native Go implementation of Austin Appleby's third MurmurHash
20 revision (aka MurmurHash3).
21 .
22 Reference algorithm has been slightly hacked as to support
23 the streaming mode required by Go's standard Hash interface
24 (http://golang.org/pkg/hash/#Hash).
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: murmur3
2 Source: https://github.com/spaolacci/murmur3
3
4 Files: *
5 Copyright: 2013 Sébastien Paolacci <sebastien.paolacci@gmail.com>
6 License: BSD-3-clause
7
8 Files: debian/*
9 Copyright: 2017 Alexandre Viau <aviau@debian.org>
10 License: BSD-3-clause
11 Comment: Debian packaging is licensed under the same terms as upstream
12
13 License: BSD-3-clause
14 Redistribution and use in source and binary forms, with or without
15 modification, are permitted provided that the following conditions are met:
16 * Redistributions of source code must retain the above copyright
17 notice, this list of conditions and the following disclaimer.
18 * Redistributions in binary form must reproduce the above copyright
19 notice, this list of conditions and the following disclaimer in the
20 documentation and/or other materials provided with the distribution.
21 * Neither the name of the library nor the
22 names of its contributors may be used to endorse or promote products
23 derived from this software without specific prior written permission.
24 .
25 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
26 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
27 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28 DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
29 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
30 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
31 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
32 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
33 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
34 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=3
1 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/golang-github-spaolacci-murmur3-\$1\.tar\.gz/,\\
2 uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/\$1~\$2\$3/ \\
3 https://github.com/spaolacci/murmur3/tags .*/v?(\d\S*)\.tar\.gz