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
|
golang-github-spf13-pflag (0.0~git20161024.0.5ccb023-1) unstable; urgency=medium
* Team upload.
* Imported Upstream version 0.0~git20161024.0.5ccb023
* Use debhelper v10
-- Dr. Tobias Quathamer <toddy@debian.org> Sun, 13 Nov 2016 12:23:24 +0100
golang-github-spf13-pflag (0.0~git20160820.0.103ce5c-2) unstable; urgency=medium
* Packaging version bump to try and fix bad upload. No changes.
-- Tim Potter <tpot@hpe.com> Wed, 05 Oct 2016 09:02:30 +1100
golang-github-spf13-pflag (0.0~git20160820.0.103ce5c-1) unstable; urgency=medium
* New upstream snapshot (Closes: #835721).
-- Tim Potter <tpot@hpe.com> Mon, 05 Sep 2016 12:05:17 +1000
golang-github-spf13-pflag (0.0~git20160427.0.cb88ea7-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 extraneous comma from Depends field
-- Anthony Fok <foka@debian.org> Fri, 29 Apr 2016 11:13:56 +0800
golang-github-spf13-pflag (0.0~git20151218.0.7f60f83-2) unstable; urgency=medium
* Build-Depends on gccgo where golang-go is not available
* Remove golang-go from Depends
-- Anthony Fok <foka@debian.org> Thu, 14 Jan 2016 03:56:39 -0700
golang-github-spf13-pflag (0.0~git20151218.0.7f60f83-1) unstable; urgency=medium
* New upstream snapshot:
- Better support golang flag short values
- implement Go 1.5-style default usage formatting
-- Anthony Fok <foka@debian.org> Fri, 18 Dec 2015 22:23:16 -0700
golang-github-spf13-pflag (0.0~git20151013.0.08b1a58-1) unstable; urgency=medium
* New upstream snapshot
-- Anthony Fok <foka@debian.org> Tue, 15 Dec 2015 14:59:40 -0700
golang-github-spf13-pflag (0.0~git20150917.0.5a13a75-1) unstable; urgency=medium
* New upstream snapshot, with the following new feature that
golang-github-spf13-cobra depends:
- Store the length of Args when a -- is found in commandline.
This allows a program to know what args came before the --
and what args came after.
* Remove Built-Using field from debian/control
-- Anthony Fok <foka@debian.org> Mon, 21 Sep 2015 09:55:56 -0600
golang-github-spf13-pflag (0.0~git20150820.0.8e7dc10-1) unstable; urgency=medium
* Initial release (Closes: #798321)
-- Anthony Fok <foka@debian.org> Mon, 07 Sep 2015 23:22:19 -0600
|