Codebase list golang-github-rsc-devweb / 40dc3e8
Initial packaging. Thomas Goirand 4 years ago
7 changed file(s) with 88 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 golang-github-rsc-devweb (0.0.0+2016.01.15.git.29cc9e1b05-1) unstable; urgency=medium
1
2 * Initial release. (Closes: #932805)
3
4 -- Thomas Goirand <zigo@debian.org> Thu, 05 Dec 2019 11:49:21 +0100
0 Source: golang-github-rsc-devweb
1 Section: devel
2 Priority: optional
3 Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
4 Uploaders:
5 Thomas Goirand <zigo@debian.org>,
6 Rene Luria <rene.luria@infomaniak.com>,
7 Build-Depends:
8 debhelper-compat (= 12),
9 dh-golang,
10 golang-any,
11 openstack-pkg-tools (>= 99~),
12 Standards-Version: 4.2.0
13 Homepage: https://github.com/rsc/devweb
14 Vcs-Browser: https://salsa.debian.org/openstack-team/third-party/golang-github-rsc-devweb
15 Vcs-Git: https://salsa.debian.org/openstack-team/third-party/golang-github-rsc-devweb.git
16 XS-Go-Import-Path: github.com/rsc/devweb
17
18 Package: golang-github-rsc-devweb
19 Architecture: any
20 Built-Using:
21 ${misc:Built-Using},
22 Depends:
23 ${misc:Depends},
24 ${shlibs:Depends},
25 Description: Development web server
26 This repo holds a program that lets you work on a Go web server and have
27 it automatically recompile on each request, like in the App Engine local
28 development SDK.
29 .
30 See https://godoc.org/rsc.io/devweb.
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: devweb
2 Source: https://github.com/rsc/devweb
3
4 Files: *
5 Copyright: 2016 Russ Cox
6 License: BSD-3-clause
7
8 Files: debian/*
9 Copyright: (c) 2019, Rene Luria <rene.luria@infomaniak.com>
10 (c) 2019, Thomas Goirand <zigo@debian.org>
11 License: BSD-3-clause
12 Comment: Debian packaging is licensed under the same terms as upstream
13
14 License: BSD-3-clause
15 Redistribution and use in source and binary forms, with or without
16 modification, are permitted provided that the following conditions are met:
17 .
18 * Redistributions of source code must retain the above copyright notice, this
19 list of conditions and the following disclaimer.
20 * Redistributions in binary form must reproduce the above copyright notice,
21 this list of conditions and the following disclaimer in the documentation
22 and/or other materials provided with the distribution.
23 * Neither the name of Google Inc. nor the names of its contributors may be
24 used to endorse or promote products derived from this software without
25 specific prior written permission.
26 .
27 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
28 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
29 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
30 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
31 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
32 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
33 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
34 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
35 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
36 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 [DEFAULT]
1 pristine-tar = True
2 ignore-branch = True
0 #!/usr/bin/make -f
1
2 UPSTREAM_GIT = https://github.com/rsc/devweb
3 include /usr/share/openstack-pkg-tools/pkgos.make
4
5 %:
6 dh $@ --buildsystem=golang --with=golang
0 3.0 (quilt)
0 version=3
1 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/devweb-\$1\.tar\.gz/,\\
2 uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/\$1~\$2\$3/ \\
3 https://github.com/rsc/devweb/tags .*/v?(\d\S*)\.tar\.gz