Codebase list golang-github-nlopes-slack / e8f1f688-b192-4443-84f0-3a36e34f0947/main
[ Debian Janitor ] * Bump debhelper from deprecated 9 to 12. * Set debhelper-compat version in Build-Depends. * Set upstream metadata fields: Repository, Repository-Browse. [ Nobuhiro Iwamatsu ] * d/control: Update Maintainer to Debian Go Packaging Team <team+pkg-go@tracker.debian.org>. * d/control: Change Section from devel to golang. * d/control: Bump Standards-Version to 4.6.0 (no change). * d/control: Mark library package with "Multi-Arch: foreign". * d/control: Add "Rules-Requires-Root: no". * d/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance. * d/watch: Update to version 4. * d/upstream/metadata: Add upstream metadata fields. Co-authored-by: Debian Janitor <Debian Janitor> Co-authored-by: Nobuhiro Iwamatsu <Nobuhiro Iwamatsu> Nobuhiro Iwamatsu authored 2 years ago Debian Janitor committed 2 years ago
6 changed file(s) with 32 addition(s) and 13 deletion(s). Raw diff Collapse all Expand all
0 golang-github-nlopes-slack (0.1.0-2) unstable; urgency=medium
1
2 [ Debian Janitor ]
3 * Bump debhelper from deprecated 9 to 12.
4 * Set debhelper-compat version in Build-Depends.
5 * Set upstream metadata fields: Repository, Repository-Browse.
6
7 [ Nobuhiro Iwamatsu ]
8 * d/control: Update Maintainer to Debian Go Packaging Team
9 <team+pkg-go@tracker.debian.org>.
10 * d/control: Change Section from devel to golang.
11 * d/control: Bump Standards-Version to 4.6.0 (no change).
12 * d/control: Mark library package with "Multi-Arch: foreign".
13 * d/control: Add "Rules-Requires-Root: no".
14 * d/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance.
15 * d/watch: Update to version 4.
16 * d/upstream/metadata: Add upstream metadata fields.
17
18 -- Nobuhiro Iwamatsu <iwamatsu@debian.org> Wed, 15 Sep 2021 10:16:04 +0900
19
020 golang-github-nlopes-slack (0.1.0-1) unstable; urgency=medium
121
222 * Initial release (Closes: #892804)
00 Source: golang-github-nlopes-slack
1 Section: devel
1 Section: golang
22 Priority: optional
3 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
3 Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
44 Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
55 Build-Depends: debhelper-compat (= 12),
66 dh-golang,
77 golang-any,
88 golang-github-stretchr-testify-dev,
99 golang-golang-x-net-dev
10 Standards-Version: 4.1.1
10 Standards-Version: 4.6.0
1111 Homepage: https://github.com/nlopes/slack
1212 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-nlopes-slack
1313 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-nlopes-slack.git
1414 XS-Go-Import-Path: github.com/nlopes/slack
1515 Testsuite: autopkgtest-pkg-go
16 Rules-Requires-Root: no
1617
1718 Package: golang-github-nlopes-slack-dev
1819 Architecture: all
20 Multi-Arch: foreign
1921 Depends: ${shlibs:Depends},
2022 ${misc:Depends},
2123 golang-github-stretchr-testify-dev,
00 [DEFAULT]
1 debian-branch = debian/sid
2 dist = DEP14
13 pristine-tar = True
+0
-6
debian/gitlab-ci.yml less more
0 # auto-generated, DO NOT MODIFY.
1 # The authoritative copy of this file lives at:
2 # https://salsa.debian.org/go-team/infra/pkg-go-tools/blob/master/config/gitlabciyml.go
3 ---
4 include:
5 - https://salsa.debian.org/go-team/infra/pkg-go-tools/-/raw/master/pipeline/test-archive.yml
00 Repository: https://github.com/nlopes/slack.git
11 Repository-Browse: https://github.com/nlopes/slack
2 Bug-Database: https://github.com/nlopes/slack/issues
3 Bug-Submit: https://github.com/nlopes/slack/issues/new
0 version=3
1 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/golang-github-nlopes-slack-\$1\.tar\.gz/,\
2 uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/\$1~\$2\$3/ \
3 https://github.com/nlopes/slack/tags .*/v?(\d\S*)\.tar\.gz
0 version=4
1
2 opts=filenamemangle=s/.*\/v(\d\S+)\.tar\.gz/golang-github-nlopes-slack-$1\.tar\.gz/ https://github.com/nlopes/slack/tags .*\/v(\d\S+)\.tar\.gz