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
|
golang-github-yosssi-ace (0.0.5-3) unstable; urgency=medium
[ Alexandre Viau ]
* Point Vcs-* urls to salsa.debian.org.
[ Anthony Fok ]
* Apply "cme fix dpkg" to debian/control,
bumping Standards-Version to 4.1.3,
setting Priority to optional,
adding "Testsuite: autopkgtest-pkg-go", etc.
* Remove redundant priority field in debian/control.
-- Anthony Fok <foka@debian.org> Tue, 03 Apr 2018 15:07:52 -0600
golang-github-yosssi-ace (0.0.5-2) unstable; urgency=medium
* Try to beat the "mips-linux-gnu-gccgo-7: waitid: bad address" error
on mips/mipsel until the fix enters the Linux kernel.
See https://bugs.debian.org/867358
-- Anthony Fok <foka@debian.org> Fri, 28 Jul 2017 23:40:52 -0600
golang-github-yosssi-ace (0.0.5-1) unstable; urgency=medium
* New upstream release.
* Remove erroneous double escape backslashes '\\' in debian/watch.
* Use debhelper (>= 10).
* 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.
* Adjust package description to avoid Lintian warning.
* Update Lintian overrides.
-- Anthony Fok <foka@debian.org> Mon, 10 Jul 2017 00:01:15 -0600
golang-github-yosssi-ace (0.0.4+git20160102.51.71afeb7-1) unstable; urgency=medium
* New upstream version
* Refresh debian/control
- Bump Standards-Version to 3.9.8 (no change)
- Use secure https URL for Vcs-Git field too
- Replace architecture-specific hack with golang-any in Build-Depends
- Remove "golang-go | gccgo" from Depends field
* Add debian/watch file
-- Anthony Fok <foka@debian.org> Fri, 10 Jun 2016 14:34:19 -0600
golang-github-yosssi-ace (0.0.4+git20151129.47.899eede-2) unstable; urgency=medium
* Build using gccgo on architectures without golang-go
* Allow package to be installed with gccgo where golang-go is unavailable
* Update debian/copyright
-- Anthony Fok <foka@debian.org> Fri, 15 Jan 2016 02:28:26 -0700
golang-github-yosssi-ace (0.0.4+git20151129.47.899eede-1) unstable; urgency=medium
* New upstream snapshot
-- Anthony Fok <foka@debian.org> Thu, 17 Dec 2015 04:15:42 -0700
golang-github-yosssi-ace (0.0.4+git20150515.41.78e48a2-3) unstable; urgency=medium
* Fix typo in debian/control. (Thanks to Chris Bannister)
* Build-Depends on "golang-go | gccgo (>= 4:5~)" to allow building
on architectures where golang-go is not available.
* Add Lintian overrides for statically-linked-binary
* Rename "MIT" to "Expat" in debian/copyright.
-- Anthony Fok <foka@debian.org> Wed, 23 Sep 2015 16:29:52 -0600
golang-github-yosssi-ace (0.0.4+git20150515.41.78e48a2-2) unstable; urgency=medium
* Correct the Ace example in the package description
-- Anthony Fok <foka@debian.org> Wed, 23 Sep 2015 05:28:36 -0600
golang-github-yosssi-ace (0.0.4+git20150515.41.78e48a2-1) unstable; urgency=medium
* Initial release (Closes: #799815)
* Add man page for ace(1)
-- Anthony Fok <foka@debian.org> Tue, 22 Sep 2015 17:18:02 -0600
|