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 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273
|
keychain (2.8.5-1) unstable; urgency=medium
* New maintainer. Closes: #867749
* Convert the copyright file to the machine-readable format.
* Bring up to compliance with Debian Policy 4.3.0:
- add the Vcs-Git and Vcs-Browser fields
- change the priority to "optional" from "extra"
- add "Rules-Requires-Root: no" to the source control stanza
- install the upstream ChangeLog file as NEWS
* Bump the debhelper compat level to 12 with no changes and
switch to the debhelper-compat (= 12) mechanism.
* Add a watch file pointing at GitHub.
* Add an autopkgtest for the ssh-agent functionality.
* Add an upstream metadata file.
* Add "Multi-Arch: foreign" to the binary package.
* Switch two upstream URLs to the HTTPS scheme.
* Add the malformed-ssh-key patch to display a warning. Closes: #673019
* Remove whitespace at the end of the line in the changelog and
control files.
* Add a simple git-buildpackage config file.
* New upstream version:
- fix adding GnuPG keys; Closes: #867972
- install the plaintext rendition of the documentation
- add the typos patch to correct some typographical and
grammatical errors
-- Peter Pentchev <roam@debian.org> Wed, 20 Feb 2019 18:27:58 +0200
keychain (2.8.2-0.1) unstable; urgency=medium
* Non-maintainer upload.
* New upstream release. (Closes: #847445)
- Fixes bashisms causing syntax errors. (Closes: #815510)
- Cleanly separates the --help output for --stop and
--systemd. (Closes: #800555)
* Convert to 3.0 (quilt) source format to avoid making this
a native package again. (see #800555)
* Convert d/rules to dh7-style given that upstream removed
its build system.
-- Niels Thykier <niels@thykier.net> Sat, 31 Dec 2016 22:35:22 +0000
keychain (2.8.1-0.1) unstable; urgency=medium
* Non-maintainer upload.
* New upstream release. (Closes: #780012)
- Supports OpenSSH 6.9 output. (Closes: #796398)
* Replace deprecated dh_clean -k with dh_prep
* README.examples and keychain.xsession are no longer
shipped as upstream has removed them without any
apparent replacement. (Closes: #577246)
* Remove versioned dependency on grep since it was satisfied
in "oldoldstable".
* Add a Homepage field to link to the upstream project page.
* Add now mandatory build-arch and build-indep targets.
* Bump debhelper compat to 9 - none of the compat changes
affects the package.
-- Niels Thykier <niels@thykier.net> Sat, 05 Sep 2015 09:04:43 +0200
keychain (2.7.1-1) unstable; urgency=low
* New upstream version.
-- Cesar Mendoza <mendoza@debian.org> Thu, 11 Oct 2011 19:01:34 -0600
keychain (2.6.8-3) unstable; urgency=low
* Fixed url in the man page
-- Cesar Mendoza <mendoza@debian.org> Thu, 18 Jun 2009 11:02:00 -0600
keychain (2.6.8-2) unstable; urgency=low
* added suggests for package ssh-askpass. Closes: #462080
* superfluous continuation lines in manpage example fixed. Closes: #440128
* Assumes tty uses ANSI escape sequences fixed. Closes: #440129
* Thanks to Gregory Colpart, Trent Buck and Steven Cole for the input.
-- Cesar Mendoza <mendoza@debian.org> Thu, 03 Apr 2008 09:04:28 -0600
keychain (2.6.8-1) unstable; urgency=low
* New upstream version.
-- Cesar Mendoza <mendoza@debian.org> Tue, 24 Aug 2007 15:32:54 -0600
keychain (2.6.6-1) unstable; urgency=low
* New upstream version.
-- Cesar Mendoza <mendoza@debian.org> Tue, 21 Sep 2006 15:28:05 -0600
keychain (2.6.2-1) unstable; urgency=low
* New upstream version.
* IGNORECASE removed from awk calls. Closes: #366073
* debconf dependency removed. Closes: #375232
* added example for keychain integration into Xsession. Thanks to Simon McVittie. Closes: #336484
* Confirm patch added to keychain upstream. Thanks to Liyang HU <liyang@nerv.cx> for the patch. Closes: #296382
-- Cesar Mendoza <mendoza@debian.org> Tue, 9 May 2006 09:09:13 -0600
keychain (2.5.5-5) unstable; urgency=low
* the package now suggests gnupg-agent. Closes: #336159
-- Cesar Mendoza <mendoza@debian.org> Mon, 31 Oct 2005 14:26:34 -0600
keychain (2.5.5-4) unstable; urgency=low
* added | debconf-2.0 to Depend field.
-- Cesar Mendoza <mendoza@debian.org> Thu, 28 Sep 2005 14:01:03 -0600
keychain (2.5.5-3) unstable; urgency=low
* Fix bugs in handling of DISPLAY and SSH_ASKPASS. Closes: #324950
-- Cesar Mendoza <mendoza@debian.org> Thu, 25 Aug 2005 15:19:23 -0600
keychain (2.5.5-2) unstable; urgency=low
* Now depends on openssh-client | ssh-client. Closes: #281106
-- Cesar Mendoza <mendoza@debian.org> Tue, 23 Aug 2005 13:26:34 -0600
keychain (2.5.5-1) unstable; urgency=low
* New upstream version. Closes: #305281
* Now depends on ssh. Closes: #281106
* Debconf not used anymore. Closes: #235812,#298567
* Translations not needed any more for debconf. Closes: #301473,#312168
* Error in the description fixed. Closes: #285125
-- Cesar Mendoza <mendoza@debian.org> Tue, 23 Aug 2005 11:33:12 -0600
keychain (2.5.1-1) unstable; urgency=low
* New upstream version. Closes: #246967
* l10n changes Closes: #235812,#259567,#262738,#266356,#274900,#192165
-- Cesar Mendoza <mendoza@debian.org> Mon, 17 Jan 2005 11:40:46 -0600
keychain (2.4.0-1) unstable; urgency=low
* New upstream version.
* keychain doesn't output ssh-add messages Closes: #269722
-- Cesar Mendoza <mendoza@debian.org> Tue, 21 Sep 2004 14:08:29 -0600
keychain (2.3.3-1) unstable; urgency=low
* using debconf without po-debconf fixed.
* New upstream version.
* Doesn't suggest procmail anymore
-- Cesar Mendoza <mendoza@debian.org> Thu, 08 Jul 2004 14:31:43 -0600
keychain (2.0.3-2) unstable; urgency=low
* keychain dosn't recognise the running ssh-agents again Closes: #223808
-- Cesar Mendoza <mendoza@debian.org> Fri, 05 Dec 2003 15:30:29 -0600
keychain (2.0.3-1) unstable; urgency=low
* New upstream version.
-- Cesar Mendoza <mendoza@debian.org> Fri, 05 Dec 2003 15:25:49 -0600
keychain (2.0.2-4) unstable; urgency=low
* keychain dosn't recognise the running ssh-agents Closes: #163339
-- Cesar Mendoza <mendoza@debian.org> Mon, 28 Oct 2002 10:32:04 -0600
keychain (2.0.2-3) unstable; urgency=low
* error on keychain manpage Closes: #166328
-- Cesar Mendoza <mendoza@debian.org> Mon, 28 Oct 2002 10:32:04 -0600
keychain (2.0.2-2) unstable; urgency=low
* keychain 2.0.2 identifies itself as 2.0.1
-- Cesar Mendoza <mendoza@debian.org> Wed, 26 Sep 2002 09:37:49 -0600
keychain (2.0.2-1) unstable; urgency=low
* New upstream version, fixes problems with ssh-askpass
-- Cesar Mendoza <mendoza@debian.org> Wed, 18 Sep 2002 16:07:27 -0600
keychain (2.0.1-2) unstable; urgency=low
* removed dependency on ssh-askpass Closes: #161123
* keychain goes to main
-- Cesar Mendoza <mendoza@debian.org> Thu, 17 Sep 2002 09:50:55 -0600
keychain (2.0.1-1) unstable; urgency=low
* New upstream version
* 2.0 was skiped because of a bug in the documentation
-- Cesar Mendoza <mendoza@debian.org> Mon, 26 Aug 2002 11:05:25 -0600
keychain (1.9-2) unstable; urgency=low
* change on grep dependency Closes: #152546
-- Cesar Mendoza <mendoza@debian.org> Wed, 10 Jul 2002 15:20:58 -0600
keychain (1.9-1) unstable; urgency=low
* New upstream version
-- Cesar Mendoza <mendoza@debian.org> Mon, 04 Mar 2002 13:14:25 -0600
keychain (1.8-2) unstable; urgency=low
* New new option --local was missing in the man page.
-- Cesar Mendoza <mendoza@debian.org> Thu, 06 Dec 2001 13:12:15 -0600
keychain (1.8-1) unstable; urgency=low
* New upstream version
-- Cesar Mendoza <mendoza@debian.org> Thu, 03 Dec 2001 09:37:06 -0600
keychain (1.7-1) unstable; urgency=low
* New upstream version
* Added suggests procmail because of lockfile, but It will run without it.
-- Cesar Mendoza <mendoza@debian.org> Thu, 24 Oct 2001 17:06:33 -0500
keychain (1.5-1) unstable; urgency=low
* New upstream version Closes: #113781
-- Cesar Mendoza <mendoza@debian.org> Fri, 28 Sep 2001 10:48:40 -0500
keychain (1.4-1) unstable; urgency=low
* New upstream version Closes: #112967
-- Cesar Mendoza <mendoza@debian.org> Wed, 20 Sep 2001 16:28:21 -0500
keychain (1.2-2) unstable; urgency=low
* Real Author added to the copyright file
* Better dependencies.
* now works with ash as sh
-- Cesar Mendoza <mendoza@debian.org> Wed, 12 Sep 2001 09:16:48 -0500
keychain (1.2-1) unstable; urgency=low
* Initial Release. Closes: #112020
-- Cesar Mendoza <mendoza@debian.org> Tue, 11 Sep 2001 09:13:33 -0500
Local variables:
mode: debian-changelog
End:
|