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
|
guncat (2.02.00-1) unstable; urgency=medium
[ Frank B. Brokken ]
* New upstream version 2.02.00 (Closes: #1099491)
* Guncat depends on bobcat >= 6.07.00 and icmake >= 13.00.03.
* Updated debian/copyright, debian/control, and debian/rules.
* Added debian/upstream/metadata.
-- tony mancill <tmancill@debian.org> Thu, 06 Mar 2025 15:37:05 -0800
guncat (2.01.00-1) unstable; urgency=medium
* New upstream version 2.01.00 also handles large gpg-encrypted sections,
adds new options --gpg-messages and --dots, modified the --passphrase
option and removed options --less, --pipe and --write. See the upstream
changelog and guncat's man-page for details.
-- Frank B. Brokken <f.b.brokken@rug.nl> Sun, 16 Oct 2022 12:52:06 +0200
guncat (2.00.03-1) unstable; urgency=medium
* New upstream version 2.00.03
* Bump Standards-Version to 4.6.1
* debian/rules determines the C++ version to use from upstream's 'c++std'
file
-- Frank B. Brokken <f.b.brokken@rug.nl> Sun, 11 Sep 2022 11:34:44 +0200
guncat (2.00.02-1) unstable; urgency=medium
[ Frank B. Brokken ]
* New upstream version 2.00.02
Build script ready for icmake 10.01.01
[ tony mancill ]
* Bump Standards-Version to 4.6.0
* Relax bobcat and icmake dependencies to 5.07.00 and 9.03.01
* Freshen years in debian/copyright
-- tony mancill <tmancill@debian.org> Thu, 09 Sep 2021 20:42:09 -0700
guncat (2.00.01-1) unstable; urgency=medium
* Upstream man-page cosmetics.
-- Frank B. Brokken <f.b.brokken@rug.nl> Fri, 25 Dec 2020 10:27:00 +0100
guncat (2.00.00-1) unstable; urgency=medium
* New major version upgrade implements several new options and offers an
improved interaction with gpg. One of the new options handles paging
through the guncat's output by less.
-- Frank B. Brokken <f.b.brokken@rug.nl> Wed, 23 Dec 2020 21:51:19 +0100
guncat (1.02.01-2) unstable; urgency=medium
[ Frank B. Brokken ]
* New upstream release depends on bobcat 5.04.00 and simplified the GPipe
destructor's implementation.
* The typo in the man-page / README file was fixed, and the patch file was
removed.
* Removed debian/compat, added the compat specification to debian/control
[ tony mancill ]
* Set "Rules-Requires-Root: no" in debian/control
* Freshen years in debian/copyright
-- Frank B. Brokken <f.b.brokken@rug.nl> Sat, 07 Mar 2020 15:15:37 +0100
guncat (1.02.00-2) unstable; urgency=medium
[ Frank B. Brokken ]
* New debian release depends on bobcat version 5
[ tony mancill ]
* Use debhelper 12
* Bump Standards-Version to 4.4.0
* Freshen years in debian/copyright
* Add manpage_typos.patch
-- tony mancill <tmancill@debian.org> Thu, 25 Jul 2019 20:18:30 -0700
guncat (1.02.00-1) unstable; urgency=medium
[ Frank B. Brokken ]
* New upstream release updates gpg calls to gpg version 2.1, added new
options and disuses some previously used options. See the upstream
changelog for details.
* debian/rules specifies C++ std 2a.
[ Ondřej Nový ]
* d/copyright: Change Format URL to correct one
-- Frank B. Brokken <f.b.brokken@rug.nl> Sun, 11 Nov 2018 16:05:55 +0100
guncat (1.01.03-1) unstable; urgency=low
[ Frank B. Brokken ]
* New upstream release following migration from Github to Gitlab
* Added debian/watch file
* Updated debian/compat to dh 11
* Updated debian/control to newer versions of build-depends
* Updated debian/copyright
* Updated debian/rules to use dh sequencer
[ tony mancill ]
* Update Vcs fields for migration from Alioth -> Salsa
-- Frank B. Brokken <f.b.brokken@rug.nl> Thu, 21 Jun 2018 19:45:34 +0530
guncat (1.01.02-1) unstable; urgency=medium
* New upstream release adapts build scripts to icmake >= 8.00.04, and
applies the patch to suppresses calling 'tput clear' by /usr/bin/icmbuild
(Closes: #807746).
* debian/control adapted accordingly.
-- Frank B. Brokken <f.b.brokken@rug.nl> Sat, 12 Dec 2015 15:24:33 +0100
guncat (1.01.01-1) unstable; urgency=medium
* Upstream fixed a flaw in the installation script, Upstream's 'build'
script now supports -P to prevent the use of precompiled headers
-- Frank B. Brokken <f.b.brokken@rug.nl> Tue, 06 Oct 2015 19:56:00 +0200
guncat (1.01.00-1) unstable; urgency=medium
* New upstream release uses precompiled headers and redefines its
installation procedure. The debian/rules file was adapted accordingly
* Guncat now depends on libbobcat-dev >= 4.00.00
* Removed git-orig-source target from debian/rules
* New Homepage: https://fbb-git.github.io/guncat
-- Frank B. Brokken <f.b.brokken@rug.nl> Sun, 04 Oct 2015 10:36:35 +0200
guncat (0.92.00-5) unstable; urgency=medium
* Rebuild against bobcat >= 3.25.02-3 for g++5 ABI transition.
-- tony mancill <tmancill@debian.org> Wed, 12 Aug 2015 20:23:54 -0700
guncat (0.92.00-4) unstable; urgency=medium
* Apply patch for manpage generation to make the build reproducible.
- Thanks to Chris Lamb. (Closes: #777450)
* Bump Standards-Version to 3.9.6 (no changes).
-- tony mancill <tmancill@debian.org> Sun, 08 Feb 2015 09:35:37 -0800
guncat (0.92.00-3) unstable; urgency=medium
* Correct typo in long package description. (Closes: #757255)
- Thank you to Andrei POPESCU for noticing the typo.
* Append CPPFLAGS to CXXFLAGS in debian/rules.
-- tony mancill <tmancill@debian.org> Mon, 01 Sep 2014 18:12:08 -0700
guncat (0.92.00-2) unstable; urgency=medium
* Remove versioned build dependency on g++.
* Drop build dependency on hardening-* packages.
* Disable definition of CLS in icmconf. (Closes: #754244)
-- tony mancill <tmancill@debian.org> Sun, 03 Aug 2014 12:18:29 -0700
guncat (0.92.00-1) unstable; urgency=low
[ Frank B. Brokken ]
* New upstream release fixes repeated requests for the GPG passphrase when
--passphrase is specified
[ tony mancill ]
* First upload to Debian archive. (Closes: #749839)
* Use g++-4.8 as compiler instead of 4.9.
* Add Vcs fields to debian/control.
* Update debian/copyright.
-- tony mancill <tmancill@debian.org> Tue, 03 Jun 2014 22:48:51 -0700
guncat (0.91.00-1) unstable; urgency=low
* New upstream release: GPG's passphrase is read from /dev/tty
-- Frank B. Brokken <f.b.brokken@rug.nl> Sun, 04 May 2014 17:39:08 +0200
guncat (0.90.00-1) unstable; urgency=low
* Program and man-page ready to be released
-- Frank B. Brokken <f.b.brokken@rug.nl> Sat, 03 May 2014 15:32:42 +0200
guncat (0.00.00-1) unstable; urgency=low
* Initial Debian upload (Closes: #695555).
-- Frank B. Brokken <f.b.brokken@rug.nl> Wed, 30 Apr 2014 18:48:17 +0200
|