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 119 120 121 122 123 124 125 126 127 128 129 130
|
golang-pty (1.1.6-2) unstable; urgency=medium
[ Debian Janitor ]
* Apply multi-arch hints. + golang-github-kr-pty-dev: Add Multi-Arch: foreign.
* Bump debhelper from old 12 to 13.
* Set upstream metadata fields: Repository-Browse.
* Update standards version to 4.6.1, no changes needed.
-- Jelmer Vernooij <jelmer@debian.org> Thu, 24 Nov 2022 02:08:07 +0000
golang-pty (1.1.6-1) unstable; urgency=medium
New upstream version 1.1.6
* Bump debhelper dependency to "Build-Depends: debhelper-compat (= 12)"
* Bump Standards-Version to 4.4.0 (no change)
-- Anthony Fok <foka@debian.org> Wed, 07 Aug 2019 06:20:47 -0600
golang-pty (1.1.3-1) unstable; urgency=medium
* New upstream release 1.1.3:
- Add StartWithSize to allow resizing pty before starting a command
to avoid races (#62)
* Update Maintainer email address to team+pkg-go@tracker.debian.org
* Bump Standards-Version to 4.3.0 (no change)
* Set debian/gbp.conf to the current default of dh-make-golang.
Removing the peculiar ../build-area/ and ../tarballs/ directories
that are not used in most other Debian Go packages.
-- Anthony Fok <foka@debian.org> Wed, 02 Jan 2019 02:05:32 -0700
golang-pty (1.1.2-1) unstable; urgency=medium
* New upstream release 1.1.2
-- Anthony Fok <foka@debian.org> Tue, 26 Jun 2018 03:36:06 -0600
golang-pty (1.1.1-1) unstable; urgency=medium
[ Alexandre Viau ]
* Point Vcs-* urls to salsa.debian.org.
[ Anthony Fok ]
* New upstream release 1.1.1
* [66121ac] Apply "cme fix dpkg" fixes to debian/control,
bumping Standards-Version to 4.1.4,
setting Priority from extra to optional, etc.
* [e828c27] Use debhelper (>= 11)
* [9496a75] Remove old golang-pty-dev transitional package
-- Anthony Fok <foka@debian.org> Wed, 25 Apr 2018 22:24:28 -0600
golang-pty (1.0.0-2) unstable; urgency=medium
* Update Maintainer to be the pkg-go team proper
-- Tianon Gravi <tianon@debian.org> Tue, 08 Aug 2017 20:25:51 -0700
golang-pty (1.0.0-1) unstable; urgency=medium
* New upstream release v1.0.0 [2c10821]
* [5c4f86a] Add debian/watch: upstream has made a v1.0.0 release
* [553418a] Build-Depends on golang-any instead of golang-go
* [998c70e] Use debhelper (>= 10)
* [47852f7] Bump Standards-Version to 4.0.0: Use https form
of the copyright-format URL in debian/copyright
* [dcf4d2e] debian/gbp.conf: Rename old style [git-dch] to [dch]
-- Anthony Fok <foka@debian.org> Mon, 10 Jul 2017 16:12:33 -0600
golang-pty (0.0~git20151007.0.f7ee69f-2) unstable; urgency=medium
[ Tim Potter ]
* [7ddfdbc] Add me to uploaders
[ Michael Stapelberg ]
* [db77a97] debian/control: drop bogus built-using, add myself to uploaders
built-using should be set on binary packages, not library packages
-- Michael Stapelberg <stapelberg@debian.org> Sat, 06 May 2017 13:48:48 +0200
golang-pty (0.0~git20151007.0.f7ee69f-1) unstable; urgency=medium
* Upstream bump to f7ee69f (2015-10-07)
* Rename golang-pty-dev package to golang-github-kr-pty-dev
* Update debian/control:
- Add myself to the list of Uploaders
- Bump Standards-Version to 3.9.8 (no change)
- Use secure https URL for Vcs-Git
- Add XS-Go-Import-Path field
-- Anthony Fok <foka@debian.org> Thu, 28 Apr 2016 09:58:28 +0800
golang-pty (0.0~git20150511.1.5cf931e-1) unstable; urgency=medium
* Upstream bump to 5cf931e (2015-05-11).
-- Tianon Gravi <admwiggin@gmail.com> Thu, 04 Jun 2015 10:36:48 -0600
golang-pty (0.0~git20141217.1.05017fc-1) unstable; urgency=medium
* Upload to unstable (and update the version number to be appropriately less
overenthusiastic)
-- Tianon Gravi <admwiggin@gmail.com> Sun, 03 May 2015 00:15:21 -0600
golang-pty (0.0~git20141217.141937.1.05017fc-1~exp1) experimental; urgency=low
* Upstream bump to 05017fc (2014-12-17)
* Update packaging to utilize dh-golang appropriately
* Remove Daniel Mizyrycki from Uploaders. Thanks for all your work!
-- Tianon Gravi <admwiggin@gmail.com> Wed, 28 Jan 2015 23:00:36 -0700
golang-pty (0.0~git20140315.1.67e2db2-1) unstable; urgency=medium
[ Paul Tagliamonte ]
* We're hijacking the golang-pty-dev bianry because we want a source
rename to bring it in-line with go policy.
[ Tianon Gravi ]
* Upstream bump to 67e2db2 (2014-03-15)
-- Tianon Gravi <admwiggin@gmail.com> Thu, 08 May 2014 11:04:49 -0400
golang-pty-dev (0.0~git20130701-1) unstable; urgency=low
* Initial release (Closes: #715523)
-- Daniel Mizyrycki <mzdaniel@glidelink.net> Wed, 17 Jul 2013 09:41:19 -0700
|