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
|
libjpeg6b (1:6b2-4) unstable; urgency=medium
* Acknowledge NMU. closes: #999306.
* patch: automake-Wno-obsolete: update to be compatible with
automake 1.16.
* debian/control:
- remove Build-Dependency on automake1.11. closes: #865183.
- Remove Build-Depends on autotools-dev, dh-autoreconf
- Bump Standards-Version to 4.7.0.
- Build-Depends on debhelper-compat (= 13)
- Add Rules-Requires-Root: no
- set libjpeg62-dev to priority optional
* debian/compat: removed
* debian/rules:
- replace automake-1.11 by automake
- add call to dh_dwz
-- Bill Allombert <ballombe@debian.org> Wed, 18 Dec 2024 21:13:25 +0100
libjpeg6b (1:6b2-3.1) unstable; urgency=medium
* Non-maintainer upload.
* debian/rules: Add build-{arch,indep} closes: #999306.
-- Marcos Talau <talau@debian.org> Thu, 03 Nov 2022 16:10:54 -0300
libjpeg6b (1:6b2-3) unstable; urgency=medium
* debian/control:
- Bump Standards-Version to 4.0.0.
- Remove Pre-Depends on multiarch-support. closes: #870541
- Replace package libjpeg62-dbg by libjpeg62-dbgsym
* debian/control, debian/compat:
- Move to debhelper v9
* debian/postinstn debian/shlibs, debian/shlibs.local:
- removed
-- Bill Allombert <ballombe@debian.org> Sat, 12 Aug 2017 00:06:40 +0200
libjpeg6b (1:6b2-2) unstable; urgency=low
* Bump epoch to recover from libjpeg-turbo hijacking of libjpeg62.
* debian/control:
- Bump standard version to 3.9.6.
-- Bill Allombert <ballombe@debian.org> Mon, 03 Nov 2014 19:12:47 +0100
libjpeg6b (6b2-1) unstable; urgency=low
* New bugfix upstream release
- patch fix-CVE-2013-6629_6630: removed
* debian/watch: added
* debian/rules:
- Use dh_prep instead of dh_clean -k
- Do not use -D_REENTRANT
- Add -Wl,-z,relro to LDFLAGS
* debian/copyright:
- Add new upstream URL
* debian/control:
- Bump standard version to 3.9.5.
* debian/control, debian/rules:
- Apply patch by Mauricio Faria de Oliveira to use dh_autoreconf
closes: #753362
-- Bill Allombert <ballombe@debian.org> Sat, 05 Jul 2014 14:48:45 +0200
libjpeg6b (6b1-4) unstable; urgency=high
* Apply upstream patch to fix CVE-2013-6629 and CVE-2013-6630.
* debian/rules clean: remove stamp-h1
* debian/copyright: fix download URL
-- Bill Allombert <ballombe@debian.org> Thu, 05 Dec 2013 23:43:52 +0100
libjpeg6b (6b1-3) unstable; urgency=low
* Add multiarch support (similar to libjpeg8). closes: #642079
* Ship file README.6b1 in doc.
* debian/control:
- Bump Standards-Version to 3.9.3.
- move libjpeg62, libjpeg62-dev and libjpeg62-dbg to section oldlibs
-- Bill Allombert <ballombe@debian.org> Sun, 03 Jun 2012 13:42:01 +0200
libjpeg6b (6b1-2) unstable; urgency=low
* Transition to libjpeg8:
* debian/control:
- libjpeg62-dev no more Provides libjpeg-dev
- Bump Standards-Version to 3.9.2.
- Remove article from synopsys
* debian/rules:
- implement DEB_BUILD_OPTIONS nocheck.
closes: #630038, thanks Steve Wolter.
- Add --disable-silent-rules to configure call.
-- Bill Allombert <ballombe@debian.org> Thu, 07 Jul 2011 10:02:22 +0200
libjpeg6b (6b1-1) unstable; urgency=low
* New upstream release
- libjpeg62 has now versionned symbols.
- Updated build system that use current libtool.
- Full source code for the build system.
* debian/copyright: add 6b1 upstream download URL.
* debian/control:
- libjpeg62-dev: Provides libjpeg-dev since the transition has been
postponed.
- Remove now useless dependency on libtool and sharutils
- Bump Standards-Version to 3.9.0.
* Get rid of dpatch system. Patches were only relevant to libjpeg-progs
which is not build from this package anymore.
* Move to new source format 3.0 (quilt). Patches applied:
- use-autotools-dev: Use autotools-dev version of config.sub/.guess.
- extern_C-jpeglib.h: Wrap jpeglib.h with extern "C" {} if __cplusplus
is defined.
* debian/rules:
- Adjust for new build system and new patch system.
* debian/shlibs: add (>=6b1) to avoid linker warnings with libjpeg6b.
-- Bill Allombert <ballombe@debian.org> Tue, 29 Jun 2010 13:55:42 +0200
libjpeg6b (6b-16) unstable; urgency=low
* Transition to libjpeg8:
* debian/control:
- Bump standard version to 3.8.4.
- libjpeg62-dev no more Provides libjpeg-dev
- move libjpeg62, libjpeg62-dev and libjpeg62-dbg to section oldlibs
- move libjpeg62-dev to priority extra (conflict with libjpeg8-dev)
- mention obsolescence in the description.
- Add ${misc:Depends}
-- Bill Allombert <ballombe@debian.org> Sun, 07 Feb 2010 16:54:25 +0100
libjpeg6b (6b-15) unstable; urgency=low
* Transition to libjpeg7:
- Remove package libjpeg-progs.
- remove debian/extra.
* debian/control:
- Bump standard version to 3.8.3.
- Move libjpeg62-dbg to section debug.
-- Bill Allombert <ballombe@debian.org> Mon, 17 Aug 2009 11:52:21 +0200
libjpeg6b (6b-14) unstable; urgency=low
* The "Lino" release.
* exifautotran:
- fix typo in manpage. closes: #376371, thanks Reuben Thomas.
- preserve file mode. closes: #383379, thanks Vincent Arkesteijn.
* debian/control, debian/rules, debian/compat:
+ switch to debhelper v5
+ add libjpeg-dbg debugging package.
* debian/rules: remove - before "make clean" rules.
* Add patch 204_jpegtran_man to improve readability of manpage.
closes: #437453. Thanks Jorgen Grahn.
* jpegexiforient.1: Apply patch from Jorgen Grahn to improve formatting.
closes: #437446.
-- Bill Allombert <ballombe@debian.org> Thu, 16 Aug 2007 22:59:21 +0200
libjpeg6b (6b-13) unstable; urgency=low
* The "If at first you don't succeed..." release.
* Change --enable-maxmem to 1024, following Guido advice.
This should fix the slowdowns with large files (for large < 1Gb):
closes: #356556, #365025, Thanks Nicolas.
If you hit performance problems, please set the JPEGMEM variable to
about half your available RAM, see jpegtran(1).
* Update libjpeg-progs README.Debian to reflect the new patch set and
the JPEGMEM feature.
* Bump standard version to 3.7.2.
-- Bill Allombert <ballombe@debian.org> Fri, 5 May 2006 19:14:25 +0200
libjpeg6b (6b-12) unstable; urgency=low
* The "vote for me" release
* Bump standard version to 3.6.2.
* Run 'make test' instead of home-made test-suite.
* Switch to debhelper v4.
* libjpeg is now configured with --enable-maxmem=32. This limits the memory
usage to 32Mb and it can be overrided by JPEGMEM. Without this flag
JPEGMEM is ignored and there were no limits.
closes: #346023. Thanks C. Scott Ananian.
-- Bill Allombert <ballombe@debian.org> Thu, 2 Mar 2006 18:52:44 +0100
libjpeg6b (6b-11) unstable; urgency=high
* The "Silencio" release
* exifautotran: Apply patch by Uwe Zeisberger to fix bad temporary file
handling. closes: #340079
-- Bill Allombert <ballombe@debian.org> Sun, 20 Nov 2005 20:57:07 +0100
libjpeg6b (6b-10) unstable; urgency=low
* The "timeout" release.
* Rebuild with current toolchain.
* Depends on libc-dev instead of libc6-dev. closes: #294696
Thanks Joel Aelwyn for discussing thoroughly the matter.
* Instead of copying /usr/bin/libtool, we replace it by a script that
call libtool (using standard path search). Remarked by Jesus Climent.
* debian/control: remove pre-hamm cruft.
* Add jpegexiforient and jpegautotran by Guido Vollbeding
<http://sylvana.net/jpegcrop/exif_orientation.html> as proposed by Philip
Armstrong. closes: #257061.
* Run the test-suite at build time instead of shipping it in the package:
- /usr/share/doc/libjpeg-progs/tests: removed.
- debian/control: Add Build-Depends on sharutils for uuencode.
- debian/libjpeg-progs.dirs: removed.
- debian/libjpeg-progs.test: removed.
-- Bill Allombert <ballombe@debian.org> Tue, 1 Mar 2005 19:43:26 +0100
libjpeg6b (6b-9) unstable; urgency=low
* The "I'm all for aggressive goals" release.
* Rebuild with new libtool. closes: #201943.
* patch 100_crop: Updated from Guido Vollbeding <guido@jpegclub.org>
to include patches 203_jpegtran_errmsg,204_perfect.
* patch 200_crop_man: Include 205_perfect_man.
* patches 203_jpegtran_errmsg, 204_perfect, 205_perfect_man: removed
* Add patch 203_rdppm: fix cjpeg issue with 16-bit PPM files. closes: #208937
* Bump standard version to 3.6.1.
* Update debian/edit-patch.
-- Bill Allombert <ballombe@debian.org> Mon, 8 Sep 2003 16:22:08 +0200
libjpeg6b (6b-8) unstable; urgency=low
* The "I *hate* when that happens" release.
* Move libjpeg62-dev to libdevel section.
* See debian/README.sources for detail about the (d)patch system.
* debian/rules: avoid to run configure twice.
* Add patches 204_perfect and 205_perfect_man. They implement the
-perfect jpegtran option as proposed by Mark W. Eichin. closes: #189027
* Bump standard version to 3.5.10.
* Use /usr/bin/libtool instead of ldconfig-generated libtool, and remove
various libtool related kludges, including patch 301_configure.
closes: #195281. Thanks Robert Millan for the suggestion.
* Remove patch 302_makefile. Fix debian/rules instead.
-- Bill Allombert <ballombe@debian.org> Sat, 31 May 2003 16:16:59 +0200
libjpeg6b (6b-7) unstable; urgency=low
* Rebuild with new gcc/new glibc/new debhelper.
* Add -g to build options according to new policy.
* Add support for DEB_BUILD_OPTIONS noopt. nostrip is handled by dh_strip.
* Bump standard version to 3.5.9.
* Extend description a bit (If you have a better one please email me!).
* Use dpatch to handle the patches.
-- Bill Allombert <ballombe@debian.org> Sun, 16 Mar 2003 12:19:36 +0100
libjpeg6b (6b-6) unstable; urgency=low
* The "Try to break sarge before it even got a name" release
* jpegtran: better error messages when opening files.
closes: #147516 Thanks Mark W. Eichin.
* Add debian/patch dir with my patches.
* Add extern "C" if we are under C++.
closes: #113167 Thanks, Fredrik Jagenheim.
* Remove HAVE_STD{LIB,DEF}_H from jconfig.h since they are not used and
conflict with autoconf. closes: #109516 Thanks <Benedikt.Roth@gmx.net>
* Add README.Debian in /usr/share/libjpeg62-dev
-- Bill Allombert <ballombe@debian.org> Mon, 3 Jun 2002 19:34:08 +0200
libjpeg6b (6b-5) unstable; urgency=low
* jpeg-->JPEG in libjpeg-progs description.
* Add lib path to dh_shlibdeps to avoid warning.
* Apply patch from <http://sylvana.net/jpegcrop/croppatch.tar.gz> by
<guido@jpegclub.org> closes: #129412 Thanks, Colin Marquardt.
-- Bill Allombert <ballombe@debian.org> Mon, 20 May 2002 11:55:22 +0200
libjpeg6b (6b-4) unstable; urgency=low
* Avoid bashism in debian/rules.
* Update libtool to 1.3.5. (1.4 will break).
closes: #52095 Thanks, <Marcus.Brinkmann@ruhr-uni-bochum.de>
* Patch config.guess to use version in the autotools-dev package.
* Correct Section: field of libjpeg62 and libjpeg62-dev.
-- Bill Allombert <ballombe@debian.org> Tue, 20 Nov 2001 10:23:47 +0100
libjpeg6b (6b-3) unstable; urgency=low
* The "Where is ltconfig ?" release.
* Remove jconfig.h in debian/rules clean and do some clean up.
* Install libjpeg.la per Policy 11.2.
* Remove duplicate wizard.doc file in libjpeg62-dev.
* Use dpkg-architecture instead of config.guess.
* Patch config.sub to use version in the autotools-dev package.
closes: #85558, #120039
* Patch rdjpgcom.c to use locales for isprint check on comment chars.
closes: #116589 Thanks, Neal H Walfield <neal@cs.uml.edu>
* Apply patch from <http://sylvana.net/jpegcrop/transupp.c> by
<guido@jpegclub.org> closes: #114415 Thanks, <Jean-Marc.Notin@loria.fr>
-- Bill Allombert <ballombe@debian.org> Tue, 13 Nov 2001 21:41:49 +0000
libjpeg6b (6b-2) unstable; urgency=low
* New Maintainer. Mark, If you want back the package, just ask!
* Acknowledge previous NMU:
Jordi: closes: #74087, #24330, #24291
Colin: closes: #80752
Joel: closes: #25324, #27033, #28341
* Write source location as a valid URL in debian/copyright.
closes: #118628 Thanks, Doug Porter <dsp@debian.org>.
* Fix formating of description of libjpeg-progs.
closes: #114378 Thanks, Colin Watson <cjwatson@flatline.org.uk>.
* Install jpegint.h header needed by some apps. closes: #100171
* Remove unused/empty debian/postrm.
closes: #24849 Thanks, Adrian Bridgett <adrian.bridgett@zetnet.co.uk>.
* Install wizard.doc file. closes: #64807 Thanks <amc@arwen.cs.berkeley.edu>.
* Fix libjpeg-progs test.sh.
* Fix lintian bugs: typo in copyright, emacs user info in changelog.
* Fix false lintian bug: unsafe ldconfig in postinst, by reformatting.
* Remove "-g" from CFLAGS per Policy 11.1, hoping m68k is fixed now.
* Remove libtool and Makefile in debian/rules clean.
* Fix the test system. As a side effect,
closes: #109195 Thanks Daniel Schepler <schepler@math.berkeley.edu>
* Standards-Version is now 3.5.6.
-- Bill Allombert <ballombe@debian.org> Fri, 9 Nov 2001 22:40:16 +0100
libjpeg6b (6b-1.3) frozen unstable; urgency=low
* Non-Maintainer Upload.
* Added Build-Depends.
* Gil Bahat <coutal@netvision.net.il> did the rest of the changes.
* Close bug regarding non-standard jpegs not being processed
(closes: #74087).
* The output gifs are uncompressed, so have no UNISYS patent issues.
(closes: #24330, #24291).
* Standards-Version is now 3.0.0.
-- Jordi Mallach <jordi@debian.org> Sat, 24 Feb 2001 22:17:38 +0100
libjpeg6b (6b-1.2) frozen unstable; urgency=low (HIGH for m68k)
* Non-maintainer release.
* Recompile for m68k since existing djpeg binary claims all jpegs I have
are invalid (yet hamm djpeg has no problem with them).
Specifically, added "-O2 -g -Wall" to CFLAGS -- possible gcc bug?
-- Chris Lawrence <lawrencc@debian.org> Tue, 10 Nov 1998 20:57:38 -0600
libjpeg6b (6b-1.1) frozen unstable; urgency=high
* Non-maintainer release.
* Use upstream library soname (62).
* Removed libjpeg-gif package, as the source notes
that the GIF reading has been removed, and the GIFs written
do not infringe on the LZW patent.
-- Joel Klecker <espy@debian.org> Thu, 22 Oct 1998 05:49:48 -0700
libjpeg6b (6b-1) unstable; urgency=low
* New binary packages for 6b
* New upstream release
-- Mark Mickan <mmickan@debian.org> Tue, 7 Jul 1998 22:27:10 +0930
Local variables:
mode: debian-changelog
End:
|