File: changelog

package info (click to toggle)
golang-github-jacobsa-crypto 0.0~git20171018.0.c73681c%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,920 kB
  • sloc: ansic: 33; makefile: 19; sh: 6
file content (126 lines) | stat: -rw-r--r-- 4,980 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
golang-github-jacobsa-crypto (0.0~git20171018.0.c73681c+dfsg1-3) unstable; urgency=medium

  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.

  [ Felix Lechner ]
  * Pointed watch to upstream on github
  * Set Standards-Version: 4.1.5

 -- Felix Lechner <felix.lechner@lease-up.com>  Wed, 11 Jul 2018 14:28:40 -0700

golang-github-jacobsa-crypto (0.0~git20171018.0.c73681c+dfsg1-2) unstable; urgency=medium

  * Reverted to standard architecture tags (Closes: #891557)
  * Removed pointer size detection and passing in rules and tests
  * Removed build-essential from dependencies for tests
  * Deleted README.Debian, which documented this behavior

 -- Felix Lechner <felix.lechner@lease-up.com>  Thu, 22 Mar 2018 14:28:25 -0700

golang-github-jacobsa-crypto (0.0~git20171018.0.c73681c+dfsg1-1) unstable; urgency=medium

  * Merged new upstream
  * Added 'build-essential' as dependency to tests, for dpkg-architecture
  * Partially adopted new packaging workflow:
    - Dropped pristine-tar, including related gbp settings
    - Autoformatted debian/control and added pre-commit hook

 -- Felix Lechner <felix.lechner@lease-up.com>  Sat, 17 Feb 2018 10:22:05 -0800

golang-github-jacobsa-crypto (0.0~git20161111.0.293ce0c+dfsg1-9) unstable; urgency=medium

  * Fixed pointer size detection in autopkgtest
  * Marked package Arch:all (Closes: #887952)
  * Removed unused lintian override

 -- Felix Lechner <felix.lechner@lease-up.com>  Tue, 13 Feb 2018 08:28:43 -0800

golang-github-jacobsa-crypto (0.0~git20161111.0.293ce0c+dfsg1-8) unstable; urgency=medium

  * Added detection for DEB_HOST_ARCH_BITS in rules
  * Passing tag '64bit_pointer' or '32bit_pointer' in rules
  * Replaced architecture build tags with pointer-size build tag
  * Transformed inline tests into scripts to recreate build tag
  * Overrode lintian warning about long package name
  * Added README.Debian to describe the new pointer size tag

 -- Felix Lechner <felix.lechner@lease-up.com>  Mon, 12 Feb 2018 22:55:56 -0800

golang-github-jacobsa-crypto (0.0~git20161111.0.293ce0c+dfsg1-7) unstable; urgency=medium

  * Removed 'alpha' build flag from hash_32bit.go
  * Removed spurious echos from rules

 -- Felix Lechner <felix.lechner@lease-up.com>  Tue, 23 Jan 2018 11:31:04 -0800

golang-github-jacobsa-crypto (0.0~git20161111.0.293ce0c+dfsg1-6) unstable; urgency=medium

  * Added golang build flag 'mipsle' to hash_32.go
  * Used dpkg/pkg-info.mk in rules instead of parsing changelog
  * Removed full stop from first line in package description
  * Switched to secure URL for Debian copyright format
  * Set Standards-Version 4.1.3
  * Set Build-Depends: debhelper (>= 11)
  * Set compat to 11

 -- Felix Lechner <felix.lechner@lease-up.com>  Mon, 22 Jan 2018 07:03:34 -0800

golang-github-jacobsa-crypto (0.0~git20161111.0.293ce0c+dfsg1-5) unstable; urgency=medium

  * Added additional build architectures
  * Set Architecture: any (one time, to generate test output for each)
  * Removed Depends: ${shlibs:Depends}
  * Removed Testsuite: autopkgtest (detected automatically)
  * Set Priority: optional
  * Set Standards-Version: 4.1.2
  * Added self to Uploaders:

 -- Felix Lechner <felix.lechner@lease-up.com>  Sun, 21 Jan 2018 10:58:49 -0800

golang-github-jacobsa-crypto (0.0~git20161111.0.293ce0c+dfsg1-4) unstable; urgency=medium

  * Fix watch file version compare (Closes: 847368).
    - Add 'dfsg1' to the repacked source tar.
  * Add xorBlock build defs for more architectures.
  * Re-add golang dependency for CI tests.

 -- David Steele <steele@debian.org>  Tue, 13 Jun 2017 19:28:02 -0400

golang-github-jacobsa-crypto (0.0~git20161111.0.293ce0c-3) unstable; urgency=medium

  * Team upload.
  * Remove "golang-any" from -dev package Depends

 -- Tianon Gravi <tianon@debian.org>  Wed, 11 Jan 2017 09:42:39 -0800

golang-github-jacobsa-crypto (0.0~git20161111.0.293ce0c-2) unstable; urgency=medium

  * Depend on golang-any for better cross-arch support.

 -- David Steele <steele@debian.org>  Tue, 06 Dec 2016 22:05:50 -0500

golang-github-jacobsa-crypto (0.0~git20161111.0.293ce0c-1) unstable; urgency=medium

  * Fix "hash_64bit.go misses ppc64(el)" - Upstream fix to add supported
    architectures. (Closes: #843787)
  * Implement get-orig-source.
  * Update gbp.conf - deprecate pristine-tar.
  * Add Debci testing.
  * gbp - replace pristine tar with get-orig-source.

 -- David Steele <steele@debian.org>  Tue, 29 Nov 2016 19:56:24 -0500

golang-github-jacobsa-crypto (0.0~git20160410.0.42daa9d-2) unstable; urgency=medium

  * Add watch file to create the source tar from a git commit tag.
    - Use uscan to repack the tar with a problematic file removed.
  * Initial release (Closes: #839395)

 -- David Steele <steele@debian.org>  Wed, 12 Oct 2016 22:08:39 -0400

golang-github-jacobsa-crypto (0.0~git20160410.0.42daa9d-1) UNRELEASED; urgency=low

  * Initial release (Closes: #839395)

 -- David Steele <steele@debian.org>  Sat, 01 Oct 2016 11:02:13 -0400