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
|
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
|