File: changelog

package info (click to toggle)
golang-github-spf13-fsync 0.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 88 kB
  • sloc: makefile: 2
file content (118 lines) | stat: -rw-r--r-- 4,600 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
golang-github-spf13-fsync (0.9.0-2) unstable; urgency=medium

  * Reorder fields in debian/control and debian/copyright
  * Change Section from devel to golang
  * Bump debhelper dependency to "Build-Depends: debhelper-compat (= 13)"
  * Use dh-sequence-golang instead of dh-golang and --with=golang
  * debian/rules: Invoke dh with --builddirectory=_build
  * Bump Standards-Version to 4.6.1 (no change)
  * Add "Rules-Requires-Root: no" to debian/control
  * Remove unneeded dependency on ${shlibs:Depends}
  * Mark library package with "Multi-Arch: foreign"
  * Update debian/watch to version 4
  * debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance

 -- Anthony Fok <foka@debian.org>  Thu, 29 Sep 2022 02:59:51 -0600

golang-github-spf13-fsync (0.9.0-1) unstable; urgency=medium

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

  [ Anthony Fok ]
  * New upstream version 0.9.0
  * Apply "cme fix dpkg" fixes
    - Update debhelper dependency to "Build-Depends: debhelper-compat (= 12)"
    - Remove unnecessary greater-than versioned dependency on
      golang-github-spf13-afero-dev
    - Change package priority from "extra" to "optional"
    - Bump Standards-Version to 4.4.0 (no change)
  * Update Maintainer email address to team+pkg-go@tracker.debian.org

 -- Anthony Fok <foka@debian.org>  Sun, 28 Jul 2019 02:09:38 -0600

golang-github-spf13-fsync (0.0~git20170320.0.12a01e6-1) unstable; urgency=medium

  * New upstream version.
  * Bump Standards-Version to 4.0.0:
    Use https form of the copyright-format URL in debian/copyright.
  * Add "Testsuite: autopkgtest-pkg-go" to debian/control.

 -- Anthony Fok <foka@debian.org>  Sun, 09 Jul 2017 22:47:54 -0600

golang-github-spf13-fsync (0.0~git20161130.0.cb2da33-2) unstable; urgency=medium

  * Remove double escape backslashes in debian/watch

 -- Anthony Fok <foka@debian.org>  Mon, 02 Jan 2017 02:27:14 -0700

golang-github-spf13-fsync (0.0~git20161130.0.cb2da33-1) unstable; urgency=medium

  * Team upload.
  * Imported Upstream version 0.0~git20161130.0.cb2da33
  * Use debhelper v10

 -- Dr. Tobias Quathamer <toddy@debian.org>  Tue, 20 Dec 2016 22:55:12 +0100

golang-github-spf13-fsync (0.0~git20160310.0.eefee59-2) unstable; urgency=medium

  * Replace golang-go with golang-any in Build-Depends in debian/control
  * Add debian/watch file

 -- Anthony Fok <foka@debian.org>  Fri, 10 Jun 2016 15:27:31 -0600

golang-github-spf13-fsync (0.0~git20160310.0.eefee59-1) unstable; urgency=medium

  * New upstream snapshot
  * Update debian/control
    - Bump Standards-Version to 3.9.8 (no change)
    - Use secure https URL for Vcs-Git too
    - Remove "golang-go | gccgo" from Depends field

 -- Anthony Fok <foka@debian.org>  Fri, 29 Apr 2016 15:55:36 +0800

golang-github-spf13-fsync (0.0~git20151208.0.c2544e7-2) unstable; urgency=medium

  * Allow package to be installed with gccgo where golang-go is unavailable
  * Update debian/copyright

 -- Anthony Fok <foka@debian.org>  Fri, 15 Jan 2016 12:26:47 -0700

golang-github-spf13-fsync (0.0~git20151208.0.c2544e7-1) unstable; urgency=medium

  * New upstream snapshot
  * Add versioned dependency on golang-github-spf13-afero-dev
    (>= 0.0~git20151210.0.12f79b2) due to upstream API change.

 -- Anthony Fok <foka@debian.org>  Tue, 15 Dec 2015 16:54:15 -0700

golang-github-spf13-fsync (0.0~git20151119.0.1a03b59-1) unstable; urgency=medium

  * New upstream version 0.0~git20151119.0.1a03b59

 -- Anthony Fok <foka@debian.org>  Sat, 21 Nov 2015 02:58:59 -0700

golang-github-spf13-fsync (0.0~git20151116.0.a187c34-1) unstable; urgency=medium

  * New upstream snapshot that properly fixes all issues related to #802340.
    See https://github.com/mostafah/fsync/issues/5 for discussion.
  * Remove my previous workaround to #802340 in debian/rules
  * Remove my previous "three hours ago" test patch

 -- Anthony Fok <foka@debian.org>  Mon, 16 Nov 2015 07:44:31 -0700

golang-github-spf13-fsync (0.0~git20141101.0.1fdf08f-2) unstable; urgency=high

  * Prevent a minor mtime discrepancy in TestSync (go test) from triggering
    a FTBFS.  Thanks Chris Faux!  (Closes: #802340)
  * Add a temporary patch to change the "one hour ago" trick to "three hours
    ago" to see how the buildlog would change on reproducible.debian.net
  * Change "MIT" to "Expat" in debian/copyright

 -- Anthony Fok <foka@debian.org>  Tue, 10 Nov 2015 15:56:36 -0700

golang-github-spf13-fsync (0.0~git20141101.0.1fdf08f-1) unstable; urgency=medium

  * Initial release (Closes: #799688)

 -- Anthony Fok <foka@debian.org>  Mon, 21 Sep 2015 08:37:40 -0600