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 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376
|
fim (0.7.1-3) unstable; urgency=medium
* Upload to unstable
Closes: #1084226. Thanks to Bill Allombert for the discussion.
-- Rafael Laboissière <rafael@debian.org> Thu, 10 Oct 2024 03:04:15 -0300
fim (0.7.1-2) experimental; urgency=medium
* d/p/inkscape-export.patch: New patch
* d/control: Add inkscape to Build-depends and Suggests
-- Rafael Laboissière <rafael@debian.org> Wed, 09 Oct 2024 02:05:33 -0300
fim (0.7.1-1) unstable; urgency=medium
* New upstream version 0.7.1
* d/p/disable-readline-tests.patch: Refresh for new upstream version
* Drop patches (applied upstream):
+ d/p/gtk-32bit-string-size-type.patch
+ d/p/fim-exe-version-sh.patch
+ d/p/hardening-flags.patch
-- Rafael Laboissière <rafael@debian.org> Mon, 20 May 2024 01:07:02 -0300
fim (0.7.0-11) unstable; urgency=medium
* d/clean: Remove leftover file .fim_history
* d/p/hardening-flags.patch: New patch
-- Rafael Laboissière <rafael@debian.org> Sat, 20 Apr 2024 11:53:07 -0300
fim (0.7.0-10) unstable; urgency=medium
* d/t/control: Add package's build-dependencies as dependencies for
the tests
-- Rafael Laboissière <rafael@debian.org> Sat, 20 Apr 2024 04:00:02 -0300
fim (0.7.0-9) unstable; urgency=medium
* d/p/fim-exe-version-sh.patch: Add patch
* Make autopkgtest work
-- Rafael Laboissière <rafael@debian.org> Sat, 20 Apr 2024 01:29:56 -0300
fim (0.7.0-8) unstable; urgency=medium
* d/p/gtk-32bit-string-size-type.patch: New patch
-- Rafael Laboissière <rafael@debian.org> Fri, 19 Apr 2024 01:13:12 -0300
fim (0.7.0-7) unstable; urgency=medium
* d/p/disable-readline-tests.patch: Also disable unit tests involving history
-- Rafael Laboissière <rafael@debian.org> Thu, 18 Apr 2024 13:40:41 -0300
fim (0.7.0-6) unstable; urgency=medium
* d/p/disable-failing-test.patch: Drop patch
* d/p/avoid-readline-garbage.patch: Drop patch
* d/p/disable-readline-tests.patch: New patch
* Ensure libcaca and GTK+ support
+ d/control: Build-depend on libcaca-dev and libgtk-3-dev
+ d/rules: Specify path for pkgconf
-- Rafael Laboissière <rafael@debian.org> Thu, 18 Apr 2024 03:44:56 -0300
fim (0.7.0-5) unstable; urgency=medium
* d/p/drop-test20.patch: New patch
* d/rules: Enable readline
* d/p/avoid-readline-garbage.patch: New patch
-- Rafael Laboissière <rafael@debian.org> Mon, 15 Apr 2024 14:07:12 -0300
fim (0.7.0-4) unstable; urgency=medium
* d/rules: Disable use of readline
* d/p/drop-test20.patch: New patch
-- Rafael Laboissière <rafael@debian.org> Mon, 15 Apr 2024 08:09:07 -0300
fim (0.7.0-3) unstable; urgency=medium
* d/p/disable-failing-test.patch: Comment out correct test
* d/clean: Add src/config.h.in to the list of files to remove
-- Rafael Laboissière <rafael@debian.org> Sun, 14 Apr 2024 10:16:32 -0300
fim (0.7.0-2) unstable; urgency=medium
* d/p/disable-failing-test.patch: New patch
-- Rafael Laboissière <rafael@debian.org> Sun, 14 Apr 2024 03:26:04 -0300
fim (0.7.0-1) unstable; urgency=medium
* New upstream version 0.7.0
* d/copyright: Reflect upstream changes
* d/clean: Remove left-over file media/icon_smile.bmp
* d/control: Bump Standards-Version to 4.7.0 (no changes needed)
* d/t/run-tests:
+ Exercise the unit tests via "make tests"
+ Use a basic value for the TERM environnement variable
-- Rafael Laboissière <rafael@debian.org> Sat, 13 Apr 2024 14:20:38 -0300
fim (0.6~rc2-1) unstable; urgency=medium
* New upstream version 0.6~rc2
* d/p/sdl-dynamic-lib.patch: Drop patch (applied upstream)
* d/watch: Correctly mangle the "-rc" part of upstream version
-- Rafael Laboissière <rafael@debian.org> Sun, 24 Sep 2023 03:53:22 -0300
fim (0.6~rc1.real-1) unstable; urgency=medium
* New upstream version 0.6~rc1.real
* d/p/sdl-dynamic-lib.patch: New patch
* d/copyright: Reflect upstream changes
-- Rafael Laboissière <rafael@debian.org> Wed, 26 Jul 2023 07:22:40 -0300
fim (0.6~rc1-3) unstable; urgency=medium
* Upload to unstable
-- Rafael Laboissière <rafael@debian.org> Sat, 17 Jun 2023 16:49:07 -0300
fim (0.6~rc1-2) experimental; urgency=medium
* d/control: Add build-dependency on pkgconf
-- Rafael Laboissière <rafael@debian.org> Tue, 07 Mar 2023 11:16:01 -0300
fim (0.6~rc1-1) experimental; urgency=medium
* New upstream version 0.6~rc1
* Drop patches:
+ d/p/compile-with-gcc-9.patch (applied upstream)
+ d/p/reproducible-build.patch (applied upstream)
+ d/p/compile-with-gcc-10.patch (applied upstream)
+ d/p/update-configure-ac.patch (applied upstream)
+ d/p/honor-cppflags.patch (applied upstream)
* d/copyright: Reflect upstream changes
* d/control:
+ Fix Homepage URL
+ Bump Standards-Version to 4.6.2 (no changes needed)
* d/u/metadata: Add fields Changelog, Documentation, and FAQ
-- Rafael Laboissière <rafael@debian.org> Tue, 07 Mar 2023 05:47:12 -0300
fim (0.5.3-10) unstable; urgency=medium
* d/control: Bump Standards-Version to 4.6.1 (no changes needed)
* d/fim.lintian-overrides: Drop obsolete override
* d/copyright: Update Copyright years for the debian/* files
-- Rafael Laboissière <rafael@debian.org> Sun, 04 Dec 2022 12:38:59 -0300
fim (0.5.3-9) unstable; urgency=medium
* d/copyright: Update copyright year for the debian/* files
-- Rafael Laboissière <rafael@debian.org> Sun, 21 Nov 2021 04:56:05 -0300
fim (0.5.3-8) unstable; urgency=medium
* d/control: Bump Standards-Version to 4.6.0 (no changes needed)
* d/p/honor-cppflags.patch: New patch
* d/fim.lintian-overrides: Add Lintian overide spelling-error-in-binary
-- Rafael Laboissière <rafael@debian.org> Sun, 14 Nov 2021 03:02:05 -0300
fim (0.5.3-7) unstable; urgency=medium
* Upload to unstable
-- Rafael Laboissière <rafael@debian.org> Sun, 15 Aug 2021 05:28:18 -0300
fim (0.5.3-6) experimental; urgency=medium
* d/control: Force build-dependency on autoconf >= 2.71
-- Rafael Laboissière <rafael@debian.org> Fri, 09 Jul 2021 14:03:23 -0300
fim (0.5.3-5) experimental; urgency=medium
* d/control: Bump Standards-Version to 4.5.1 (no changes needed)
* d/rules: Use execute_after_ instead of override_dh_auto_install
* d/p/update-configure-ac.patch: New patch
-- Rafael Laboissière <rafael@debian.org> Fri, 09 Jul 2021 06:35:24 -0300
fim (0.5.3-4) unstable; urgency=medium
[ Debian Janitor ]
* Use secure URI in Homepage field.
* Set field Upstream-Name in debian/copyright.
* Drop unnecessary dependency on dh-autoreconf.
-- Rafael Laboissière <rafael@debian.org> Fri, 31 Jul 2020 17:53:29 -0300
fim (0.5.3-3) unstable; urgency=medium
* d/control:
+ Bump Standards-Version to 4.5.0 (no changes needed)
+ Bump debhelper compatibitlity level to 13
* d/p/compile-with-gcc-10.patch: New patch (Closes: #957202)
* d/u/metadata: New file
-- Rafael Laboissière <rafael@debian.org> Mon, 20 Jul 2020 03:35:22 -0300
fim (0.5.3-2) unstable; urgency=medium
* d/p/compile-with-gcc-9.patch: New patch (Closes: #925679)
* d/p/reproducible-build.patch: New patch.
Thanks to Chris Lamb (Closes: #928183)
-- Rafael Laboissiere <rafael@debian.org> Sat, 13 Jul 2019 07:12:26 -0300
fim (0.5.3-1) unstable; urgency=medium
* New upstream version 0.5.3
This is not really a new upstream version, but a change in the
version numbering scheme, replacing the "-rc" by ".". This
avoids the Lintian warning about hyphen in the upstream part of
the Debian changelog version.
* d/watch: Mangle upstream version according to new scheme
* d/control: Bump Standards-Version to 4.4.0 (no changes needed)
-- Rafael Laboissiere <rafael@debian.org> Fri, 12 Jul 2019 20:10:41 -0300
fim (0.5~rc3-4) unstable; urgency=medium
* d/control:
+ Add Rules-Requires-Root: no
+ Bump Standards-Version to 4.3.0
+ Bump debhelper to compat level 12
-- Rafael Laboissiere <rafael@debian.org> Sun, 06 Jan 2019 17:21:28 -0200
fim (0.5~rc3-3) unstable; urgency=medium
* Bump debhelper compatibility level to 11
* d/control: Bump Standards-Version to 4.1.4 (no changes needed)
* Run unit tests (both at build time and for autopkgtest)
* d/fim.doc-base: Register HTML and TXT documentation files
-- Rafael Laboissiere <rafael@debian.org> Sun, 27 May 2018 15:16:45 -0300
fim (0.5~rc3-2) unstable; urgency=medium
* d/control:
+ Bump Standards-Version to 4.1.2 (no changes needed)
+ Use URLs from Debian's GitLab server
* d/watch: Use secure URL
-- Rafael Laboissiere <rafael@debian.org> Sat, 23 Dec 2017 07:05:58 -0200
fim (0.5~rc3-1) unstable; urgency=medium
[ Rafael Laboissiere ]
* d/copyright: Use secure URL in Format
* d/control: Drop useless build-dependency on dh-autoreconf
* d/control: Bump Standards-version to 4.0.0 (no changes needed)
* d/watch: Bump to format version 4
* d/control: Change Priority to optional.
The priority extra is deprecated in Debian Policy 4.0.1.0.
[ Michele Martone ]
* New upstream version 0.5~rc3
* Debian 0.5~rc2 patches integrated in 0.5~rc3 upstream.
-- Rafael Laboissiere <rafael@debian.org> Tue, 08 Aug 2017 02:55:26 -0300
fim (0.5~rc2-5) unstable; urgency=medium
[ Michele Martone ]
* d/control: Added libfl-dev to the Build-Depends list.
Thanks to Helmut Grohne for notification. (Closes: #846424)
-- Rafael Laboissiere <rafael@debian.org> Mon, 05 Dec 2016 21:31:53 -0200
fim (0.5~rc2-4) unstable; urgency=medium
[ Rafael Laboissiere ]
* Change email address of Michele Martone
[ Michele Martone ]
* d/control: Updated and corrected the "Description:" field
-- Rafael Laboissiere <rafael@debian.org> Sat, 12 Nov 2016 12:35:30 -0200
fim (0.5~rc2-3) unstable; urgency=medium
* d/p/allow-concurrent-bison.patch: New patch (Closes: 842751)
-- Rafael Laboissiere <rafael@debian.org> Wed, 02 Nov 2016 09:48:49 -0200
fim (0.5~rc2-2) unstable; urgency=medium
* Bump debhelper compatibility level to 10
* d/control:
+ Add Vcs-* URL fields
+ Add myself to the list of Uploaders
+ Bump Standards-Version to 3.9.8 (no changes needed)
+ Drop article at the beginning of package synopsis
* d/rules:
+ Avoid installation of duplicated upstream changelog
+ Use hardening flags
+ Build-depends on groff
* d/watch: Ignore the "-trunk" upstream tarballs
* Use upstream tarball cryptographic signature
+ d/watch: Add pgpsigurlmangle option
+ d/u/signing-key.asc: Add file with GPG key of upstream author
* d/s/options: Add file with extend-diff-ignore list
* d/docs: Drop duplicated entry
* d/p/endianness-robust.patch: Add patch (Closes: 841471)
-- Rafael Laboissiere <rafael@debian.org> Mon, 31 Oct 2016 06:49:34 -0200
fim (0.5~rc2-1) unstable; urgency=medium
* New upstream release snapshot (Closes: #814673).
* Use watch file version 4.
* Switch to autoreconf.
* Wrap-and-sort
* Remove autistici from watch file.
-- Gianfranco Costamagna <locutusofborg@debian.org> Wed, 17 Feb 2016 08:56:58 +0100
fim (0.5~rc1-1) unstable; urgency=medium
* New upstream release snapshot.
* Bump std-version to 3.9.7, no changes required.
* Use autoreconf
* Add libsdl1.2-dev and libexif-dev to build-dependencies.
-- Michele Martone <michele.martone@uniroma2.it> Thu, 04 Feb 2016 14:44:43 +0100
fim (0.3-beta-prerelease-1.3) unstable; urgency=low
* Non-maintainer upload.
* Fix "Please Build-Depends on libjpeg-dev, not libjpeg62-dev":
do as the bug report request.
(Closes: #633935)
* Also fix "FTBFS with libpng 1.5" while we're there: apply patch from
Nobuhiro Iwamatsu: preparation for libpng 1.5 transition.
(Closes: #636968)
-- gregor herrmann <gregoa@debian.org> Thu, 26 Jan 2012 21:41:23 +0100
fim (0.3-beta-prerelease-1.2) unstable; urgency=high
* Updated to svn revision 273
* Fixes compilation problems on sid / g++-4.4 (Closes: #560453) (Closes: #564233)
* Replaced libreadline5-dev dependency with libreadline-dev (Closes: #553755)
* Enabled djvu files rendering.
-- Michele Martone <michele.martone@uniroma2.it> Thu, 21 Jan 2010 03:25:24 +0100
fim (0.3-beta-prerelease-1.1) unstable; urgency=low
* Non-maintainer upload.
* Build for all archs (Closes: #541696)
-- Moritz Muehlenhoff <jmm@debian.org> Tue, 13 Oct 2009 23:47:48 +0200
fim (0.3-beta-prerelease-1) unstable; urgency=low
* Initial release (Closes: #532261)
-- Michele Martone <michele.martone@uniroma2.it> Sun, 26 Jul 2009 13:37:50 +0200
|