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
|
password-store (1.6.5-7) unstable; urgency=medium
* Cherry-pick from upstream:
- Make gpg errors fatal (closes: #863404).
-- Colin Watson <cjwatson@debian.org> Fri, 26 May 2017 13:29:21 +0100
password-store (1.6.5-6) unstable; urgency=medium
* Ensure that GNUPGHOME is set to a short enough path while running tests
(closes: #862071).
-- Colin Watson <cjwatson@debian.org> Tue, 09 May 2017 11:45:54 +0100
password-store (1.6.5-5) unstable; urgency=medium
* Cherry-pick from upstream:
- init: match only the public key (closes: #860353).
-- Colin Watson <cjwatson@debian.org> Thu, 20 Apr 2017 00:50:19 +0100
password-store (1.6.5-4) unstable; urgency=medium
* Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
* Policy version 3.9.8: no changes required.
-- Colin Watson <cjwatson@debian.org> Fri, 20 Jan 2017 13:07:10 +0000
password-store (1.6.5-3) unstable; urgency=medium
* Upgrade to debhelper v9.
-- Colin Watson <cjwatson@debian.org> Sun, 17 Jan 2016 18:30:26 +0000
password-store (1.6.5-2) unstable; urgency=medium
* Install fish completion file (closes: #797597).
-- Colin Watson <cjwatson@debian.org> Mon, 31 Aug 2015 22:05:44 +0100
password-store (1.6.5-1) unstable; urgency=medium
* New upstream release.
* Install contrib/vim/ as examples.
* Don't install contrib/emacs/.gitignore.
* Build-depend on dh-python.
* Policy version 3.9.6: no changes required.
-- Colin Watson <cjwatson@debian.org> Thu, 29 Jan 2015 14:29:40 +0000
password-store (1.6.3-3) unstable; urgency=medium
* Cherry-pick from upstream:
- Fix pass zsh completion and autoloading (closes: #775268).
-- Colin Watson <cjwatson@debian.org> Wed, 14 Jan 2015 11:06:17 +0000
password-store (1.6.3-2) unstable; urgency=medium
* Simplify debian/install now that all the importers are in their own
subdirectory.
* Install remaining files from contrib/ as documentation or examples as
appropriate (closes: #754075).
-- Colin Watson <cjwatson@debian.org> Sat, 27 Sep 2014 23:30:36 +0100
password-store (1.6.3-1) unstable; urgency=medium
* New upstream release.
* Drop SHELL=/bin/bash when calling "make install", now unnecessary.
* Bump minimum debhelper version to 8.1.0~ for debian/maintscript.
* Update for new upstream web site.
-- Colin Watson <cjwatson@debian.org> Thu, 03 Jul 2014 11:28:01 +0100
password-store (1.6.2-1) unstable; urgency=medium
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Tue, 27 May 2014 17:31:07 +0100
password-store (1.6.1-1) unstable; urgency=medium
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Mon, 28 Apr 2014 14:44:36 +0100
password-store (1.5-1) unstable; urgency=medium
* New upstream release (closes: #744723).
- Fix typos in "pass generate" documentation (closes: #739949).
* Go back to recommending xclip; pass now supports asking it to copy to
the PRIMARY selection using PASSWORD_STORE_X_SELECTION=primary.
* Use dh_python2 to stop python-support generating
/usr/share/python-support/pass.private.
-- Colin Watson <cjwatson@debian.org> Mon, 14 Apr 2014 16:40:29 +0100
password-store (1.4.2-3) unstable; urgency=medium
* Add Vcs-* fields.
* Policy version 3.9.5: no changes required.
-- Colin Watson <cjwatson@debian.org> Mon, 27 Jan 2014 08:36:43 +0000
password-store (1.4.2-2) unstable; urgency=medium
* Use editor(1) rather than vi(1) if EDITOR is unset (closes: #722254).
* Support gpg as an alternative to gpg2 (thanks, Helmut Grohne; closes:
#701845).
* Write to both CLIPBOARD and PRIMARY selection, using xsel(1) which,
unlike xclip, is able to keep the latter in memory (thanks, Thorsten
Glaser; closes: #725653).
* Install zsh completion file (closes: #733121).
-- Colin Watson <cjwatson@debian.org> Fri, 10 Jan 2014 00:57:51 +0000
password-store (1.4.2-1) unstable; urgency=low
* New upstream release (closes: #694772).
- On insert, no-echo mode is now default, with the --echo mode to turn
on echoing of passwords (closes: #689276).
* Package the various importers from contrib/, currently placed in
/usr/share/pass/ with their extensions from the upstream tarball, with
Suggests for their dependencies; this may change if upstream decides to
start installing them by default.
-- Colin Watson <cjwatson@debian.org> Fri, 30 Nov 2012 12:19:18 +0000
password-store (1.4-2) unstable; urgency=low
* Recommend git rather than git-core (closes: #689688).
-- Colin Watson <cjwatson@debian.org> Fri, 05 Oct 2012 08:06:57 +0100
password-store (1.4-1) unstable; urgency=low
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Mon, 24 Sep 2012 11:38:19 +0100
password-store (1.3-1) unstable; urgency=low
[ Jason A. Donenfeld ]
* Initial release (closes: #686903, LP: #1047122).
[ Colin Watson ]
* Change source package name to "password-store" to match the upstream git
repository and tarball. Binary name remains "pass" to match the program
name.
* Take over as package maintainer.
* Build-depend on a sufficient version of debhelper.
* Add Upstream-Contact to debian/copyright.
* Policy version 3.9.3: no changes required.
* Add ${misc:Depends}.
* Improve layout of package description.
* xclip is not a hard dependency, and is only used by the -c/--clip
option. Demote it to Recommends.
* git-core is not a hard dependency; it is used by some subcommands, but
pass can also work well without it. Demote it to Recommends.
* Add a Homepage field.
* Add a watch file.
-- Colin Watson <cjwatson@debian.org> Wed, 19 Sep 2012 14:15:15 +0100
|