Codebase list golang-github-thomsonreuterseikon-go-ntlm / cme/main
Reading package lists... 0%Reading package lists... 0%Reading package lists... 0%Reading package lists... 99%Reading package lists... 99%Reading package lists... Done Building dependency tree... 0%Building dependency tree... 0%Building dependency tree... 50%Building dependency tree... 50%Building dependency tree... Done Reading state information... 0% Reading state information... 0%Reading state information... Done Changes applied to dpkg configuration: - control source Standards-Version: '4.0.0' -> '4.6.0' # applied fix for :Current standards version is '4.6.0'. Please read https://www.debian.org/doc/debian-policy/upgrading-checklist.html for the changes that may be needed on your package to upgrade it from standard version '4.0.0' to '4.6.0'. - control source Testsuite has new value: 'autopkgtest-pkg-go' # applied fix for :Undefined while packaging team supports test suite Debian Janitor 2 years ago
2 changed file(s) with 22 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
00 golang-github-thomsonreuterseikon-go-ntlm (0.0~git20151030.0.b00ec39-2) UNRELEASED; urgency=medium
11
2 [ Alexandre Viau ]
23 * Point Vcs-* urls to salsa.debian.org.
4
5 [ Debian Janitor ]
6 * Reading package lists... 0%Reading package lists... 0%Reading package
7 lists... 0%Reading package lists... 99%Reading package lists... 99%Reading
8 package lists... Done Building dependency tree... 0%Building dependency
9 tree... 0%Building dependency tree... 50%Building dependency tree...
10 50%Building dependency tree... Done Reading state information... 0% Reading
11 state information... 0%Reading state information... Done Changes applied to
12 dpkg configuration: - control source Standards-Version: '4.0.0' -> '4.6.0' #
13 applied fix for :Current standards version is '4.6.0'. Please read
14 https://www.debian.org/doc/debian-policy/upgrading-checklist.html for the
15 changes that may be needed on your package to upgrade it from standard
16 version '4.0.0' to '4.6.0'. - control source Testsuite has new value:
17 'autopkgtest-pkg-go' # applied fix for :Undefined while packaging team
18 supports test suite
319
420 -- Alexandre Viau <aviau@debian.org> Mon, 02 Apr 2018 20:59:46 -0400
521
00 Source: golang-github-thomsonreuterseikon-go-ntlm
1 Section: devel
2 Priority: optional
31 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
42 Uploaders: Stephen Gelman <ssgelm@gmail.com>
3 Section: devel
4 Testsuite: autopkgtest-pkg-go
5 Priority: optional
56 Build-Depends: debhelper-compat (= 12),
67 dh-golang,
78 golang-any
8 Standards-Version: 4.0.0
9 Homepage: https://github.com/ThomsonReutersEikon/go-ntlm
9 Standards-Version: 4.6.0
1010 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-thomsonreuterseikon-go-ntlm
1111 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-thomsonreuterseikon-go-ntlm.git
12 Homepage: https://github.com/ThomsonReutersEikon/go-ntlm
1213 XS-Go-Import-Path: github.com/ThomsonReutersEikon/go-ntlm
1314
1415 Package: golang-github-thomsonreuterseikon-go-ntlm-dev
1516 Architecture: all
17 Multi-Arch: foreign
1618 Depends: ${shlibs:Depends},
1719 ${misc:Depends}
18 Multi-Arch: foreign
1920 Description: NTLM Implementation for Go
2021 This is a native implementation of NTLM for Go
2122 that was implemented using the Microsoft MS-NLMP documentation available