Codebase list golang-github-denverdino-aliyungo / 16a91cc
Initial packaging Signed-off-by: Shengjing Zhu <i@zhsj.me> Shengjing Zhu 6 years ago
8 changed file(s) with 88 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 golang-github-denverdino-aliyungo (0.0~git20170721.0.80ceb80-1) UNRELEASED; urgency=medium
1
2 * Initial release (Closes: TODO)
3
4 -- Shengjing Zhu <i@zhsj.me> Thu, 27 Jul 2017 01:58:14 +0800
0 Source: golang-github-denverdino-aliyungo
1 Section: devel
2 Priority: extra
3 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
4 Uploaders: Shengjing Zhu <i@zhsj.me>
5 Build-Depends: debhelper (>= 10),
6 dh-golang,
7 golang-any,
8 golang-github-golang-protobuf-dev
9 Standards-Version: 4.0.0
10 Homepage: https://github.com/denverdino/aliyungo
11 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-denverdino-aliyungo.git
12 Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-denverdino-aliyungo.git
13 XS-Go-Import-Path: github.com/denverdino/aliyungo
14 Testsuite: autopkgtest-pkg-go
15
16 Package: golang-github-denverdino-aliyungo-dev
17 Architecture: all
18 Depends: ${shlibs:Depends},
19 ${misc:Depends},
20 golang-github-golang-protobuf-dev
21 Description: Go SDK for Aliyun (Alibaba Cloud)
22 This is an unofficial Go SDK for Aliyun Services.
23 .
24 Following services are supported:
25 * ecs: Elastic Compute Service
26 * oss: Open Storage Service
27 * slb: Server Load Balancer
28 * dns: DNS
29 * sls: Logging Service
30 * ram: Resource Access Management
31 * rds: Relational Database Service
32 * cms: Cloud Monitor Service
33 * cs: Container Service
34 * sts: Security Token Service
35 * dm: Direct Mail
36 * sms: Short Message Service
37 * push: Cloud Mobile Push
38 * opensearch: OpenSearch
39 * mq: Message Queue
40 * nas: Network Attached Storage
41 * common: Common libary of Aliyun Go SDK
42 * util: Utility helpers
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: aliyungo
2 Source: https://github.com/denverdino/aliyungo
3
4 Files: *
5 Copyright: 2015 Li Yi
6 2015-2017 aliyungo contributors
7 License: Apache-2.0
8
9 Files: debian/*
10 Copyright: 2017 Shengjing Zhu <i@zhsj.me>
11 License: Apache-2.0
12 Comment: Debian packaging is licensed under the same terms as upstream
13
14 License: Apache-2.0
15 Licensed under the Apache License, Version 2.0 (the "License");
16 you may not use this file except in compliance with the License.
17 You may obtain a copy of the License at
18 .
19 http://www.apache.org/licenses/LICENSE-2.0
20 .
21 Unless required by applicable law or agreed to in writing, software
22 distributed under the License is distributed on an "AS IS" BASIS,
23 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24 See the License for the specific language governing permissions and
25 limitations under the License.
26 .
27 On Debian systems, the complete text of the Apache version 2.0 license
28 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=4
1 opts=dversionmangle=s/.*/0.No-Release/ \
2 https://people.debian.org/~eriberto/ FakeWatchNoUpstreamReleaseForThisPackage-(\d\S+)\.gz