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 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882
|
yaz (5.34.4-1) unstable; urgency=medium
* New upstream version 5.34.4:
+ Fix FTBFS with GCC 15 (Closes: #1098188).
* debian/libyaz5.symbols: Add new symbols.
-- Hugh McMaster <hmc@debian.org> Wed, 19 Feb 2025 21:45:48 +1100
yaz (5.34.3-1) unstable; urgency=medium
* New upstream version 5.34.3.
* debian/copyright: Update for 2025.
-- Hugh McMaster <hmc@debian.org> Tue, 11 Feb 2025 21:55:42 +1100
yaz (5.34.2-1) unstable; urgency=medium
* New upstream version 5.34.2
* debian/copyright:
+ Update YAZ licence to match upstream.
+ Avoid hyphenated lines.
-- Hugh McMaster <hmc@debian.org> Sun, 22 Sep 2024 19:22:11 +1000
yaz (5.34.1-1) unstable; urgency=medium
* New upstream version.
* debian/copyright: Update for 2024.
* debian/patches:
+ Drop pkg-config-cross.patch (applied upstream).
+ Drop include-stdlib.patch (bug fixed upstream).
-- Hugh McMaster <hmc@debian.org> Sun, 23 Jun 2024 21:05:52 +1000
yaz (5.34.0-2) unstable; urgency=medium
* debian/control:
+ Update my email address.
+ Build-Depend on pkgconf instead of pkg-config.
+ Sort libyaz-dev package dependencies.
+ Remove references to libyaz4-dev.
+ Raise Standards-Version to 4.7.0 (no changes needed).
* debian/copyright: Extend my copyright to 2024.
* debian/patches:
+ Include stdlib.h in several files (Closes: #1073314).
+ Support cross-building with pkg-config (Closes: #1058064).
Thanks to Helmut Grohne for providing a patch.
-- Hugh McMaster <hmc@debian.org> Mon, 17 Jun 2024 22:43:08 +1000
yaz (5.34.0-1) unstable; urgency=medium
* New upstream version.
* debian/copyright: Update for 2023.
* lintian-overrides: Add source-is-missing tag and comments.
-- Hugh McMaster <hugh.mcmaster@outlook.com> Thu, 19 Jan 2023 23:46:12 +1100
yaz (5.33.0-1) unstable; urgency=medium
* New upstream version.
* debian/control: Raise Standards-Version to 4.6.2 (no changes needed).
* debian/rules:
+ Remove DEB_CPPFLAGS_MAINT_APPEND override.
+ Set DPKG_GENSYMBOLS_CHECK_LEVEL to 4.
* Lintian: Silence very-long-line-length-in-source-file output.
* libyaz5: Update symbols file.
-- Hugh McMaster <hugh.mcmaster@outlook.com> Mon, 26 Dec 2022 17:57:21 +1100
yaz (5.32.0-1) unstable; urgency=medium
* New upstream version.
* debian/control: Raise Standards-Version to 4.6.1 (no changes needed).
* debian/copyright: Update for 2022.
-- Hugh McMaster <hugh.mcmaster@outlook.com> Mon, 13 Jun 2022 20:43:17 +1000
yaz (5.31.1-1) unstable; urgency=medium
* New upstream version:
- The yaz_encode_uri_component was updated to RFC 3986. The previous
implementation was based on RFC 2396.
* debian/control: Drop version requirements for autoconf and automake.
* debian/copyright: Update upstream Source URL.
-- Hugh McMaster <hugh.mcmaster@outlook.com> Wed, 29 Dec 2021 22:03:46 +1100
yaz (5.31.0-1) unstable; urgency=medium
* New upstream version.
* debian/control:
- Raise Standards-Version to 4.6.0 from 4.5.0 (no changes needed).
- Update package descriptions.
* debian/copyright: Update for YAZ 5.31.0.
* debian/gbp.conf: Use DEP-14 branch naming.
* debian/upstream/metadata: Update Repository URL.
* debian/watch: Use secure HTTP and string substitutions.
-- Hugh McMaster <hugh.mcmaster@outlook.com> Sun, 29 Aug 2021 19:13:01 +1000
yaz (5.30.3-1) unstable; urgency=medium
* New upstream release.
* yaz-doc:
- Update doc-base registration paths.
- Don't install the NEWS file.
* debian/rules:
- Install the documentation in libyaz-dev but package it in yaz-doc.
-- Hugh McMaster <hugh.mcmaster@outlook.com> Mon, 06 Jul 2020 23:16:49 +1000
yaz (5.30.2-1) unstable; urgency=medium
* New upstream release.
* debian/control:
- Use debhelper-compat v13.
* debian/rules:
- Remove commented DH_VERBOSE and ccache lines.
- Remove dh_auto_clean and dh_missing overrides.
- Remove unnecessary git restore code.
- Stop deleting most files in the 'clean' target.
- Replace the 'clean' target with an 'execute_before_dh_clean' target.
- Do not install the upstream ChangeLog (dh_installchangelogs override).
-- Hugh McMaster <hugh.mcmaster@outlook.com> Sat, 09 May 2020 23:34:17 +1000
yaz (5.30.1-1) unstable; urgency=medium
* New upstream release.
* debian/patches/yaz_diag_to_str.patch:
- Drop patch. Fix committed in YAZ 5.30.1.
-- Hugh McMaster <hugh.mcmaster@outlook.com> Fri, 24 Apr 2020 20:47:02 +1000
yaz (5.30.0-1) unstable; urgency=medium
* New upstream release.
* Update symbols file for yaz 5.30.0.
* debian/control:
- Sort Build-Depends list.
- Use consistent field order in package metadata.
- Mark libyaz-dev Multi-Arch: same.
* libyaz-dev:
- yaz-config and its man page are no longer packaged.
Please switch to pkg-config (yaz, yaz-icu or yaz-server).
This also makes the package reproducible. Closes: #955501
-- Hugh McMaster <hugh.mcmaster@outlook.com> Thu, 09 Apr 2020 20:50:43 +1000
yaz (5.29.0-2) unstable; urgency=medium
* Release to unstable.
* Revert "libyaz-dev: No longer package yaz-config or its man page" to allow
the new pkg-config files to enter unstable.
* Revert "debian/control: Mark libyaz-dev Multi-Arch: same".
-- Hugh McMaster <hugh.mcmaster@outlook.com> Mon, 30 Mar 2020 08:54:04 +1100
yaz (5.29.0-1) experimental; urgency=medium
* New upstream release.
* yaz-config is no longer packaged. Please switch to pkg-config.
* Update symbols file for yaz 5.29.0.
* Add debian/not-installed.
* debian/control:
- Raise Standards-Version to 4.5.0 from 4.4.1 (no changes needed).
- Require autoconf 2.69 or later.
- Mark libyaz-dev Multi-Arch: same.
* debian/copyright:
- Update for yaz 5.29.0.
* debian/patches:
- Add upstream patch to fix incorrect call to yaz_diag_to_str(), which was
causing undefined behaviour.
* debian/rules:
- Remove un-necessary configure flags.
- Remove un-needed dh_install override.
- Move excluded files from dh_missing to debian/not-installed.
* libyaz-dev:
- Install pkg-config files for YAZ ICU and YAZ server.
- yaz-config, yaz-config.1 and yaz.m4 are no longer packaged.
-- Hugh McMaster <hugh.mcmaster@outlook.com> Wed, 25 Mar 2020 23:19:19 +1100
yaz (5.28.0-1) unstable; urgency=medium
* New upstream release.
- Element-set is case sensitive for yaz_retrieval. The element-set name
should be case insensitive, and thus, the name property is matched in
a case-insensitive manner.
* Drop spelling-fixes.patch (accepted upstream).
* Update symbols file for yaz 5.28.0.
* Add debian/gbp.conf.
-- Hugh McMaster <hugh.mcmaster@outlook.com> Mon, 30 Dec 2019 22:01:00 +1100
yaz (5.27.2-1) unstable; urgency=medium
* New upstream release.
* debian/control:
- Add Hugh McMaster as an Uploader.
- Use debhelper-compat level 12.
- Raise Standards-Version to 4.4.1 from 4.3.0 (no changes needed).
- Add Rules-Requires-Root: no.
* debian/copyright:
- Update upstream copyright to 2019.
- Add Hugh McMaster to the 'debian' block.
* debian/patches:
- Drop yaz-spelling-fixes.patch (merged upstream).
- Fix more spelling errors (spelling-fixes.patch).
* Add debian/upstream/metadata file.
-- Hugh McMaster <hugh.mcmaster@outlook.com> Mon, 21 Oct 2019 23:42:25 +1100
yaz (5.27.1-2) unstable; urgency=medium
* Upload to unstable (ack from release-team in #918954)
-- Vincent Danjean <vdanjean@debian.org> Mon, 14 Jan 2019 09:33:55 +0100
yaz (5.27.1-1) experimental; urgency=medium
[ Vincent Danjean ]
* New upstream release (long overdue) (Closes: #915369):
- The PKG_PROG_PKG_CONFIG macro is now used, allowing yaz to cross-build
from source (Closes: #880358).
- pkg-config is now used to detect icu (Closes: #915394).
- yaz-client no longer suffers a segmentation fault when connecting via a
UNIX socket (Closes: #889571).
* debian/control:
- use the virtual package debhelper-compat to specify dh level
- make libyaz-dev provide libyaz4-dev and upload to experimental
so that build-rdeps can be checked
[ Hugh McMaster ]
* Add debian/compat file, specifying compatibility level 11.
* debian/control:
- Remove trailing whitespace.
- Raise Standards-Version to 4.3.0 from 3.9.5.
- Switch to Priority: optional.
- Update build dependencies.
- Update Homepage field.
- Remove alternative dependency on libicu36-dev.
- Update for transition to libyaz5.
- Update for transition to libyaz-dev.
- Mark libyaz5 Multi-Arch: same.
- Mark yaz-doc Multi-Arch: foreign.
* debian/patches:
- Remove for-upstream_fix-typo.diff and from-upstream_mips-bugfix.diff
(no longer needed).
- yaz-spelling-fixes.patch: Fix spelling errors in various files.
* debian/rules:
- Add 'hardening=+all' to DEB_BUILD_MAINT_OPTIONS.
- Remove un-needed DH_OPTIONS variable.
- Sort debhelper overrides.
- Remove manual call to autoreconf.
- Drop unsupported configure flags.
- Remove un-needed dh_auto_install override and directory rename.
- Ensure the package documentation is installed in yaz-doc.
- Add dh_missing override.
- Hide excessive warnings when calling dh_shlibdeps.
- Do not install the (non-existant) README file into all packages.
- Build with debugging/symbol information.
* debian/watch: Use uscan version 4.
* Update symbols file for yaz 5.27.1.
* libyaz5:
- Rename libyaz4.install to libyaz5.install.
- Install the shared library symbolic links into a multi-arch libdir.
- Rename libyaz4.symbols to libyaz5.symbols.
* libyaz-dev:
- Rename libyaz4-dev.install to libyaz-dev.install.
- Drop debian/tmp path prefix from the install file.
- Use multi-arch paths in the install file.
- Move manpages from the install file into a manpages file.
- Install README.md.
* yaz:
- Drop debian/tmp path prefix from the install file.
- Move manpages from the install file into a manpages file.
- Add binary and manpage entries for yaz-record-conv.
* yaz-doc:
- Rename yaz-doc.install to yaz-doc.docs.
- Simplify list of files to install.
- Add doc-base registration file.
* yaz-icu:
- Drop debian/tmp path prefix from the install file.
- Move manpages from the install file into a manpages file.
* yaz-illclient:
- Drop debian/tmp path prefix from the install file.
- Move manpages from the install file into a manpages file.
* Only install the NEWS file into libyaz-dev and yaz-docs.
-- Vincent Danjean <vdanjean@debian.org> Fri, 28 Dec 2018 14:16:26 +0100
yaz (4.2.30-4) unstable; urgency=medium
* Ack previous NMU (forgotten in the previous upload)
* Replaced tcl8.4 by tcl in build dependencies and in dependencies of
libyaz4-dev (Closes: #725270) Thanks Sergei Golovan <sgolovan@debian.org>
-- Vincent Danjean <vdanjean@debian.org> Tue, 08 Jul 2014 11:27:16 +0200
yaz (4.2.30-3) unstable; urgency=medium
* Fix "Build against (and depend on) libgnutls28-dev"
(Closes: #753169) Thanks to Andreas Metzler <ametzler@bebt.de>
* Dump Standard-Version (no change needed)
* Canonize VCS URLs
-- Vincent Danjean <vdanjean@debian.org> Mon, 07 Jul 2014 13:35:38 +0200
yaz (4.2.30-2) unstable; urgency=low
* Fix bug releaved by testsuite on MIPS with an upstream patch
-- Vincent Danjean <vdanjean@debian.org> Mon, 16 Apr 2012 14:26:10 +0200
yaz (4.2.30-1) unstable; urgency=low
* New Upstream Version
-- Vincent Danjean <vdanjean@debian.org> Wed, 11 Apr 2012 14:30:03 +0200
yaz (4.2.18-1) unstable; urgency=low
* New Upstream Version
* Yaz can be build with gold now (Closes: #556768)
-- Vincent Danjean <vdanjean@debian.org> Tue, 01 Nov 2011 14:47:15 -0200
yaz (4.2.12-1) unstable; urgency=low
* New Upstream Version (Closes: #639694)
* debian/*.symbols: add new symbols. Several internal use only (according
to upstream) symbols has been removed. As it was wrong for a user
to use it, no soname bump has been done.
-- Vincent Danjean <vdanjean@debian.org> Mon, 29 Aug 2011 16:19:34 +0200
yaz (4.0.11-1) unstable; urgency=low
* New Upstream Version
Fix many bugs (Closes: #591307)
* Dump Standard-Version to 3.9.1 (no change needed)
* Remplace versionned conflicts with breaks
-- Vincent Danjean <vdanjean@debian.org> Wed, 25 Aug 2010 14:30:11 +0200
yaz (4.0.10-1) unstable; urgency=low
* New Upstream Version
-- Vincent Danjean <vdanjean@debian.org> Wed, 23 Jun 2010 13:13:21 +0200
yaz (4.0.8-1) unstable; urgency=low
* New Upstream Version
-- Vincent Danjean <vdanjean@debian.org> Wed, 12 May 2010 13:27:09 +0200
yaz (4.0.7-1) unstable; urgency=low
* New Upstream Version
* yaz_mutex_{create,destroy,enter,leave,set_name} symbols have been moved
from libyaz_server.so.4 to libyaz.so.4. *No* soname dump as:
- libyaz_server.so.4 is linked to libyaz.so.4
- libyaz_server.so.4 and libyaz.so.4 are provided by the same binary package
- the current linker is transitive when it searches for a symbol
-- Vincent Danjean <vdanjean@debian.org> Tue, 11 May 2010 12:54:14 +0200
yaz (4.0.3-1) unstable; urgency=low
* New Upstream Version
-- Vincent Danjean <vdanjean@debian.org> Sun, 11 Apr 2010 21:53:49 +0200
yaz (4.0.2-2) unstable; urgency=low
* Re-upload to unstable
-- Vincent Danjean <vdanjean@debian.org> Sat, 10 Apr 2010 13:21:55 +0200
yaz (4.0.2-1) experimental; urgency=low
* New Upstream Version
* debian/control:
Bump Standard-Version (no change needed)
add versioned build depends on autotools-dev (for debhelper help)
* debian/rules:
use dh --with autotools_dev to update config.*
refactorize with dh
* debian/source/format => 3.0 (quilt)
* update debian/libyaz4.symbols
-- Vincent Danjean <vdanjean@debian.org> Wed, 31 Mar 2010 00:20:27 +0200
yaz (4.0.1-1) experimental; urgency=low
* New Upstream Version
Soname has been dumped
-- Vincent Danjean <vdanjean@debian.org> Wed, 03 Feb 2010 19:12:00 +0100
yaz (3.0.52-1) unstable; urgency=low
* New Upstream Version
* Fix typos in package description (Closes: #557679, #557681)
Thanks to Pascal De Vuyst to report it.
-- Vincent Danjean <vdanjean@debian.org> Thu, 03 Dec 2009 21:21:07 +0100
yaz (3.0.50-1) unstable; urgency=low
* New Upstream Version
* Debian packaging:
- debian/*.symbols: add new symbols. Several internal use only (according
to upstream) symbols has been removed. As it was wrong for a user
to use it, no soname bump has been done.
- remove patch for automake 1.11 (patch applied upstream)
-- Vincent Danjean <vdanjean@debian.org> Sat, 07 Nov 2009 23:57:06 +0100
yaz (3.0.48-1) unstable; urgency=low
* Imported Upstream version 3.0.48
* Remove *.la files (after debian-devel global discussions)
* Dump Standard-Version (no change needed)
* Fix build with automake 1.11
* use libreadline-dev instead of libreadline5-dev
-- Vincent Danjean <vdanjean@debian.org> Sat, 12 Sep 2009 18:49:16 +0200
yaz (3.0.47-1) unstable; urgency=low
* New Upstream Version
* dump standard-version (no change needed)
* update symbol file
-- Vincent Danjean <vdanjean@debian.org> Mon, 13 Jul 2009 10:37:22 +0200
yaz (3.0.46-1) unstable; urgency=low
* New Upstream Version
-- Vincent Danjean <vdanjean@debian.org> Tue, 16 Jun 2009 09:33:49 +0200
yaz (3.0.45-1) unstable; urgency=low
* New Upstream Version
-- Vincent Danjean <vdanjean@debian.org> Wed, 15 Apr 2009 10:28:07 +0200
yaz (3.0.42-1) unstable; urgency=low
* New Upstream Version
Not uploaded due to ABI breakage resolved with the help of upstream
-- Vincent Danjean <vdanjean@debian.org> Tue, 03 Feb 2009 16:36:05 +0100
yaz (3.0.41-1) unstable; urgency=low
* New Upstream Version
* Debian packaging:
- debian/control: fix lintian warnings (missing ${misc:Depends} and
descriptions (Closes: #477690))
- debian/*.symbols: add new symbols. One internal use only (according
to upstream) symbol has been removed. As it was wrong for a user
to use it, no soname bump has been done.
- debian/rules: manage libtool scripts correctly with autoreconf
(local libtool is more recent than debian version)
-- Vincent Danjean <vdanjean@debian.org> Mon, 02 Feb 2009 11:27:28 +0100
yaz (3.0.34-2) unstable; urgency=low
* Fix depends for libyaz-dev (replace libssl-dev by libgnutls-dev)
-- Vincent Danjean <vdanjean@debian.org> Mon, 11 Aug 2008 13:03:08 +0200
yaz (3.0.34-1) unstable; urgency=low
* New Upstream Version
+ YAZ uses GNU TLS without the OpenSSL compatibility wrapper.
* debian/rules:
- reenable --with-gnutls in configure (and add corresponding builddepends)
- fix typo (Closes: #486239)
-- Vincent Danjean <vdanjean@debian.org> Fri, 20 Jun 2008 15:09:36 +0200
yaz (3.0.32-1) unstable; urgency=low
* New Upstream Version
-- Vincent Danjean <vdanjean@debian.org> Thu, 12 Jun 2008 13:38:40 +0200
yaz (3.0.30-1) unstable; urgency=low
* New upstream version
***************************************************************
* Do not link with gnutls nor openssl until licenses issues are
fully solved with upstream (work in progress)
=> this version of yaz will be unable to access https:// URL
A NEWS file will be provided in the lenny package explaining
the current situation (I'm confident that yaz will be able
to use libgnutls without libgnutls-openssl)
***************************************************************
* No need to recreate orig.gz anymore (thanks indexdata for
not including debian/ in tar.gz anymore)
* Dumb standard-version to 3.8.0 (no change needed)
* build depends on good versions of libicu-dev (Closes: #483649)
* close old already fixed bugs:
+ yaz: New version of YAZ available (Closes: #463116)
+ yaz: FTBFS on GNU/kFreeBSD (Closes: #410346)
[fixed by upstream but ziffy is not included anymore]
-- Vincent Danjean <vdanjean@debian.org> Wed, 11 Jun 2008 13:30:41 +0200
yaz (3.0.26+debian.1-3) unstable; urgency=low
* Re-enable the tst_icu_I18N (libicu38 will need to be fixed)
* add symbol files for libyaz3 (with dpkg-gensymbols)
set the versions to the current one (if someone wants to
track the exact version, patch welcome)
* switch to debhelper 7
* remove generated documentation in the clean target
* patch upstream to correctly link libraries and binaries
-- Vincent Danjean <vdanjean@debian.org> Wed, 04 Jun 2008 19:44:58 +0200
yaz (3.0.26+debian.1-2) unstable; urgency=low
* Desactivate the tst_icu_I18N test that fails on arm due to a
bug in libicu38 (see #483649 and the corresponding icu bug)
-- Vincent Danjean <vdanjean@debian.org> Mon, 02 Jun 2008 19:06:02 +0200
yaz (3.0.26+debian.1-1) unstable; urgency=low
* New maintainer (previous was MIA)
* Upstream fix licensing issues (see 3.0.20 entry in NEWS file)
* New upstream release (Closes: #438844)
a pkg-config file is here (Closes: #386881)
* Merge upstream changelog entries when informative
* update DH_COMPAT to level 5
* libyaz3-dev: Only suggest yaz-doc, don't recommend it (Closes: #436646)
-- Vincent Danjean <vdanjean@debian.org> Sun, 13 Apr 2008 23:06:30 +0200
yaz (3.0.15-1) unstable; urgency=low
* Version with ICU.
-- Adam Dickmeiss <adam@indexdata.dk> Mon, 22 Oct 2007 14:31:54 +0200
yaz (3.0.5-4) unstable; urgency=low
* Added yaz-illclient package.
-- Adam Dickmeiss <adam@indexdata.dk> Sun, 03 Jun 2007 11:58:26 +0200
yaz (3.0.5-3) unstable; urgency=low
* New ZOOM C features, correlationInfo for record update.
-- Adam Dickmeiss <adam@indexdata.dk> Thu, 31 May 2007 09:39:11 +0200
yaz (3.0.5-2) unstable; urgency=low
* Added command querycharset for yaz-client.
-- Adam Dickmeiss <adam@indexdata.dk> Wed, 30 May 2007 10:41:24 +0200
yaz (3.0.2-2) unstable; urgency=low
* libyaz3-dev should conflict with libyaz2-dev.
-- Adam Dickmeiss <adam@indexdata.dk> Wed, 09 May 2007 13:04:04 +0200
yaz (2.1.48+debian.1-0.3) UNRELEASED; urgency=low
* Merge changelog from upstream and experimental Debian branch
2.1.18-2 is only in the Debian branch (see git history for
more details)
* Switch to git base management in collab-maint
-- Vincent Danjean <vdanjean@debian.org> Sun, 02 Dec 2007 13:46:26 +0100
yaz (2.1.48+debian.1-0.2) experimental; urgency=low
* NMU
* Fix bug in dependencies
-- Vincent Danjean <vdanjean@debian.org> Fri, 26 Jan 2007 19:38:15 +0100
yaz (2.1.48+debian.1-0.1) experimental; urgency=low
* NMU
* New upstream release (Closes: #359265, #361726), unblock #367007
* [debian/watch,debian/create_orig]
+ add a watch file and manage removal of upstream debian directory
* [debian/copyright]
+ add missing information
* [debian/control]
+ add yaz-ziffy package (following upstream)
+ add tcl8.4 to recommends for libyaz2-dev (needed for the yaz-asncomp
script)
+ adding packages to Build-Depends:
- libpcap-dev (needed for yaz-ziffy)
- libxslt1-dev (needed for yaz to support SRU)
- tcl8.4 (needed by configure)
- bison, gwak, pkg-config, docbook-xsl, docbook-dsssl, docbook-xml
=> they are looked for by the configure script
- autotools-dev so that new config.{sub,guess} can be used
* [debian/yaz-ziffy.{install,manpages}]
+ add yaz-ziffy package (taken from upstream)
* [debian/rules]
+ copy config.{sub,guess} before configuring and remove them in clean
target (so they are not included in the diff.gz)
+ autogenerate dh_makeshlibs -V argument so that current upstream
version is automaticaly used. This follows current upstream and
maintainer pratices. Is it really needed ?
+ add --with-xslt and --with-xml2 to configure flags
+ add "$(MAKE) check" to the build process
+ stop copying the LICENSE in debian/copyright (no enought information
in this file)
* [doc/yaz-client.1] fix line begining by '.'
* [util/yaz-asncomp] call tclsh8.4 directly instead of using a sh trick
-- Vincent Danjean <vdanjean@debian.org> Wed, 24 Jan 2007 01:22:20 +0100
yaz (2.1.48-1) unstable; urgency=low
[ Adam Dickmeiss ]
* Upstream.
[ Vincent Danjean ]
* New Upstream Version
-- Vincent Danjean <vdanjean@debian.org> Sat, 01 Dec 2007 18:18:38 +0100
yaz (2.1.46-1) unstable; urgency=low
* Upstream.
-- Adam Dickmeiss <adam@indexdata.dk> Sat, 13 Jan 2007 09:58:28 +0100
yaz (2.1.44-1) unstable; urgency=low
* Upstream.
-- Adam Dickmeiss <adam@indexdata.dk> Wed, 3 Jan 2007 09:36:02 +0100
yaz (2.1.42-1) unstable; urgency=low
* Upstream.
-- Adam Dickmeiss <adam@indexdata.dk> Sun, 17 Dec 2006 16:44:31 +0100
yaz (2.1.41-5) unstable; urgency=low
* Fixed bug #722.
-- Adam Dickmeiss <adam@indexdata.dk> Wed, 6 Dec 2006 14:26:09 +0100
yaz (2.1.41-4) unstable; urgency=low
* Fixed bug #740.
-- Adam Dickmeiss <adam@indexdata.dk> Mon, 4 Dec 2006 10:14:48 +0100
yaz (2.1.41-3) unstable; urgency=low
* yaz-ziffy is architecture all (not any).
-- Adam Dickmeiss <adam@indexdata.dk> Fri, 1 Dec 2006 09:09:39 +0100
yaz (2.1.41-2) unstable; urgency=low
* With bug fix #740.
-- Adam Dickmeiss <adam@indexdata.dk> Fri, 1 Dec 2006 08:57:26 +0100
yaz (2.1.41-1) unstable; urgency=low
* With ziffy.
-- Adam Dickmeiss <adam@indexdata.dk> Thu, 30 Nov 2006 09:53:06 +0100
yaz (2.1.40-1) unstable; urgency=low
* Upstream.
-- Adam Dickmeiss <adam@indexdata.dk> Mon, 27 Nov 2006 15:11:55 +0100
yaz (2.1.39-1) unstable; urgency=low
* Upstream.
-- Marc Cromme <marc@indexdata.dk> Mon, 06 Nov 2006 14:11:34 +0100
yaz (2.1.38-1) unstable; urgency=low
* Upstream.
-- Adam Dickmeiss <adam@indexdata.dk> Tue, 31 Oct 2006 11:06:12 +0100
yaz (2.1.36-1) unstable; urgency=low
* Upstream. Revised BSD License.
-- Adam Dickmeiss <adam@indexdata.dk> Fri, 13 Oct 2006 13:33:49 +0200
yaz (2.1.34-1) unstable; urgency=low
* Upstream.
-- Adam Dickmeiss <adam@indexdata.dk> Wed, 4 Oct 2006 10:01:51 +0200
yaz (2.1.32-1) unstable; urgency=low
* Upstream.
-- Adam Dickmeiss <adam@indexdata.dk> Thu, 21 Sep 2006 08:57:44 +0200
yaz (2.1.30-1) unstable; urgency=low
* Upstream.
-- Adam Dickmeiss <adam@indexdata.dk> Sun, 17 Sep 2006 12:51:58 +0200
yaz (2.1.28-1) unstable; urgency=low
* Upstream.
-- Adam Dickmeiss <adam@indexdata.dk> Mon, 4 Sep 2006 12:11:24 +0200
yaz (2.1.27-3) unstable; urgency=low
* More testing of MARC-8 encoding. Using getaddrinfo.
-- Adam Dickmeiss <adam@indexdata.dk> Thu, 31 Aug 2006 17:39:18 +0200
yaz (2.1.27-2) unstable; urgency=low
* Testing of MARC-8 encoding bugs.
-- Adam Dickmeiss <adam@indexdata.dk> Mon, 28 Aug 2006 18:54:11 +0200
yaz (2.1.27-1) unstable; urgency=low
* Upstream.
-- Adam Dickmeiss <adam@indexdata.dk> Thu, 17 Aug 2006 00:48:40 +0200
yaz (2.1.26-1) unstable; urgency=low
* Upstream.
-- Adam Dickmeiss <adam@indexdata.dk> Tue, 15 Aug 2006 15:18:26 +0200
yaz (2.1.24-1) unstable; urgency=low
* Upstream.
-- Adam Dickmeiss <adam@indexdata.dk> Tue, 8 Aug 2006 10:32:04 +0200
yaz (2.1.23-2) unstable; urgency=low
* Second attempt to fix bug #612.
-- Adam Dickmeiss <adam@indexdata.dk> Fri, 16 Jun 2006 14:30:56 +0200
yaz (2.1.23-1) unstable; urgency=low
* Internal build to work with bug #612.
-- Adam Dickmeiss <adam@indexdata.dk> Fri, 16 Jun 2006 12:07:10 +0200
yaz (2.1.22-1) unstable; urgency=low
* Upstream.
-- Adam Dickmeiss <adam@indexdata.dk> Thu, 15 Jun 2006 15:35:17 +0200
yaz (2.1.20-1) unstable; urgency=low
* Upstream.
-- Adam Dickmeiss <adam@indexdata.dk> Fri, 2 Jun 2006 15:16:22 +0200
yaz (2.1.19-1) unstable; urgency=low
* Upstream
* added yaz_filepath_resolve(...) to API
* API version 2.1.17.
-- Marc Cromme <marc@indexdata.dk> Thu, 27 Apr 2006 21:56:29 +0200
yaz (2.1.18-2) unstable; urgency=low
* Fixed shlibs to make yaz depend on new libyaz2 package
* libyaz2 now conflicts/replaces libyaz (closes: #379625)
-- Eric Schwartz (Skif) <emschwar@debian.org> Mon, 24 Jul 2006 11:07:22 -0600
yaz (2.1.18-1) unstable; urgency=low
* New upstream version for Debian
* Changed lib package to libyaz2, as it's changed it SONAME.
* Updated Standards-Version to 3.7.2
-- Eric Schwartz (Skif) <emschwar@debian.org> Thu, 20 Jul 2006 20:23:05 -0600
yaz (2.1.8-4) unstable; urgency=low
* yaz should depend on libyaz (closes: #326877)
* Depend on correct version of libyaz (closes #322326)
-- Eric Schwartz (Skif) <emschwar@debian.org> Sun, 11 Sep 2005 20:56:28 -0600
yaz (2.1.8-3) unstable; urgency=low
* Fix libyaz-dev dependencies (closes: #305560)
-- Eric Schwartz (Skif) <emschwar@debian.org> Fri, 8 Jul 2005 23:14:23 -0600
yaz (2.1.8-2) unstable; urgency=low
* add libtool to Build-Depends
-- Eric Schwartz (Skif) <emschwar@debian.org> Fri, 8 Jul 2005 03:44:48 -0600
yaz (2.1.8-1) unstable; urgency=low
* New upstream version
-- Eric Schwartz (Skif) <emschwar@debian.org> Thu, 7 Jul 2005 22:28:28 -0600
yaz (2.0.30-2) unstable; urgency=low
* Removed yaz-asncomp.1 from yaz.manpages (closes: #290376)
-- Eric Schwartz (Skif) <emschwar@debian.org> Fri, 21 Jan 2005 00:19:46 -0700
yaz (2.0.30-1) unstable; urgency=low
* New upstream release (closes: #271935)
* yaz-asncomp.1 manpage moved to libyaz-dev (closes: #271934)
* Build dependencies for libyaz-dev fixed (closes: #276395)
-- Eric Schwartz (Skif) <emschwar@debian.org> Sat, 8 Jan 2005 20:40:04 -0700
yaz (2.0.21-1) unstable; urgency=low
* New upstream release
-- Eric Schwartz (Skif) <emschwar@debian.org> Tue, 15 Jun 2004 22:40:55 -0600
yaz (2.0.2-4) unstable; urgency=low
* libyaz-dev now depends on libyaz. (closes: #211350)
-- Eric Schwartz <emschwar@debian.org> Fri, 26 Sep 2003 22:01:08 -0600
yaz (2.0.2-3) unstable; urgency=low
* Fixed debian/yaz-doc.doc-base to reflect reality (closes: #198977)
-- Eric Schwartz <emschwar@debian.org> Sun, 6 Jul 2003 22:27:00 -0600
yaz (2.0.2-2) unstable; urgency=low
* Added .h files to -dev package
-- Eric Schwartz <emschwar@debian.org> Tue, 10 Jun 2003 21:57:02 -0600
yaz (2.0.2-1) unstable; urgency=low
* Initial Release.
* Re-debianized package for compliance with current policy
-- Eric Schwartz <emschwar@debian.org> Mon, 26 May 2003 02:58:17 -0600
|