[ 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 1 year, 6 months ago
Debian Janitor committed 1 year, 6 months ago
|
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 |
|
0 | 20 |
golang-github-nlopes-slack (0.1.0-1) unstable; urgency=medium
|
1 | 21 |
|
2 | 22 |
* Initial release (Closes: #892804)
|
0 | 0 |
Source: golang-github-nlopes-slack
|
1 | |
Section: devel
|
|
1 |
Section: golang
|
2 | 2 |
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>
|
4 | 4 |
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
|
5 | 5 |
Build-Depends: debhelper-compat (= 12),
|
6 | 6 |
dh-golang,
|
7 | 7 |
golang-any,
|
8 | 8 |
golang-github-stretchr-testify-dev,
|
9 | 9 |
golang-golang-x-net-dev
|
10 | |
Standards-Version: 4.1.1
|
|
10 |
Standards-Version: 4.6.0
|
11 | 11 |
Homepage: https://github.com/nlopes/slack
|
12 | 12 |
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-nlopes-slack
|
13 | 13 |
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-nlopes-slack.git
|
14 | 14 |
XS-Go-Import-Path: github.com/nlopes/slack
|
15 | 15 |
Testsuite: autopkgtest-pkg-go
|
|
16 |
Rules-Requires-Root: no
|
16 | 17 |
|
17 | 18 |
Package: golang-github-nlopes-slack-dev
|
18 | 19 |
Architecture: all
|
|
20 |
Multi-Arch: foreign
|
19 | 21 |
Depends: ${shlibs:Depends},
|
20 | 22 |
${misc:Depends},
|
21 | 23 |
golang-github-stretchr-testify-dev,
|
0 | 0 |
[DEFAULT]
|
|
1 |
debian-branch = debian/sid
|
|
2 |
dist = DEP14
|
1 | 3 |
pristine-tar = True
|
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
|
0 | 0 |
Repository: https://github.com/nlopes/slack.git
|
1 | 1 |
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
|