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 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653
|
netpbm-free (2:10.0-15.3) unstable; urgency=medium
* Non-maintainer upload.
* Fix FTBFS with libpng1.6 -- see 648131libpng16.patch (Closes: #648131)
* Change B-D to libpng-dev (Closes: #662444)
-- Tobias Frost <tobi@debian.org> Sat, 30 Jan 2016 16:51:10 +0100
netpbm-free (2:10.0-15.2) unstable; urgency=medium
* Non-maintainer upload.
* Indicate that netbpm replaces files in kdelibs4c2a (closes: #766774).
-- Michael Gilbert <mgilbert@debian.org> Sun, 02 Nov 2014 02:34:18 +0000
netpbm-free (2:10.0-15.1) unstable; urgency=medium
* Non-maintainer upload.
[ Colin Watson ]
* Make netpbm Multi-Arch: foreign, so that it can satisfy
cross-build-dependencies (Closes: #700007).
[ Michael Terry ]
* Build-Depend on libtiff5-dev (Closes: #681009).
[ Andrew Shadura ]
* Numerous fixes to the manpages, thanks to Bjarni Ingi Gislason,
Christophe Troestler, Torkel Bjørnson-Langen, Benoit-Pierre Demaine
(Closes: #294080, #464879, #663254, #675259, #675260, #675261, #675381,
#675383, #675384, #735262).
* Remove extra debug messages from pcxtoppm, thanks to Vladimir Rutsky
(Closes: #531817).
* Add imagetops (Closes: #623444).
* Enable hardening flags, add missing format strings; thanks to Moritz
Muehlenhoff (Closes: #655737).
-- Andrew Shadura <andrewsh@debian.org> Sun, 05 Oct 2014 21:51:56 +0200
netpbm-free (2:10.0-15) unstable; urgency=low
* fix patch for jpeg7 to really work.
-- Andreas Barth <aba@not.so.argh.org> Fri, 29 Jul 2011 23:34:21 +0000
netpbm-free (2:10.0-13) unstable; urgency=low
* add patch to build with jpeg7, thanks to Bill Allombert
* adjust build-dependencies to build with libjpeg-dev and libtif-dev.
Closes: #546416
* fix pbmtextps, thanks to Håkon Stordah. Closes: #405048
* pnmquant works with stdin. Thanks to Héctor García.
Closes: #283203
* fix pstopnm BoundingBox with llx = -1. Thanks to Christophe Rhodes.
Closes: #325341
* ignore white-space with images. Thanks to Shaun Jackman.
Closes: #354891
* fix gif2pnm when LZW code is split across three blocks.
Thanks to Rik Snel. Closes: #483921
* fix pnmindex to handle space in file names. Thanks to
Anders Boström. Closes: #495716
* fix pnmquant to work with stdin. Thanks to Bart Massey.
Closes: #602360
* fix pcxtoppm and docu. Thanks to Vladimir Rutsky.
Closes: #531626, #531630.
-- Andreas Barth <aba@not.so.argh.org> Fri, 29 Jul 2011 13:59:43 +0000
netpbm-free (2:10.0-12.2) unstable; urgency=high
* Non-maintainer upload by the Security Team.
* Fix stack-based buffer overflow when processing XPM
image header fields. This can result in the execution
of arbitrary code (CVE-2009-4274; Closes: #569060)
-- Nico Golde <nion@debian.org> Sun, 20 Jun 2010 14:27:25 +0200
netpbm-free (2:10.0-12.1) unstable; urgency=low
[Jari Aalto]
* Non-maintainer upload.
* debian/compat
- update to 7.
* debian/control
+ top level
- (Standards-Version): update from 3.6.1.0 to 3.8.4 (W: lintian).
- (Homepage): Move here (P: lintian).
- (Vcs-*): Add new fields.
+ netpbm
- (Build-Depends): update to debhelper 7 (W: lintian).
- (Depends): change obsolete gs, gs-aladdin to ghostscript (E:
lintian). Add ${misc:Depends} for debhelper (W: lintian). Use newer
tag ${source:Version} (W: lintian).
- (Section): Remove inherited field (I: lintian).
+ libnetpbm9
- Depends): Add ${misc:Depends} for debhelper (W: lintian).
- (Description): Add 'v9' to make line unique (I: lintian).
+ libnetpbm9-dev
- (Depends): Add ${misc:Depends} for debhelper' (W: lintian).
Add ${binary:Version} (E: lintian).
- (Description): Add 'v9' to make line unique (I: lintian).
+ libnetpbm10
- (Description): Improve first line (I: lintian).
- (Depends): Add ${misc:Depends} for debhelper (W: lintian).
Add ${binary:Version} (E: lintian).
+ libnetpbm10-dev
- (Description): Improve first line (I: lintian).
- (Depends): Add ${misc:Depends} for debhelper (W: lintian).
* debian/copyright
- Change to UTF-8 (W: lintian).
* ppm/{xpmtoppm.c,xvminitoppm.c}
- Fix Gcc 4.4 error: conflicting types for getline (FTBFS serious;
Closes: #549929). Patch thanks to Colin Watson <cjwatson@ubuntu.com>.
* ppm/ppmquantall
- Change 'set' to 'declare' to fix "line 58: syntax error"
(E: lintian; shell-script-fails-syntax-check).
* debian/rules
- (binary-arch): change dh_clean to dh_prep (E: lintian).
-- Jari Aalto <jari.aalto@cante.net> Sat, 20 Feb 2010 19:47:46 +0200
netpbm-free (2:10.0-12) unstable; urgency=medium
* Reupload to unstable.
-- Andreas Barth <aba@not.so.argh.org> Wed, 28 May 2008 06:44:36 +0000
netpbm-free (2:10.0-11.1+etch1) stable-security; urgency=high
* Non-maintainer upload by the security team
* CVE-2008-0554: Apply upstream change to correct a buffer overrun
in GIF reader code allowing arbitary code execution
-- Devin Carraway <devin@debian.org> Tue, 13 May 2008 07:01:02 +0000
netpbm-free (2:10.0-11) unstable; urgency=high
* Fix heap corruption in pnmtopng (no CVE yet),
thanks to Christoph Biedl for detection and the patch.
Closes: #407605
* Fix xwdtopnm on 64-bit systems. Thanks to Jim Paris for
detection and the patch. Closes: #352261
* Use current location of rgb.txt. Thanks to Roland Stigge.
Closes: #362983
-- Andreas Barth <aba@not.so.argh.org> Sat, 20 Jan 2007 08:15:53 +0000
netpbm-free (2:10.0-10.1) unstable; urgency=high
* Non-maintainer upload
* Patch from Martin Pitt <martin.pitt@ubuntu.com>. Closes: #351639.
* SECURITY UPDATE: Arbitrary code execution with crafted images.
* pnm/pnmtopng.c:
- Increase size of alphas_first_index and alphas_of_color_cnt arrays to
fix off-by-one buffer overflow when using -alpha with an image with
exactly 256 colors.
- CVE-2005-3662
* pnm/pnmtopng.c:
- Fix buffer overflow on overly long text lines.
- CVE-2005-3632
-- Florian Weimer <fw@deneb.enyo.de> Mon, 6 Feb 2006 21:10:56 +0100
netpbm-free (2:10.0-10) unstable; urgency=high
* fix buffer overflow in pnmtopng.c, CAN-2005-2978.
-- Andreas Barth <aba@not.so.argh.org> Tue, 18 Oct 2005 22:34:28 +0200
netpbm-free (2:10.0-9) unstable; urgency=low
* fix arbitrary postscript execution, CAN-2005-2471. Closes: #319757
* fix typo in pbmtoppa manpage. Closes: #326513
* drop dependency on bc. Closes: #303102
* fix typo in pam manpage. Closes: #285340
-- Andreas Barth <aba@not.so.argh.org> Sun, 4 Sep 2005 23:00:43 +0200
netpbm-free (2:10.0-8) unstable; urgency=low
* add missing report for windows icon files in icontopbm; until now, we
detected them, but didn't report them. Thanks, Steve, for pointing it out.
Closes: #275663.
-- Andreas Barth <aba@not.so.argh.org> Sun, 10 Oct 2004 11:49:32 +0200
netpbm-free (2:10.0-7) unstable; urgency=medium
* really include the fix of #238372.
-- Andreas Barth <aba@not.so.argh.org> Sun, 05 Sep 2004 16:31:28 +0200
netpbm-free (2:10.0-6) unstable; urgency=high
* add warning in icontopbm when used on a windows icon. Closes: #268676.
* ppmlabel manpage improved; thanks to Richard Hosker. Closes: #265366.
* pnmtops supports 4-level grayscale again; thanks to Wayne Schlitt.
Closes: #248652.
* no need to depend on essential sed. Closes: #263787.
* add warning about pnmtofits/signed data; thanks to Justin Pryzby.
For details, see #268239.
* fix inconsistency error in pnmtopng; thanks to Ross J. Reedstrom.
Closes: #238372.
-- Andreas Barth <aba@not.so.argh.org> Sun, 29 Aug 2004 17:16:57 +0200
netpbm-free (2:10.0-5) unstable; urgency=low
* build-depends against libtiff4.
* fix typo in ppmtowinicon. Closes: #261999.
-- Andreas Barth <aba@not.so.argh.org> Thu, 29 Jul 2004 20:25:46 +0200
netpbm-free (2:10.0-4) unstable; urgency=low
* gif is free again! So added ppmtogif.
-- Andreas Barth <aba@not.so.argh.org> Thu, 08 Jul 2004 20:06:39 +0200
netpbm-free (2:10.0-3) unstable; urgency=low
* removed subtle build error with sudo
-- Andreas Barth <aba@not.so.argh.org> Tue, 3 Feb 2004 19:27:10 +0100
netpbm-free (2:10.0-2) unstable; urgency=low
* Really included st4topgm this time.
* winicontoppm can now handle icons > 256 colors. Closes: #153917
* fixed manpage of ppmtowinicon. Closes: #215756
* pnmnorm can now handle 16-bit samples. Closes: #129452
* ppmtobmp uses correct bpp-values. Closes: #227125
-- Andreas Barth <aba@not.so.argh.org> Sun, 18 Jan 2004 19:34:48 +0100
netpbm-free (2:10.0-1) unstable; urgency=low
* ppmtompeg cares about buffering now. Closes: #218295
* catch up with netpbm.sf.net 10.0
- pnmtops: No setpagedevice by default
- added pbmtextps
- minor changes in HISTORY
* Included st4topgm. Closes: #223506
* renamed optParseOptions* to pm_*
* started reworking of documentation, and added README.1st
-- Andreas Barth <aba@not.so.argh.org> Sun, 4 Jan 2004 19:55:15 +0100
netpbm-free (2:9.25-9) unstable; urgency=high
* There are more bugs. Some are critical and fixed into this release; the
others are more aesthetical, and mentioned in TODO.
-- Andreas Barth <aba@not.so.argh.org> Mon, 10 Nov 2003 22:10:37 +0100
netpbm-free (2:9.25-8) unstable; urgency=high
* Next round in fixing security bugs; also repaired pamstretch-gen.
-- Andreas Barth <aba@not.so.argh.org> Tue, 4 Nov 2003 22:53:21 +0100
netpbm-free (2:9.25-7) unstable; urgency=high
* Fixed security bug (insecure tmpfile-handling) in anytopnm, pnminterp-gen
and others. Closes: #219019
-- Andreas Barth <aba@not.so.argh.org> Tue, 4 Nov 2003 08:35:01 +0100
netpbm-free (2:9.25-6) unstable; urgency=low
* Fixed bug in pnmnorm. Closes: #213366
* added a space in debian/control.
* polished the docu a bit.
-- Andreas Barth <aba@not.so.argh.org> Sat, 4 Oct 2003 10:56:50 +0200
netpbm-free (2:9.25-5) unstable; urgency=low
* Should really work on hppa this time. Closes: #211271
-- Andreas Barth <aba@not.so.argh.org> Thu, 18 Sep 2003 17:44:15 +0200
netpbm-free (2:9.25-4) unstable; urgency=low
* changed wrong builded libary file, FTBFS. Closes: #211271
* corrected spelling error
-- Andreas Barth <aba@not.so.argh.org> Wed, 17 Sep 2003 12:26:14 +0200
netpbm-free (2:9.25-3) unstable; urgency=low
* autosizing of rawtopgm works. Closes: #199053
* ppmcie use lower case x and y for chromaticities. Closes: #176313
* libraries are compiled correct now: with -D_REENTRANT and if
(and only if) shared, also with -fPIC.
* created unified libs in libnetpbm10-*, and set libnetpbm9-* to
deprecated (but still produce them).
* using debhelper V4 commands and reworked debian/rules and Makefiles.
-- Andreas Barth <aba@not.so.argh.org> Tue, 02 Sep 2003 10:44:50 +0200
netpbm-free (2:9.25-2) unstable; urgency=low
* "brown paperbag release":
Building works, and libpng12 is used. Closes: #207451
* twisted the uploader field a bit to get correct closing of bug reports
* updated to standard 3.6.1.0; moved libnetpbm9-dev to libdevel
* made package linda/lintian clean (except where I'm sure that I'm right)
* updated copyright and README.Debian
* added pnmnorm (must be slipped through). Closes: #207483
-- Andreas Barth <aba@not.so.argh.org> Wed, 27 Aug 2003 16:29:18 +0200
netpbm-free (2:9.25-1) unstable; urgency=low
* moved to alioth, new maintainer, and found a way to handle upstream (this
means that from now on we're treating netpbm-free as a native package)
* pnmnorm replaces pgmnorm, pamoil replaces pgmoil
* Uses POSIX-compatible commands. Closes: #204890
* Documentation bug. Closes: #199047, #206162
* Defaults to a fillorder at tifftopnm. Closes: #150815
* Build-dep libpng10. Closes: #196852 (for woody: change this yourself back)
* Speed up pnmscale with <=256 colors. Closes: #187395
* Rewrote upstream Makefiles in a a bit more sensible way.
* removed jbig support due to patent issues.
-- Andreas Barth <aba@not.so.argh.org> Thu, 21 Aug 2003 17:25:56 +0200
netpbm-free (2:9.20-10) unstable; urgency=medium
* Rebuilt -9 on a clean sid system to ensure libpng consistency. Closes: #185384, #185480.
-- Steve McIntyre <93sam@debian.org> Wed, 19 Mar 2003 20:50:42 +0000
netpbm-free (2:9.20-9) unstable; urgency=high
* sid release using the woody fixes in -8.1 and -8.2.
-- Steve McIntyre <93sam@debian.org> Sat, 15 Mar 2003 02:11:07 +0000
netpbm-free (2:9.20-8.2) stable-security; urgency=high
* Non-maintainer upload by the Security Team
* Applied another patch by Alan Cox
-- Martin Schulze <joey@infodrom.org> Fri, 28 Feb 2003 16:07:29 +0100
netpbm-free (2:9.20-8.1) stable-security; urgency=high
* Non-maintainer upload by the Security Team
* Applied patch from Alan Cox plus corrections to fix multiple
vulnerabilities (VU#378049, VU#630433)
-- Martin Schulze <joey@infodrom.org> Fri, 28 Feb 2003 12:21:40 +0100
netpbm-free (2:9.20-8) unstable; urgency=low
* Dropped Depends: on gs to Recommends after user requests. Closes: #138864.
* Make sure that we clean up the netpbm-shhopt.h symlink properly. Closes: #140653
-- Steve McIntyre <93sam@debian.org> Mon, 01 Apr 2002 18:57:38 +0100
netpbm-free (2:9.20-7) unstable; urgency=high
* Fixed Conflicts: on netpbm against netpbm-dev more explicitly. Closes: #138968
-- Steve McIntyre <93sam@debian.org> Sun, 17 Mar 2002 08:27:22 +0000
netpbm-free (2:9.20-6) unstable; urgency=high
* Added Provides: netpbm-dev to help upgrades.
* Specify Depends: on libnetpbm9 more explicitly. Closes: #137077 (grave bug)
-- Steve McIntyre <93sam@debian.org> Tue, 12 Mar 2002 22:26:20 +0000
netpbm-free (2:9.20-5) unstable; urgency=low
* Added dependency on gs | gs-aladdin. Closes: #135464.
* Updated Standards-Version.
-- Steve McIntyre <93sam@debian.org> Sun, 03 Mar 2002 18:47:15 +0000
netpbm-free (2:9.20-4) unstable; urgency=low
* Add missing symbols to libnetpbm.a. Closes: #122169
-- Steve McIntyre <93sam@debian.org> Wed, 19 Dec 2001 16:49:15 +0000
netpbm-free (2:9.20-3) unstable; urgency=low
* Patch from upstream to fix seg-fault. Closes: #114022
-- Steve McIntyre <93sam@debian.org> Mon, 05 Nov 2001 23:45:15 +0000
netpbm-free (2:9.20-2) unstable; urgency=low
* Re-added ppmquantall script. Closes: #117001.
* Modified postinst to be safer with ldconfig, as per lintian.
-- Steve McIntyre <93sam@debian.org> Sun, 04 Nov 2001 17:24:15 +0000
netpbm-free (2:9.20-1) unstable; urgency=low
* New upstream release.
* Upstream change: photometric interpretation fixed. Closes: #110314
* Upstream change: "bool" type removed from interface headers. Closes: #113929
-- Steve McIntyre <93sam@debian.org> Sun, 07 Oct 2001 22:29:27 +0100
netpbm-free (2:9.16-3) unstable; urgency=low
* Added Build-Depends: flex. Closes: #108349
-- Steve McIntyre <93sam@debian.org> Sat, 11 Aug 2001 09:29:51 +0100
netpbm-free (2:9.16-2) unstable; urgency=low
* pm.h now includes "netpbm-shhopt.h" rather than "shhopt.h". Closes: #108183
-- Steve McIntyre <93sam@debian.org> Fri, 10 Aug 2001 00:30:51 +0100
netpbm-free (2:9.16-1) unstable; urgency=low
* New upstream release.
* New upstream *finally* contains new ppmtoilbm. Closes: #31971
* pnm(5) man page has been included for a long time. Closes: #91770
* Upstream changes should reduce memory usage drastically in pnmtopng. Closes: #92146
* Added new utilities for Atari Neochrome files - patch from Teemu Hukkanen. Closes: #95089
* New build fixes png symbols problem. CLoses: #101857
* Fixed LD_LIBRARY_PATH for fakeroot so the package builds OK. Closes: #101858
* Include pam.h in the -dev package. Closes: #102245
* Added "Replaces: netpbm-nonfree (<= 19940301.1-5)" to fix conflict. Closes: #102392
-- Steve McIntyre <93sam@debian.org> Mon, 06 Aug 2001 08:13:51 +0100
netpbm-free (2:9.10-4) unstable; urgency=low
* Updated sh versions of pnmindex and ppmquantall to include new
functionality in upstream csh versions. Sent upstream - next
upstream release should hopefully not depend on csh any more.
* Fixed unsafe temp file use in anytopnm. Closes: #92152. Thanks to
Matt Zimmerman <mdz@debian.org> for the patch. I'm currently
auditing for any other potential holes.
* Fixed formatting of ppmtompeg man page. Closes: #90288. Thanks to
Colin Watson for the patch.
-- Steve McIntyre <93sam@debian.org> Mon, 16 Apr 2001 16:46:00 +0100
netpbm-free (2:9.10-3) unstable; urgency=low
* Conflicts/Replaces/Provides added for pbmwbmp - now folded into netpbm. Closes: #88869.
* Moved Build-Depends-Indep to Build-Depends. Closes: #88250.
* Package includes forked new version of shhopt.h, now installed as netpbm-shhopt.h. Closes: #87944, #87984.
* Removed call to dh_suidregister from rules file.
* Set pnmscale to default to non-verbose operation. Closes: #88467.
* Replaced csh scripts with sh scripts from older netpbm package and removed csh dependency. Closes: #87933.
* Still not closing ucbmpeg conflicts bugs yet - no response from ucbmpeg maintainer.
-- Steve McIntyre <93sam@debian.org> Fri, 09 Mar 2001 20:27:42 +0000
netpbm-free (2:9.10-2) unstable; urgency=low
* New maintainer address.
* Make sure ppmtomap is linked with libm. Closes: #87969, #87952.
* Added Conflicts: ucbmpeg over /usr/bin/eyuvtoppm. Not closing yet - dialogue with ucbmpeg maintainer.
-- Steve McIntyre <93sam@debian.org> Thu, 01 Mar 2001 01:29:00 +0000
netpbm-free (2:9.10-1) unstable; urgency=medium
* New upstream release; completely repackaged from scratch. Closes: #61908
* Updated Standards-Version.
* New anytopnm now handles JPEG files. Closes: #79480
* New pbmtext has buffer overflow fix. Closes: #77681
* New upstream version of pstopnm, written in C. Closes: #64250, #84679
* Format description manpages from section 5 moved from -dev package to netpbm. Closes: #63659
* Undid the previous merge of the 4 libraries into 1 large one.
* Library/dev package renamed. Closes: #66187
* Conflicts/Replaces/Provides added for pnmtopng - now folded into netpbm.
-- Steve McIntyre <stevem@chiark.greenend.org.uk> Sun, 25 Feb 2001 02:37:21 +0000
netpbm-free (1:19940301.2-13) frozen unstable; urgency=low
* Move changelog to /usr/share/doc for FHS. Fixes Bug #51025, #47877.
* Applied patch to fix xwdtopnm 16-bit bug. Thanks to Tomasz Motylewski
<motyl@stan.chemie.unibas.ch. Fixes Bug #44841.
* Replaced tifftopnm and pnmtotiff with new versions supplied by Raul
Miller <moth@debian.org>. Fixes Bug #47109.
* Fixed thinko in man page for pbmtog3. Fixes Bug #52950.
* Changed csh scripts to use sh. Thanks to adrian.bridgett@iname.com for
the patch. Fixes Bugs #57285, #20121.
* pbmtog3 now seems to work fine. Closing Bug #21020.
* Updated Standards-Version.
-- Steve McIntyre <stevem@chiark.greenend.org.uk> Sun, 13 Feb 2000 15:58:50 +0000
netpbm-free (1:19940301.2-12) unstable; urgency=low
* Removed use of /tmp in pnmindex and anytopnm. Fixes Bug #43684.
-- Steve McIntyre <stevem@chiark.greenend.org.uk> Wed, 22 Sep 1999 00:04:50 +0100
netpbm-free (1:19940301.2-11) unstable; urgency=low
* Added a Conflicts: line against old versions of netpbm-nonfree. Fixes Bugs #40948, #41376, #37565.
-- Steve McIntyre <stevem@chiark.greenend.org.uk> Wed, 21 Jul 1999 23:39:40 +0100
netpbm-free (1:19940301.2-10) unstable; urgency=low
* Fixed warning in ppmtogif from comments in rgb.txt. Fixes Bug#33627.
* Moved ppmtomap here from netpbm-nonfree, as it _is_ free.
* Added papersize handling to pnmtops, using libpaper. Thanks to Brian May
<bam@snoopy.apana.org.au> for the patch. Fixes Bug#34254.
* Compiled using RAWBITS option; fixes Bug#35815
-- Steve McIntyre <stevem@chiark.greenend.org.uk> Tue, 27 Apr 1999 22:31:16 +0100
netpbm-free (1:19940301.2-9) unstable; urgency=low
* Fixed logic hole in pnmtops - flip the Y co-ords if -nocenter is used, closes: bug #30697.
* ppmquantall now copes with comments (e.g. created by gimp), -ext option added, closes: bug #30905.
-- Steve McIntyre <stevem@chiark.greenend.org.uk> Sun, 14 Feb 1999 20:23:37 +0000
netpbm-free (1:19940301.2-8) frozen unstable; urgency=low
* Added more debug for file I/O errors; hopefully should help to diagnose/fix Bug#28706
* Changed sections to remove "main/" - lintian complaints...
-- Steve McIntyre <stevem@chiark.greenend.org.uk> Tue, 03 Nov 1998 00:35:48 +0000
netpbm-free (1:19940301.2-7) frozen unstable; urgency=low
* Include non-maintainer diff from -6.1. Fixes Bug#28396.
-- Steve McIntyre <stevem@chiark.greenend.org.uk> Sat, 24 Oct 1998 12:45:59 +0100
netpbm-free (1:19940301.2-6.1) unstable; urgency=low
* non-maintainer (binary-only) upload for Alpha
* "linux" is not defined by egcs on Alpha, so pbmplus.h did the wrong thing.
Added a test for __linux.
-- Paul Slootman <paul@debian.org> Thu, 22 Oct 1998 18:08:23 +0200
netpbm-free (1:19940301.2-6) frozen unstable; urgency=low
* libtiff3g now fixed (links -lm properly), so removing it from the pnm Imakefile here. Fixes Bug#22181.
-- Steve McIntyre <stevem@chiark.greenend.org.uk> Sun, 18 Oct 1998 13:40:12 +0100
netpbm-free (1:19940301.2-5) unstable; urgency=low
* Fixed Depends: line as per policy: must specify a real package with a virtual package. Fixes Bug#27917
* Renamed netpbm upstream changelog to changelog.gz as required by policy.
* Call ldconfig for netpbm1 in postinst.
-- Steve McIntyre <stevem@chiark.greenend.org.uk> Wed, 14 Oct 1998 21:00:12 +0100
netpbm-free (1:19940301.2-4) frozen unstable; urgency=high
* Make sure Alpha NMU stuff makes it in for hamm - apparently the -lm flag needed for m68k too and the m68k package just won't work without it.
-- Steve McIntyre <stevem@chiark.greenend.org.uk> Mon, 28 Jun 1998 23:16:22 +0100
netpbm-free (1:19940301.2-3) unstable; urgency=low
* New maintainer.
-- Steve McIntyre <stevem@chiark.greenend.org.uk> Wed, 10 Jun 1998 23:21:26 +0100
netpbm-free (1:19940301.2-2.1) frozen unstable; urgency=low
* non-maintainer upload for Alpha.
* declaration of write() in pbmplus.h conflicted with <unistd.h> declaration.
* -lm needed when linking fitstopnm (libtiff3g doesn't link libm implicitly).
-- Paul Slootman <paul@debian.org> Wed, 6 May 1998 21:28:26 +0200
netpbm-free (1:19940301.2-2) unstable; urgency=low
* Removed dh_du call.
* Use tempfile (fixes #19803).
-- Herbert Xu <herbert@debian.org> Tue, 17 Mar 1998 21:34:03 +1100
netpbm-free (1:19940301.2-1) unstable; urgency=low
* Modified pbmplus.h for linux (fixes #13372).
Actually, this has been fixed for a while.
* Added Yoshiyuki Okada's patch (fixes #16903).
-- Herbert Xu <herbert@debian.org> Fri, 27 Feb 1998 15:46:00 +1100
netpbm-free (1:19940301.1-1) unstable; urgency=low
* Split packages into free and nonfree.
* Adjusted priority to optional.
* Updated to Standard 2.4.0.0.
* Renamed netpbm1-dev to netpbm-dev.
-- Herbert Xu <herbert@debian.org> Thu, 19 Feb 1998 10:46:38 +1100
netpbm (1:19940301-1) unstable; urgency=low
* New maintainer.
* Rebuilt from scratch.
* New packaging format (fixes #3975).
* Shared libraries.
* Converted to debhelper (fixes #11925, #14515, #14928).
* Added missing files (fixes #10478, #10951).
* Corrected typo in anytopnm (fixes #11933).
* Nonexistant bugs (fixes #4300, #9677, #11930, #16047).
* Upgraded Suggests:cshell to Depends.
* Depend on bc (#13905).
-- Herbert Xu <herbert@debian.org> Wed, 11 Feb 1998 22:42:50 +1100
netpbm (1994.03.01p1-6.2) unstable; urgency=low
* Non-maintainer release
* Switch to libc6 / glibc2
-- Wichert Akkerman <wakkerma@debian.org> Sat, 27 Dec 1997 12:41:29 +0100
netpbm (1994.03.01p1-6.1) unstable; urgency=low
* Non-maintainer release
* Fixes for packaging "out of the box" in debian/rules
(running dpkg-buildpackage should work OK now)
* Successful packaging of netpbm-dev requires a fix to debstd
(the strip line for static libraries must have --strip-debug or no symbols
will be exported)
* Added ppmcmap.h and ppmdraw.h, because some apps need these headers for
functions in libppm.a
-- Chris Lawrence <lawrencc@debian.org> Fri, 21 Mar 1997 13:01:15 -0600
netpbm (1994.03.01p1-6) unstable; urgency=low
* Added Suggests: csh|tcsh; clears Bug #6411
* All man pages are compressed; clears Bug #6701
* Included g3topbm and pbmtog3 binaries; clears Bug #6818
* Added pbmplus.h to the netpbm-dev package; clears Bug #7350
* New maintainer
* New source package format.
-- Susan G. Kleinmann <sgk@kleinmann.com> Sat, 15 Feb 1997 21:10:35 -0500
Local variables:
mode: debian-changelog
End:
|