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 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671
|
libraw (0.21.3-1) unstable; urgency=medium
* New upstream release
- debian/patches/: patchset dropped (merged upstream)
* debian/control:
- pkg-config -> pkgconf
- S-V bump 4.6.2 -> 4.7.0 (no changes needed)
-- Matteo F. Vescovi <mfv@debian.org> Thu, 24 Oct 2024 20:53:40 +0200
libraw (0.21.2-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062601
-- Benjamin Drung <bdrung@debian.org> Wed, 28 Feb 2024 19:43:42 +0000
libraw (0.21.2-2) unstable; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
[ Matthias Klose ]
* Mark symbols as optional not seen when building with lto. (Closes:
#1015516)
[ Heather Ellsworth ]
* Open merge request against gitlab on salsa.debian.org
[ Olivier Tilloy ]
* Mark C++ template instantiations optional
(This was already done in Debian due to gcc-13 symbols changes
[ Gianfranco Costamagna ]
* Team upload
* Sort symbols
* Drop duplicated symbols
-- Gianfranco Costamagna <locutusofborg@debian.org> Mon, 15 Jan 2024 10:04:22 +0100
libraw (0.21.2-1) unstable; urgency=medium
* New upstream release
* debian/patches/: patchset updated
- Old patches dropped (merged upstream)
- 0001-CR3-Qstep-table-avoid-wrong-64-bit-code-generation.patch added
(Closes: #1060257)
-- Matteo F. Vescovi <mfv@debian.org> Sun, 14 Jan 2024 18:24:49 +0100
libraw (0.21.1-7) unstable; urgency=medium
* debian/libraw23.symbols: more symbols fixing
-- Matteo F. Vescovi <mfv@debian.org> Mon, 24 Jul 2023 14:22:16 +0200
libraw (0.21.1-6) unstable; urgency=medium
* debian/patches/: patchset updated
- 0002-raw-identify-use-fallback-if-PATH_MAX-not-available.patch added
* debian/libraw23.symbols: initial fix after gcc-13
-- Matteo F. Vescovi <mfv@debian.org> Sat, 22 Jul 2023 23:08:47 +0200
libraw (0.21.1-5) unstable; urgency=medium
* debian/patches/: patchset updated (Closes: #1036281)
- 0001-Do-not-set-shrink-flag-for-3-4-component-images.patch added
CVE-2023-1729:
| A flaw was found in LibRaw. A heap-buffer-overflow
| in raw2image_ex() caused by a maliciously crafted file
| may lead to an application crash.
-- Matteo F. Vescovi <mfv@debian.org> Wed, 05 Jul 2023 22:47:57 +0200
libraw (0.21.1-4) unstable; urgency=medium
* Upload to unstable
-- Matteo F. Vescovi <mfv@debian.org> Sun, 02 Jul 2023 16:56:51 +0200
libraw (0.21.1-3) experimental; urgency=medium
* debian/libraw23.symbols: architecture narrowing
-- Matteo F. Vescovi <mfv@debian.org> Wed, 01 Mar 2023 20:09:01 +0100
libraw (0.21.1-2) experimental; urgency=medium
* debian/libraw23.symbols: symbols fixed
-- Matteo F. Vescovi <mfv@debian.org> Mon, 27 Feb 2023 23:39:59 +0100
libraw (0.21.1-1) experimental; urgency=medium
* New upstream release
- debian/: SONAME bump 20 -> 23
* debian/libraw23.symbols:
- SONAME version bump
- file updated against v0.21.1
* debian/control: S-V bump 4.6.0 -> 4.6.2 (no changes needed)
* debian/copyright: timestamp bump for debian/
-- Matteo F. Vescovi <mfv@debian.org> Mon, 23 Jan 2023 21:21:27 +0100
libraw (0.20.2-2) unstable; urgency=medium
* debian/watch: bump version 3 -> 4
* debian/control: S-V bump 4.5.0 -> 4.6.0 (no changes needed)
* debian/libraw-doc.docs: install cpp samples (Closes: #994019)
* debian/libraw-bin.install: move sample binaries to usr/bin
* debian/NEWS: added to describe sample binaries move
* debian/rules:
- drop useless linker flags
- hardening options added
-- Matteo F. Vescovi <mfv@debian.org> Sat, 11 Sep 2021 16:56:07 +0200
libraw (0.20.2-1) unstable; urgency=medium
* New upstream release
-- Matteo F. Vescovi <mfv@debian.org> Mon, 19 Oct 2020 23:00:12 +0200
libraw (0.20.0-4) unstable; urgency=medium
* Upload to unstable
* debian/libraw20.symbols: drop duplicates and
restrict to 64 bits
-- Matteo F. Vescovi <mfv@debian.org> Tue, 18 Aug 2020 15:45:30 +0200
libraw (0.20.0-3) experimental; urgency=medium
* debian/libraw20.symbols: drop MISSING and update others
-- Matteo F. Vescovi <mfv@debian.org> Tue, 04 Aug 2020 23:43:02 +0200
libraw (0.20.0-2) experimental; urgency=medium
* debian/libraw20.symbols: file updated
-- Matteo F. Vescovi <mfv@debian.org> Tue, 04 Aug 2020 21:11:25 +0200
libraw (0.20.0-1) experimental; urgency=medium
[ Matteo F. Vescovi ]
* New upstream release
This release fixes CVE-2020-15503:
| LibRaw before 0.20-RC1 lacks a thumbnail size range check.
| This affects decoders/unpack_thumb.cpp,
| postprocessing/mem_image.cpp, and utils/thumb_utils.cpp.
| For example,
| malloc(sizeof(libraw_processed_image_t)+T.tlength) occurs
| without validating T.tlength.
* debian/: SONAME bump 19 -> 20
* debian/control:
- debhelper bump 12 -> 13
- S-V bump 4.4.0 -> 4.5.0 (no changes needed)
- RRR set
* debian/tests/smoketest: path adapted
* debian/copyright: entries for unused files and licenses removed
* debian/rules: drop useless files installation
* debian/libraw20.symbols: missing and new symbols added
[ Sebastien Bacher ]
* debian/tests/build: use the correct compiler for
autopkgtest cross-testing. (Closes: #954886)
-- Matteo F. Vescovi <mfv@debian.org> Thu, 30 Jul 2020 00:09:36 +0200
libraw (0.19.5-1) unstable; urgency=medium
* New upstream release
-- Matteo F. Vescovi <mfv@debian.org> Wed, 28 Aug 2019 23:45:51 +0200
libraw (0.19.4-1) unstable; urgency=medium
* New upstream release
* debian/: really bump debhelper to v12
* debian/control: S-V bump 4.3.0 -> 4.4.0 (no changes needed)
-- Matteo F. Vescovi <mfv@debian.org> Fri, 09 Aug 2019 22:29:04 +0200
libraw (0.19.3-1) unstable; urgency=medium
* New upstream release
- debian/patches/: patchset dropped (applied upstream)
-- Matteo F. Vescovi <mfv@debian.org> Thu, 11 Jul 2019 22:46:26 +0200
libraw (0.19.2-2) unstable; urgency=medium
* debian/patches/: patchset updated
- 0001-Fix_CVE-2018-20365_for_real.patch added
* debian/: debhelper bump 11 -> 12
-- Matteo F. Vescovi <mfv@debian.org> Thu, 10 Jan 2019 21:51:18 +0100
libraw (0.19.2-1) unstable; urgency=medium
* New upstream release
This minor release fixes the following
security issues:
- CVE-2018-20337
- CVE-2018-20363
- CVE-2018-20364
- CVE-2018-20365
* debian/control: S-V bump 4.2.1 -> 4.3.0 (no changes needed)
-- Matteo F. Vescovi <mfv@debian.org> Thu, 27 Dec 2018 21:25:22 +0100
libraw (0.19.1-1) unstable; urgency=medium
* New upstream release
-- Matteo F. Vescovi <mfv@debian.org> Sun, 16 Dec 2018 14:34:20 +0100
libraw (0.19.0-4) unstable; urgency=medium
[ Jeremy Bicha ]
* debian/libraw19.symbols: Mark 2 symbols as optional
which disappear when built with -O3 on Ubuntu's ppc64el
-- Matteo F. Vescovi <mfv@debian.org> Fri, 09 Nov 2018 22:53:58 +0100
libraw (0.19.0-3) unstable; urgency=medium
* Upload to unstable
* debian/control: S-V bump 4.1.5 -> 4.2.1 (no changes needed)
-- Matteo F. Vescovi <mfv@debian.org> Mon, 27 Aug 2018 23:10:52 +0200
libraw (0.19.0-2) experimental; urgency=medium
* debian/libraw19.symbols: symbols updated to fix buildd FTBFS
-- Matteo F. Vescovi <mfv@debian.org> Thu, 26 Jul 2018 23:34:33 +0200
libraw (0.19.0-1) experimental; urgency=medium
* New upstream release
- debian/: SONAME bump 16 -> 19
- debian/libraw19.symbols: symbols updated
-- Matteo F. Vescovi <mfv@debian.org> Wed, 18 Jul 2018 22:49:27 +0200
libraw (0.18.13-1) unstable; urgency=medium
* New upstream release
* debian/control: S-V bump 4.1.4 -> 4.1.5 (no changes needed)
-- Matteo F. Vescovi <mfv@debian.org> Fri, 13 Jul 2018 00:05:29 +0200
libraw (0.18.11-1) unstable; urgency=high
* New upstream release (Closes: #897185, #897186)
- Fix CVE-2018-10528 and CVE-2018-10529
* debian/control: S-V bump 4.1.3 -> 4.1.4 (no changes needed)
-- Matteo F. Vescovi <mfv@debian.org> Tue, 29 May 2018 23:40:01 +0200
libraw (0.18.8-2) unstable; urgency=medium
[ Mattia Rizzolo ]
* d/control: Update the Vcs-* fields for the move to salsa.debian.org.
* Use HTTPS in the Homepage field.
* d/rules: make use of dpkg-buildflags facilities to set LDFLAGS
built files are bit-by-bit reproducible.
* d/rules: drop option already passed by dh_auto_configure --prefix=/usr
* d/rules: drop manual invocation of dh_makeshlibs.
* Simplify symbols file, collating the architectures filters
into arch-bits=64/32.
[ Matteo F. Vescovi ]
* debian/libraw16.symbols: MISSING entries dropped
-- Matteo F. Vescovi <mfv@debian.org> Tue, 06 Mar 2018 22:33:44 +0100
libraw (0.18.8-1) unstable; urgency=medium
* New upstream release
- debian/libraw16.symbols: symbols updated
-- Matteo F. Vescovi <mfv@debian.org> Sun, 04 Mar 2018 15:29:17 +0100
libraw (0.18.7-2) unstable; urgency=medium
[ Jason Duerstock ]
* debian/libraw16.symbols: symbols refreshed to add ia64 architecture
(Closes: #888061)
-- Matteo F. Vescovi <mfv@debian.org> Wed, 24 Jan 2018 14:44:01 +0100
libraw (0.18.7-1) unstable; urgency=medium
* New upstream release
* debian/copyright: copyright-format moved to https://
-- Matteo F. Vescovi <mfv@debian.org> Mon, 22 Jan 2018 23:02:49 +0100
libraw (0.18.6-1) unstable; urgency=medium
* New upstream release
* debian/compat: 10 -> 11
* debian/control: debhelper versioning 10 -> 11
* debian/control: S-V bump 4.1.1 -> 4.1.3 (no changes needed)
* debian/libraw16.symbols: update MISSING symbols
* debian/libraw-doc.doc-base: fix installation path
-- Matteo F. Vescovi <mfv@debian.org> Sun, 07 Jan 2018 14:04:54 +0100
libraw (0.18.5-1) unstable; urgency=medium
* New upstream release (Closes: #874729)
* debian/: autotools-dev usage dropped
* debian/control: S-V bump 4.0.0 -> 4.1.1 (no changes needed)
-- Matteo F. Vescovi <mfv@debian.org> Fri, 06 Oct 2017 21:51:38 +0200
libraw (0.18.2-2) unstable; urgency=medium
* Upload to unstable
* debian/control: S-V bump 3.9.8 => 4.0.0 (no changes needed)
-- Matteo F. Vescovi <mfv@debian.org> Thu, 22 Jun 2017 17:32:33 +0200
libraw (0.18.2-1) experimental; urgency=medium
* New upstream release
- debian/libraw16.symbols: MISSING symbols updated
-- Matteo F. Vescovi <mfv@debian.org> Sat, 25 Mar 2017 13:45:42 +0100
libraw (0.18.1-1) experimental; urgency=medium
* New upstream release
-- Matteo F. Vescovi <mfv@debian.org> Fri, 03 Mar 2017 14:57:36 +0100
libraw (0.18.0-1) experimental; urgency=medium
* New upstream release
- debian/: SONAME bump libraw15 => libraw16
- debian/libraw16.symbols: symbols updated
- debian/copyright: licenses updated
- debian/patches/: patchset dropped (applied upstream)
* debian/: bump compatibility 9 -> 10
-- Matteo F. Vescovi <mfv@debian.org> Mon, 02 Jan 2017 13:52:44 +0100
libraw (0.17.2-6) unstable; urgency=medium
* debian/patches/: patchset updated (again)
- 0001-Fix_gcc6_narrowing_error.patch replaced with
0001-Fix_gcc6_narrowing_conversion.patch since it
was causing FTBFS on most little-endian architectures
Thanks to Alex Tutubalin (upstream) for the quick fix.
-- Matteo F. Vescovi <mfv@debian.org> Thu, 25 Aug 2016 22:29:57 +0200
libraw (0.17.2-5) unstable; urgency=medium
* debian/patches/: patchset updated
- 0001-Fix_dcraw_narrowing_for_gcc6.patch dropped
(wrong approach to fix the issue)
- 0001-Fix_gcc6_narrowing_error.patch added (Closes: #835350)
-- Matteo F. Vescovi <mfv@debian.org> Wed, 24 Aug 2016 22:26:35 +0200
libraw (0.17.2-4) unstable; urgency=medium
* debian/patches/: patchset updated (Closes: #811744)
- 0001-Fix_dcraw_narrowing_for_gcc6.patch refreshed
Thanks to Alex Tutubalin (upstream dev) for the advice.
-- Matteo F. Vescovi <mfv@debian.org> Wed, 27 Jul 2016 23:33:34 +0200
libraw (0.17.2-3) unstable; urgency=medium
* debian/patches/: patchset initiated (Closes: #811744)
- 0001-Fix_dcraw_narrowing_for_gcc6.patch added
-- Matteo F. Vescovi <mfv@debian.org> Thu, 30 Jun 2016 22:12:11 +0200
libraw (0.17.2-2) unstable; urgency=medium
* debian/control: libjasper-dev b-dep dropped (Closes: #818204)
-- Matteo F. Vescovi <mfv@debian.org> Sun, 26 Jun 2016 14:22:59 +0200
libraw (0.17.2-1) unstable; urgency=medium
* New upstream release
* debian/control: Maintainer field updated.
Sadly, the Shotwell Team has dissolved.
Now the LibRaw is under PhotoTools Maintainers umbrella.
* debian/control: S-V bump 3.9.6 -> 3.9.8 (no changes needed)
* debian/control: Vcs-* fields updated for https:// usage
* debian/libraw15.symbols: symbols updated
-- Matteo F. Vescovi <mfv@debian.org> Wed, 25 May 2016 22:02:07 +0200
libraw (0.17.1-1) unstable; urgency=high
* New upstream release (Closes: #806809)
- Fix CVE-2015-8366 and CVE-2015-8367
-- Matteo F. Vescovi <mfv@debian.org> Thu, 03 Dec 2015 21:19:12 +0100
libraw (0.17.0-1) unstable; urgency=medium
* New upstream release
- debian/: SONAME bump libraw10 => libraw15
- debian/rules: bump dh_makeshlibs to libraw15
- debian/libraw15.symbols: symbols refreshed
* debian/copyright: file updated
-- Matteo F. Vescovi <mfv@debian.org> Fri, 16 Oct 2015 10:03:52 +0200
libraw (0.16.2-1) unstable; urgency=high
* New upstream release
- Fix CVE-2015-3885
* debian/control:
- XS-Testsuite field dropped
- Uploader e-mail address updated
-- Matteo F. Vescovi <mfv@debian.org> Tue, 26 May 2015 09:06:05 +0200
libraw (0.16.0-9) unstable; urgency=medium
* debian/control: strictly build-depends on libjpeg-dev.
Thanks to Ondřej Surý (ondrej) for the patch. (Closes: #763482)
* debian/control: S-V bump 3.9.5 => 3.9.6 (no changes needed)
-- Matteo F. Vescovi <mfvescovi@gmail.com> Tue, 30 Sep 2014 17:47:16 +0200
libraw (0.16.0-8) unstable; urgency=medium
* debian/watch: search path updated (Closes: #759650)
-- Matteo F. Vescovi <mfvescovi@gmail.com> Fri, 29 Aug 2014 10:29:55 +0200
libraw (0.16.0-7) unstable; urgency=medium
* debian/libraw10.symbols: updated for mips64/mips64el.
Thanks to YunQiang Su for the patch. (Closes: #758530)
-- Matteo F. Vescovi <mfvescovi@gmail.com> Thu, 28 Aug 2014 16:06:06 +0200
libraw (0.16.0-6) unstable; urgency=medium
* debian/control: new uploader (Closes: #755414)
* debian/control: VCS fields added
* debian/libraw10.symbols: mips64/mips64el archs added.
Thanks to YunQiang Su for the patch. (Closes: #754360)
-- Matteo F. Vescovi <mfvescovi@gmail.com> Mon, 21 Jul 2014 15:10:41 +0200
libraw (0.16.0-5) unstable; urgency=medium
[ Martin Pitt ]
* Fix autopkgtest: Add missing libraw-dev test dep, drop unnecessary
@builddeps@, and add missing "set -e" so that the test actually fails
properly. Also fix linking order to also work with binutils-gold.
These fixes closes: #750985.
-- Luca Falavigna <dktrkranz@debian.org> Tue, 10 Jun 2014 11:13:04 +0200
libraw (0.16.0-4) unstable; urgency=medium
* debian/libraw10.symbols:
- Update symbols to build against gcc-4.9 (Closes: #746875).
* debian/tests/testbuild:
- Provide a simple test to check whether the package is fucntional,
as per DEP8 (autopkgtests).
-- Luca Falavigna <dktrkranz@debian.org> Sat, 07 Jun 2014 18:43:23 +0200
libraw (0.16.0-3) unstable; urgency=medium
[ Adam Conrad ]
* debian/libraw10.symbols:
- Update symbols for arm64 and ppc64el (Closes: #745883).
-- Luca Falavigna <dktrkranz@debian.org> Thu, 01 May 2014 09:58:02 +0200
libraw (0.16.0-2) unstable; urgency=medium
* debian/libraw10.symbol:
- Handle 32-bit symbol differences (Closes: #740106).
-- Luca Falavigna <dktrkranz@debian.org> Thu, 27 Feb 2014 16:34:23 +0100
libraw (0.16.0-1) unstable; urgency=medium
* New upstream release.
* debian/control:
- Re-add myself as Uploader.
- Bump Standards-Version to 3.9.5.
* debian/copyright:
- Update license information.
* debian/libraw10.symbol:
- Renamed from libraw9.symbols.amd64 to match new binary, refreshed
with the new symbols (Closes: #738424).
-- Luca Falavigna <dktrkranz@debian.org> Mon, 24 Feb 2014 18:53:46 +0100
libraw (0.15.4-1) unstable; urgency=low
* Team upload.
* New upstream release.
- Fix for CVE-2013-1438 (Closes: #721231).
- Fix for CVE-2013-1439 (Closes: #721338).
- Fix segmentaition fault when unprocessed_raw is passed -s option
wihout any parameter (Closes: #716423).
* debian/patches/4channels_parameter.patch:
- Dropped, applied upstream.
* debian/patches/typo.patch:
- Dropped, applied upstream.
-- Luca Falavigna <dktrkranz@debian.org> Sat, 05 Oct 2013 17:53:47 +0200
libraw (0.15.3-1) unstable; urgency=low
* Team upload to unstable.
* New upstream release (Closes: #710353).
- Fix error handling for broken full-color images - CVE-2013-2126.
- Fix wrong data_maximum calcluation - CVE-2013-2127.
* debian/patches/4channels_parameter.patch:
- Fix segmentaition fault when 4channel is passed -s option without
any parameter (Closes: #715577).
-- Luca Falavigna <dktrkranz@debian.org> Wed, 10 Jul 2013 21:20:09 +0200
libraw (0.15.1-1) experimental; urgency=low
* Team upload.
* New upstream release.
* debian/patches/typo.patch:
- Fix typo in help output.
* debian/control:
- Build-depend on dh-autoreconf.
- Build-depend on libjpeg8-dev | libjpeg-dev.
- Replace libraw5 with libraw9, SONAME changed.
- libraw-dev depends on libraw9 accordingly.
* debian/copyright:
- Update copyright years.
* debian/libraw9.install:
- Renamed from libraw5.install to match new binary.
* debian/libraw9.symbols.amd64:
- Renamed from libraw5.symbols.amd64 to match new binary.
* debian/rules:
- Build with autoreconf support.
- Build with DNG support (Closes: #699356).
- Pass "-Wl,-z,defs -Wl,--as-needed" to LDFLAGS.
- Update dh_makeshlibs call to match new binary.
-- Luca Falavigna <dktrkranz@debian.org> Sat, 25 May 2013 02:50:14 +0200
libraw (0.14.7-2) unstable; urgency=low
* Team upload.
* Upload to unstable.
* debian/control:
- Remove deprecated DM-Upload-Allowed field.
- Bump Standards-Version to 3.9.4.
-- Luca Falavigna <dktrkranz@debian.org> Sun, 12 May 2013 20:47:35 +0200
libraw (0.14.7-1) experimental; urgency=low
* Team upload.
* New upstream release (Closes: #682982).
* debian/control:
- Add DM-Upload-Allowed field.
* debian/watch:
- Use new redirector librawredir.debian.net.
-- Luca Falavigna <dktrkranz@debian.org> Sat, 25 Aug 2012 13:35:59 +0200
libraw (0.14.6-2) unstable; urgency=low
* Team upload.
* debian/control:
- Add liblcms2-dev to libraw-dev Depends field.
-- Luca Falavigna <dktrkranz@debian.org> Sun, 27 May 2012 12:16:53 +0200
libraw (0.14.6-1) unstable; urgency=low
* Team upload to unstable.
* New upstream release.
* Multi-arch support.
* debian/compat:
- Bump compatibility level to 9.
* debian/control:
- Bump Standards-Version to 3.9.3.
* debian/copyright:
- Update copyright years.
- Format now points to copyright-format site.
* debian/libraw5.symbols.amd64:
- Refresh symbols file.
* debian/rules:
- Bump minimum version in dh_makeshlibs to 0.14.6.
-- Luca Falavigna <dktrkranz@debian.org> Sun, 06 May 2012 17:59:10 +0200
libraw (0.14.0-1) experimental; urgency=low
* Team upload.
* New upstream release.
* debian/control:
- Replace libraw2 with libraw5, SONAME changed.
- libraw-dev depends on libraw5 accordingly.
- Build-depend on pkg-config, libjasper-dev and liblcms2-dev.
* debian/libraw5.install:
- Renamed from libraw2.install to match new binary.
* debian/libraw5.symbols.amd64:
- Renamed from libraw2.symbols.amd64 to match new binary.
* debian/rules:
- Update dh_makeshlibs call to match new binary.
-- Luca Falavigna <dktrkranz@debian.org> Sat, 24 Sep 2011 15:32:39 +0200
libraw (0.13.8-1) unstable; urgency=low
* Team upload.
* New upstream release.
* debian/control:
- Add Debian Shotwell Maintainers to Maintainers.
- Move Devid to Uploaders.
- Add autotools-dev to Build-Depends.
- Add libraw2 package, who provides the shared library.
- Add libraw2-bin package, who provides some tools to
manipulate RAW files.
- Bump Standards-Version to 3.9.2, no changes required.
* debian/copyright:
- Update copyright information.
* debian/rules:
- Build with autotools_dev to regenerate config.{sub,guess}.
- Manually set prefix to install shared library correctly.
* debian/watch:
- Upstream disabled listing support, watch file is no-op now.
-- Luca Falavigna <dktrkranz@debian.org> Mon, 22 Aug 2011 20:45:22 +0200
libraw (0.13.1-2) unstable; urgency=low
* Set myself as maintainer (Closes: #613870).
* debian/control: add Timo Witte to Uploaders field.
* debian/install: install *.pc files in /usr/lib/pkgconfig (Closes: #613777).
-- Devid Antonio Filoni <d.filoni@ubuntu.com> Fri, 04 Mar 2011 20:48:20 +0100
libraw (0.13.1-1) unstable; urgency=low
* New upstream release (Closes: #607139).
* debian/control:
- Bump Standards-Version to 3.9.1, no changes required.
* debian/copyright:
- Update copyright years.
-- Luca Falavigna <dktrkranz@debian.org> Tue, 08 Feb 2011 22:53:51 +0100
libraw (0.9.1-1) unstable; urgency=low
* Initial release (Closes: #578830).
-- Luca Falavigna <dktrkranz@debian.org> Sat, 12 Jun 2010 10:09:37 +0200
|