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
|
golang-testify (1.1.4+ds-1) unstable; urgency=medium
* New upstream release.
* Revise debian/watch and debian/copyright to facilitate repacking
of upstream tarballs to remove vendor/ directory.
-- Anthony Fok <foka@debian.org> Thu, 29 Dec 2016 18:14:26 -0700
golang-testify (1.1.3+git20160418.12.c5d7a69+ds-1) unstable; urgency=high
* Repackage the source, removing third-party code. Closes: #823170.
* Add these dependencies to debian/control.
* debian/rules: Add gen-orig-tgz target.
* debian/watch: Mangle version for repackaging.
-- Martín Ferrari <tincho@debian.org> Sun, 01 May 2016 19:28:18 +0000
golang-testify (1.1.3+git20160418.12.c5d7a69-2) unstable; urgency=medium
* debian/control: Fix broken Vcs-* fields. Add myself to Uploaders.
-- Martín Ferrari <tincho@debian.org> Sun, 01 May 2016 18:29:29 +0000
golang-testify (1.1.3+git20160418.12.c5d7a69-1) unstable; urgency=medium
* New upstream version
* Update debian/control
- Bump Standards-Version to 3.9.8 (no change)
- Use secure https URLs for Vcs-* fields
- Remove golang-go from Depends field
- Remove alternatives in dependencies now that golang-objx-dev has
been renamed to golang-github-stretchr-obj-dev
-- Anthony Fok <foka@debian.org> Fri, 29 Apr 2016 11:46:44 +0800
golang-testify (1.0-2) unstable; urgency=medium
* Team upload.
* Swap Build-Depends relation ordering to appease buildds.
-- Tianon Gravi <tianon@debian.org> Tue, 10 Nov 2015 06:37:00 -0800
golang-testify (1.0-1) unstable; urgency=medium
* New upstream release.
* Rename golang-testify-dev to golang-github-stretchr-testify-dev,
while providing Conflicts/Provides/Replaces to the old package.
* Change dependency on golang-objx-dev to
"golang-github-stretchr-objx-dev | golang-objx-dev"
in anticipation of future package renames.
* Add debian/watch now that upstream made a release.
* Rename license short code "MIT" to "Expat" in debian/copyright.
* Add myself as an uploader.
-- Anthony Fok <foka@debian.org> Fri, 25 Sep 2015 23:25:18 -0600
golang-testify (0.0~git20141213-1) unstable; urgency=medium
* New upstream snapshot.
+ Fixes suite_test.go; Drop 01_fix_testsuite_test patch.
+ Addresses assertions_test.go issues. Closes: #769259
* Fix short license names.
* Change maintainer to pkg-go team, move myself to uploaders.
* Bump standards version to 3.9.6 (no changes).
* Update Vcs-Git header to point at team repo.
-- Jelmer Vernooij <jelmer@debian.org> Sat, 15 Nov 2014 18:38:49 +0000
golang-testify (0.0~git20140717-1) unstable; urgency=medium
* New upstream release.
* Set branch in Vcs-Git header.
* Add Built-Using header.
-- Jelmer Vernooij <jelmer@debian.org> Tue, 15 Jul 2014 16:31:44 +0200
golang-testify (0.0~git20140427-1) unstable; urgency=medium
* Initial release. (Closes: #742370)
-- Jelmer Vernooij <jelmer@debian.org> Sat, 22 Mar 2014 15:45:59 +0000
|