Codebase list golang-github-ngaut-deadline / 4586131
Initial packaging. Michael Lustfield 7 years ago
8 changed file(s) with 65 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 golang-github-ngaut-deadline (0.0~git20170224.0.71c16b1-1) UNRELEASED; urgency=medium
1
2 * Initial release (Closes: #855992)
3
4 -- Michael Lustfield <michael@lustfield.net> Thu, 23 Feb 2017 21:59:49 -0600
0 Source: golang-github-ngaut-deadline
1 Section: devel
2 Priority: extra
3 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
4 Uploaders: Michael Lustfield <michael@lustfield.net>
5 Build-Depends: debhelper (>= 10),
6 dh-golang,
7 golang-any
8 Standards-Version: 3.9.8
9 Homepage: https://github.com/ngaut/deadline
10 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-ngaut-deadline.git
11 Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-ngaut-deadline.git
12 XS-Go-Import-Path: github.com/ngaut/deadline
13
14 Package: golang-github-ngaut-deadline-dev
15 Architecture: all
16 Depends: ${shlibs:Depends},
17 ${misc:Depends}
18 Description: deadline reader/writer
19 TODO: long description
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: deadline
2 Source: https://github.com/ngaut/deadline
3
4 Files: *
5 Copyright: 2015 ngaut
6 License: Apache-2.0
7
8 Files: debian/*
9 Copyright: 2017 Michael Lustfield <michael@lustfield.net>
10 License: Apache-2.0
11 Comment: Debian packaging is licensed under the same terms as upstream
12
13 License: Apache-2.0
14 Licensed under the Apache License, Version 2.0 (the "License");
15 you may not use this file except in compliance with the License.
16 You may obtain a copy of the License at
17 .
18 http://www.apache.org/licenses/LICENSE-2.0
19 .
20 Unless required by applicable law or agreed to in writing, software
21 distributed under the License is distributed on an "AS IS" BASIS,
22 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23 See the License for the specific language governing permissions and
24 limitations under the License.
25 .
26 On Debian systems, the complete text of the Apache version 2.0 license
27 can be found in "/usr/share/common-licenses/Apache-2.0".
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-ngaut-deadline-\$1\.tar\.gz/,\\
2 uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/\$1~\$2\$3/ \\
3 https://github.com/ngaut/deadline/tags .*/v?(\d\S*)\.tar\.gz