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
|
pgpdump (0.36-1) unstable; urgency=medium
* New upstream release
* d/copyright: update years
* Standards-Version: bump to 4.6.2 (no changes needed)
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Tue, 30 Jan 2024 10:44:12 -0500
pgpdump (0.34-1) unstable; urgency=medium
[ Debian Janitor ]
* Bump debhelper from old 11 to 12.
* Set debhelper-compat version in Build-Depends.
* Set fields Upstream-Contact in debian/copyright.
* Remove obsolete fields Contact, Name from debian/upstream/metadata.
[ Daniel Kahn Gillmor ]
* New upstream release
* standards version: bump to 4.6.0 (no changes needed)
* d/copyright: update dates
* move to debhelper 13
* drop patches, applied upstream
* fix Vcs-Browser tag name
* Rules-Requires-Root: no
* d/watch: update to version 4
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Sat, 08 Jan 2022 16:15:34 -0500
pgpdump (0.33-2) unstable; urgency=medium
[ Gianfranco Costamagna ]
* Fix testsuite, force UTC as timestamp
* Team upload.
[ Steve Langasek ]
* Restore dropped debian/test. Closes: #902828.
-- Gianfranco Costamagna <locutusofborg@debian.org> Fri, 12 Jul 2019 12:33:15 +0200
pgpdump (0.33-1) unstable; urgency=medium
* release to unstable
* Move to Debian GnuPG packaging team, coordinating with ghostbar
* use debian/master branch
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Mon, 25 Jun 2018 17:57:29 -0400
pgpdump (0.33-0.2) experimental; urgency=medium
* Non-maintainer upload to experimental
* support DEB_BUILD_OPTIONS=nocheck (thanks, Helmut Grohne!)
* fix cross-building (Closes: #894115)
* avoid infinite loop (Closes: #869891)
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Wed, 13 Jun 2018 13:28:38 -0400
pgpdump (0.33-0.1) experimental; urgency=medium
* Non-maintainer upload to experimental
* New upstream version
* use DEP-14 branch naming
* move Vcs-* to salsa
* Standards-version: bump to 4.1.4 (no changes needed)
* move to debhelper 11
* d/changelog: drop trailing whitespace
* d/copyright: add my name for debian packaging
* convert to using upstream shell-based test suite
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Wed, 13 Jun 2018 10:58:07 -0400
pgpdump (0.32-0.1) experimental; urgency=medium
* Non-maintainer upload to experimental
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Wed, 31 May 2017 09:16:17 -0400
pgpdump (0.31-0.2) unstable; urgency=medium
* Non-maintainer upload
* Fix failing test suite. Closes: #846678
-- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Wed, 14 Dec 2016 21:49:14 +0100
pgpdump (0.31-0.1) unstable; urgency=medium
[ Daniel Kahn Gillmor ]
* Non-maintainer upload (Closes: #845390, #773747)
* use https URLs for Vcs-*
* wrap-and-sort -ast
* use dh_autoreconf
* move to dh 10
* imported patches from Peter Pentchev, already upstreamed
* make debian/test work correctly
* set up autopkgtest
[ Peter Pentchev ]
* Bump Standards-Version to 3.9.8 with no changes.
* Switch to HTTPS for the copyright format spec URL, too.
* Break the BSD-3-clause license into a separate section.
* Drop the dirs file, the upstream build system creates them.
* Enable all the hardening build options.
* Switch to the 3.0 (quilt) source format.
* Add Multi-Arch: foreign to the binary package.
* Add an upstream metadata file.
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Wed, 23 Nov 2016 01:23:35 -0500
pgpdump (0.29-1) unstable; urgency=medium
* New upstream version
-- Jose Luis Rivas <ghostbar@debian.org> Wed, 09 Sep 2015 11:50:06 -0500
pgpdump (0.28-1) unstable; urgency=low
* New upstream version.
* debian/watch: mangle updated to match versioning on GitHub (with a v
before the version number).
* debian/copyright: updated to dep5.
* debian/source/format: Created.
* debian/control:
+ Standard-Versions to 3.9.4.
+ debhelper >= 9.
* debian/compat: bump to 9.
-- Jose Luis Rivas <ghostbar@debian.org> Mon, 26 Aug 2013 10:45:17 -0430
pgpdump (0.27-1) unstable; urgency=low
* New upstream release
* Migrated to debhelper 7, removed cdbs and dependencies
* Updated debian/watch, now pointing to github repo
* Updated my email address on debian/control
* Now dumps notation names (fixed upstream with patch from Riskó Gergely
Closes: #464572)
* Bumped to Standards-Version 3.9.1 wo/ changes.
* Added Vcs-git and Homepage fields to debian/control.
-- Jose Luis Rivas <ghostbar@debian.org> Sat, 14 Aug 2010 22:23:30 -0430
pgpdump (0.26-1) unstable; urgency=low
* New upstream version. (Closes: #443522)
* debian/copyright:
+ Updated source URL.
* debian/watch:
+ Updated watch URL.
* debian/rules:
+ Migrated to CDBS, completely new `debian/rules`.
* debian/control:
+ Standard-Versions updated to 3.7.3, no further modifications needed.
+ Added to Build-depends `cdbs`.
-- Jose Luis Rivas <ghostbar38@gmail.com> Sun, 16 Dec 2007 02:13:45 -0430
pgpdump (0.25-1) unstable; urgency=low
* New upstream version
-- Jose Luis Rivas <ghostbar38@gmail.com> Thu, 7 Dec 2006 13:45:35 -0400
pgpdump (0.24-4) unstable; urgency=low
* Fixed Long description on `debian/control`.
-- Jose Luis Rivas <ghostbar38@gmail.com> Wed, 20 Sep 2006 16:35:39 -0400
pgpdump (0.24-3) unstable; urgency=low
* New Mantainer. (closes: #383129)
* Applied patch to `keys.c` given by Brian M. Carlson. (closes: #223837)
-- Jose Luis Rivas <ghostbar38@gmail.com> Mon, 28 Aug 2006 23:35:07 -0400
pgpdump (0.24-2) unstable; urgency=low
* QA upload.
* Package is orphaned (#383129); set maintainer to Debian QA Group.
* debian/watch: Update upstream URL.
* Conforms to Standards version 3.7.2.
-- Matej Vela <vela@debian.org> Mon, 28 Aug 2006 08:28:52 +0200
pgpdump (0.24-1) unstable; urgency=low
* New upstream release.
-- Graham Wilson <graham@debian.org> Fri, 24 Dec 2004 16:00:40 +0000
pgpdump (0.23-1) unstable; urgency=low
* New upstream release.
* Just call autoreconf in autogen.sh.
* Update configure flags for newer autoconf versions.
* Add a debian/test script to run run pgpdump with all of the files in the
data subdirectory.
-- Graham Wilson <graham@debian.org> Tue, 23 Nov 2004 17:08:37 +0000
pgpdump (0.22-2) unstable; urgency=low
* Correctly print labels for unencrypted v3 secret keys. (closes: #236553)
-- Graham Wilson <graham@debian.org> Thu, 11 Mar 2004 20:39:20 +0000
pgpdump (0.22-1) unstable; urgency=low
* New upstream release.
-- Graham Wilson <graham@debian.org> Sun, 25 Jan 2004 04:49:55 +0000
pgpdump (0.21-1) unstable; urgency=low
* Add a watch file for uscan.
* New upstream version.
* Add autogen.sh to regenerate auto* files.
* Handle critical flag of subpacket type octet. (closes: #229020)
-- Graham Wilson <graham@debian.org> Fri, 23 Jan 2004 03:15:23 +0000
pgpdump (0.20-2) unstable; urgency=low
* Do read from stdin, but handle EOF better. (closes: #223036)
-- Graham Wilson <graham@debian.org> Thu, 11 Dec 2003 04:04:11 +0000
pgpdump (0.20-1) unstable; urgency=low
* New upstream version.
- Support bzip2 compression from bis09 draft. (closes: #223035)
* Correctly support DEB_BUILD_OPTIONS.
* Don't read from stdin. (closes: #223036)
-- Graham Wilson <graham@debian.org> Wed, 10 Dec 2003 21:24:20 +0000
pgpdump (0.19-2) unstable; urgency=low
* Change maintainer address.
* Increment standards version. No changes.
-- Graham Wilson <graham@debian.org> Thu, 18 Sep 2003 18:32:54 +0000
pgpdump (0.19-1) unstable; urgency=low
* Initial Debian release. (closes: #193093)
-- Graham Wilson <bob@decoy.wox.org> Fri, 08 Aug 2003 17:46:18 +0000
vim:ts=2:sw=2:et:
|