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
|
libdbd-sqlite3-perl (1.76-1) unstable; urgency=medium
* Import upstream version 1.76.
* Update years of packaging copyright.
* Bump versioned build dependency on libsqlite3-dev to 3.46.1 following
upstream's vendored version.
* Declare compliance with Debian Policy 4.7.0.
-- gregor herrmann <gregoa@debian.org> Mon, 28 Oct 2024 19:05:59 +0100
libdbd-sqlite3-perl (1.74-1) unstable; urgency=medium
* Import upstream version 1.74.
* Bump versioned build dependency on libsqlite3-dev to stay in sync with
shipped (unused) sqlite version.
* Update years of packaging copyright.
* Declare compliance with Debian Policy 4.6.2.
-- gregor herrmann <gregoa@debian.org> Fri, 29 Sep 2023 00:43:01 +0200
libdbd-sqlite3-perl (1.72-1) unstable; urgency=medium
* Team upload
* Import upstream version 1.72.
* Drop 0001-Tweak-for-3.37.0.patch, now part of current upstream version
* Bump versioned build dependency on libsqlite3-dev, following upstream update
* Declare compliance with Debian Policy 4.6.1
-- Florian Schlichting <fsfs@debian.org> Sat, 26 Nov 2022 22:45:03 +0100
libdbd-sqlite3-perl (1.70-3) unstable; urgency=medium
* Add patch from upstream Git repo: tweak test for SQLite 3.37.0.
(Closes: #1003127)
* Update debian/upstream/metadata.
* Update years of packaging copyright.
-- gregor herrmann <gregoa@debian.org> Tue, 04 Jan 2022 18:02:44 +0100
libdbd-sqlite3-perl (1.70-2) unstable; urgency=medium
* Fix FTCBFS: Set ARCHLIB for the host architecture.
-- gregor herrmann <gregoa@debian.org> Tue, 02 Nov 2021 20:05:36 +0100
libdbd-sqlite3-perl (1.70-1) unstable; urgency=medium
* Import upstream version 1.70.
* Update years of packaging copyright.
* Bump versioned build dependency on libsqlite3-dev following upstream
update.
* Declare compliance with Debian Policy 4.6.0.
-- gregor herrmann <gregoa@debian.org> Wed, 29 Sep 2021 17:32:28 +0200
libdbd-sqlite3-perl (1.66-1) unstable; urgency=medium
* debian/control: update Build-Depends for cross builds.
* debian/watch: use uscan version 4.
* Replace '--with perl_dbi' in debian/rules with a build dependency on
'dh-sequence-perl-dbi'.
* Import upstream version 1.66.
* debian/watch: drop uversionmangle which never matches.
* Remove obsolete fields Name and Contact from debian/upstream/metadata.
* Set upstream metadata fields: Repository, Repository-Browse.
* Update use_system_sqlite patch (error message and whitespace).
* Drop 0001-skip-a-compatibility-test-if-sqlite-is-compiled-with.patch
which was taken from an upstream issue.
* Update years of packaging copyright.
* Declare compliance with Debian Policy 4.5.0.
* Annotate test-only build dependencies with <!nocheck>.
* Bump debhelper-compat to 13.
* Bump versioned build dependency on libsqlite3-dev.
-- gregor herrmann <gregoa@debian.org> Sun, 30 Aug 2020 12:41:43 +0200
libdbd-sqlite3-perl (1.64-1) unstable; urgency=medium
* Bump debhelper compatibility level to 12
* Declare compliance with policy 4.4.0
* Add debian/gbp.conf
* Import upstream version 1.64
* Set minimal libsqlite3-dev minimal version to 3.29.0~
* Remove patches applied upstream
* Update skip-a-compatibility-test patch
* Update debian/copyright
-- Xavier Guimard <yadd@debian.org> Sat, 17 Aug 2019 22:07:21 +0200
libdbd-sqlite3-perl (1.62-3) unstable; urgency=medium
* Add patch to fix a segmentation fault on 32-bit big-endian platforms.
Thanks to Niko Tyni for the patch. (Closes: #919773)
-- gregor herrmann <gregoa@debian.org> Wed, 13 Feb 2019 23:57:39 +0100
libdbd-sqlite3-perl (1.62-2) unstable; urgency=medium
[ Xavier Guimard ]
* Fix bad test count
[ gregor herrmann ]
* Add patch from upstream Git to fix build failure under sqlite3 with
SQLITE_USE_URI. (Closes: #922248)
* Add patch from upstream Git which adds some functions to the test library.
Needed by the SQLITE_USE_URI patch.
* Update years of packaging copyright.
-- gregor herrmann <gregoa@debian.org> Wed, 13 Feb 2019 19:39:28 +0100
libdbd-sqlite3-perl (1.62-1) unstable; urgency=medium
* Import upstream version 1.62
* Refresh patch
* Declare compliance with policy 4.3.0
* Bump debhelper compatibility level to 11
-- Xavier Guimard <yadd@debian.org> Mon, 31 Dec 2018 14:18:40 +0100
libdbd-sqlite3-perl (1.60-1) unstable; urgency=medium
* Email change: Xavier Guimard -> yadd@debian.org
* Import upstream version 1.60
* Declare compliance with policy 4.2.1
-- Xavier Guimard <yadd@debian.org> Thu, 06 Dec 2018 06:57:00 +0100
libdbd-sqlite3-perl (1.58-1) unstable; urgency=medium
[ Xavier Guimard ]
* Import upstream version 1.58
* Add -vf to rm in debian/rules to avoid prompt
* Add myself to uploaders
* Remove temporary releases in debian/watch
* Add "Multi-Arch: same" in debian/control
[ gregor herrmann ]
* Refresh use_system_sqlite patch (offset).
-- Xavier Guimard <x.guimard@free.fr> Thu, 05 Apr 2018 19:37:35 +0200
libdbd-sqlite3-perl (1.56-1) unstable; urgency=medium
[ Damyan Ivanov ]
* declare conformance with Policy 4.1.3 (no changes needed)
[ Salvatore Bonaccorso ]
* Update Vcs-* headers for switch to salsa.debian.org
* Import upstream version 1.56
* Update copyright years for debian/* packaging files
* Bump Debhelper compat level to 10
* Set Rules-Requires-Root to no
-- Salvatore Bonaccorso <carnil@debian.org> Sat, 03 Mar 2018 10:44:01 +0100
libdbd-sqlite3-perl (1.55~04-1) unstable; urgency=medium
* Team upload
[ Alex Muntada ]
* Remove inactive pkg-perl members from Uploaders.
[ Damyan Ivanov ]
* declare conformance with Policy 4.1.1 (no changes needed)
* override a lintian warning about a typo in a binary
* temporary allow development releases in debian/watch
* New upstream version 1.55~04
Closes: #881291 -- FTBFS with sqlite 3.21.0
-- Damyan Ivanov <dmn@debian.org> Tue, 21 Nov 2017 20:05:06 +0000
libdbd-sqlite3-perl (1.54-2) unstable; urgency=medium
* Team upload.
* Skip t/virtual_table/11_filecontent_fulltext.t for autopkgtest,
it needs files from the source tree.
-- Niko Tyni <ntyni@debian.org> Wed, 02 Aug 2017 11:34:06 +0300
libdbd-sqlite3-perl (1.54-1) unstable; urgency=medium
* Import upstream version 1.54
-- Salvatore Bonaccorso <carnil@debian.org> Sat, 24 Dec 2016 06:16:54 +0100
libdbd-sqlite3-perl (1.52-1) unstable; urgency=medium
[ gregor herrmann ]
* debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
* debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
* Remove Jonathan Yu from Uploaders. Thanks for your work!
* Remove Ryan Niebur from Uploaders. Thanks for your work!
[ Salvatore Bonaccorso ]
* Import upstream version 1.52
* Drop spelling-error-in-manpage.patch patch
* Declare compliance with Debian policy 3.9.8
* Remove unused lintian-overrides
* debian/rules: Build enabling all hardening flags
-- Salvatore Bonaccorso <carnil@debian.org> Tue, 15 Nov 2016 16:30:54 +0100
libdbd-sqlite3-perl (1.50-1) unstable; urgency=medium
[ Salvatore Bonaccorso ]
* Import upstream version 1.48
* Refresh use_system_sqlite (offset)
* Drop fix-test-sort.patch patch
[ gregor herrmann ]
* Rename autopkgtest configuration file(s) as per new pkg-perl-
autopkgtest schema.
[ Salvatore Bonaccorso ]
* debian/control: Use HTTPS transport protocol for Vcs-Git URI
* Import upstream version 1.50
+ New upstream version fixes "FTBFS:
t/virtual_table/21_perldata_charinfo.t (Wstat: 512 Tests: 4 Failed: 1)"
(Closes: #810707)
* Add debian/NEWS entry about possibly breaking changes
* Update copyright years for debian/* packaging files
* Declare compliance with Debian policy 3.9.7
* Add spelling-error-in-manpage.patch patch
-- Salvatore Bonaccorso <carnil@debian.org> Mon, 15 Feb 2016 13:07:14 +0100
libdbd-sqlite3-perl (1.46-1) unstable; urgency=medium
* Import upstream version 1.46
* Add debian/NEWS entry about possibly breaking changes
* Update copyright years for debian/* packaging files
-- Salvatore Bonaccorso <carnil@debian.org> Sun, 31 May 2015 00:01:01 +0200
libdbd-sqlite3-perl (1.44-1) unstable; urgency=medium
[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to cgit web frontend
[ gregor herrmann ]
* Add debian/upstream/metadata
* Import upstream version 1.44
* debian/copyright: update Upstream-Contact, add new copyright holder.
* Add note about behaviour change to debian/NEWS.
* Mark package as autopkgtest-able.
* Declare compliance with Debian Policy 3.9.6.
-- gregor herrmann <gregoa@debian.org> Wed, 22 Oct 2014 18:21:59 +0200
libdbd-sqlite3-perl (1.42-2) unstable; urgency=medium
* Use $Config{vendorarch} in debian/rules as a preparation for the
multi-arched perl 5.20.
* Update years of packaging copyright.
-- gregor herrmann <gregoa@debian.org> Mon, 02 Jun 2014 21:04:27 +0200
libdbd-sqlite3-perl (1.42-1) unstable; urgency=low
[ gregor herrmann ]
* Strip trailing slash from metacpan URLs.
[ Axel Beckert ]
* Remove Maximilian Gaß from Uploaders (no more active according to himself)
[ Salvatore Bonaccorso ]
* Imported Upstream version 1.42
* Drop 0001-error-messages-have-been-slightly-changed-since-3.8..patch patch
* Update copyright years for debian/* packaging files
-- Salvatore Bonaccorso <carnil@debian.org> Sat, 22 Mar 2014 14:35:34 +0100
libdbd-sqlite3-perl (1.40-3) unstable; urgency=medium
* Add 0001-error-messages-have-been-slightly-changed-since-3.8..patch patch.
Fixes "FTBFS: test failures: UNIQUE constraint failed".
Thanks to Dominic Hargreaves <dom@earth.li> (Closes: #735022)
* Declare compliance with Debian policy 3.9.5
* Update versioned Build-Depends on debhelper to (>= 9.20120312~)
-- Salvatore Bonaccorso <carnil@debian.org> Sun, 12 Jan 2014 13:15:15 +0100
libdbd-sqlite3-perl (1.40-2) unstable; urgency=low
* Team upload
* Add fix-test-sort.patch, fix test failure by forcing sqlite to actually
sort something (closes: #723812)
-- Florian Schlichting <fsfs@debian.org> Sat, 28 Sep 2013 01:50:51 +0200
libdbd-sqlite3-perl (1.40-1) unstable; urgency=low
* Imported Upstream version 1.40
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs
* Add debian/NEWS entry about possibly breaking changes
* Update copyright years for upstream files
* Update copyright years for ppport.h copy
* Update copyright years for debian/* packaging files
* Bump Standards-Version to 3.9.4
* Refresh use_system_sqlite patch (offset)
* Wrap and sort fields in debian/control file
-- Salvatore Bonaccorso <carnil@debian.org> Sun, 11 Aug 2013 13:42:57 +0200
libdbd-sqlite3-perl (1.37-1) unstable; urgency=low
* Imported Upstream version 1.37
* Update debian/copyright file.
Update format to copyright-format 1.0 as released together with Debian
policy 3.9.3.
Update copyright years for upstream files.
Update copyright years for debian/* packaging files.
* Add information about possible compatibility problems to debian/NEWS
* Bump versioned Build-Depends on debhelper to (>= 9)
* Remove not needed debian/source.lintian-overrides
* Simplify versioned Build-Depends.
Change versioned Build-Depends for libdbi-perl and libsqlite3-dev
already satisfied in Squeeze to unversioned Build-Depends.
* Bump Standards-Version to 3.9.3
* Add lintian-overrides for missing-field-in-dep5-copyright.
Both stanzas are for files in public-domain.
-- Salvatore Bonaccorso <carnil@debian.org> Sun, 10 Jun 2012 09:00:20 +0200
libdbd-sqlite3-perl (1.35-1) unstable; urgency=low
[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.
[ Salvatore Bonaccorso ]
* debian/copyright: Replace DEP5 Format-Specification URL from
svn.debian.org to anonscm.debian.org URL.
[ gregor herrmann ]
* New upstream release.
* Refresh patch (offset).
* Add another third-party file to debian/copyright.
* Add another item about possible compatibility problems to debian/NEWS.
* Use debhelper compat level 9 and build-depend on debhelper (>= 8.9.9~).
This is the first version that passes CFLAGS to OPTIMIZE.
Also add a lintian override for the debhelper version.
(Closes: #596429)
-- gregor herrmann <gregoa@debian.org> Fri, 02 Dec 2011 20:46:15 +0100
libdbd-sqlite3-perl (1.33-1) unstable; urgency=low
[ Maximilian Gass ]
* New upstream release
* Remove skip_fts3.patch, applied upstream
* Bump Standards-Version to 3.9.2: no changes necessary
* Delete SQLite source after install, not during cleanup (prevent
accidental commit of deletion)
[ gregor herrmann ]
* Update upstream copyright holders and years of copyright.
-- Maximilian Gass <mxey@cloudconnected.org> Sat, 11 Jun 2011 22:01:41 +0200
libdbd-sqlite3-perl (1.31-2) unstable; urgency=low
* Add sqlite3.[ch] to debian/clean to avoid installing them; this behaviour
was added "to allow extension authors to use the same C source/header as
they used to build DBD::SQLite itself" but we're building against the
system sqlite3 package.
-- gregor herrmann <gregoa@debian.org> Thu, 24 Feb 2011 23:03:39 +0100
libdbd-sqlite3-perl (1.31-1) unstable; urgency=low
[ Jonathan Yu ]
* New upstream release
* Refresh copyright information
[ Salvatore Bonaccorso ]
* Update my email address.
[ Ansgar Burchardt ]
* Update my email address.
[ gregor herrmann ]
* Remove patches 0001-Don-t-clean-temporary-files-in-child-processes.patch,
fix-pod-spelling.patch, both applied upstream.
* debian/copyright: update years of packaging copyright.
[ Maximilian Gass ]
* Add patch by paul@city-fan.org to fix test failure
-- Maximilian Gass <mxey@cloudconnected.org> Thu, 24 Feb 2011 17:23:18 +0100
libdbd-sqlite3-perl (1.29-3) unstable; urgency=low
[ Ansgar Burchardt ]
* Use perl_dbi addon for dh.
* Bump build-dependency on libdbi-perl to >= 1.612.
* No longer run release tests.
* Remove build-dep on libpod-simple-perl, libperl-minimumversion-perl,
libtest-cpan-meta-perl, libtest-minimumversion-perl, libtest-pod-perl.
* Bump Standards-Version to 3.9.0 (no changes).
[ Salvatore Bonaccorso ]
* Add 0001-Don-t-clean-temporary-files-in-child-processes.patch patch:
Fixes FTBFS due failure in tests. Thanks to Niko Tyni for the
investigation and patch (Closes: #591111).
* Refresh debian/copyright and explicitly refer to GPL-1 license text
in common-licenses.
* Bump Standards-Version to 3.9.1.
* Add myself to Uploaders.
-- Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com> Tue, 24 Aug 2010 21:54:13 +0200
libdbd-sqlite3-perl (1.29-2) unstable; urgency=low
* Add dependency on perl-dbdapi-* (see #577209). (Closes: #578429)
+ Needs build-dep on libdbi-perl (>= 1.610.90+is+1.609-1~).
* Use source format 3.0 (quilt); drop README.source and quilt framework.
* debian/copyright: Minor formatting changes for current DEP-5 proposal.
* Fix an additional spelling error.
+ updated patch: fix-pod-spelling.patch
* Bump Standards-Version to 3.8.4.
* Remove Conflicts: libdbd-sqlite-perl (no longer in Debian).
* Add myself to Uploaders.
-- Ansgar Burchardt <ansgar@43-1.org> Sat, 24 Apr 2010 14:31:17 +0900
libdbd-sqlite3-perl (1.29-1) unstable; urgency=low
[ Jonathan Yu ]
* New upstream release
* Add a patch to correct POD spelling
[ gregor herrmann ]
* Update years of upstream and packaging copyright.
-- Jonathan Yu <jawnsy@cpan.org> Fri, 08 Jan 2010 10:41:00 -0500
libdbd-sqlite3-perl (1.27-1) unstable; urgency=low
[ Jonathan Yu ]
* New upstream release
* Added myself to Uploaders and Copyright
* Use perl (>= 5.10.1) for Pod::Simple 3.07 if available
* Rewrite control description
* Added a NEWS entry detailing possible breakages
[ Ryan Niebur ]
* Add myself to Uploaders
* refresh patch
-- Jonathan Yu <jawnsy@cpan.org> Tue, 24 Nov 2009 07:23:06 -0500
libdbd-sqlite3-perl (1.25-4) unstable; urgency=low
[ Maximilian Gass ]
* Changed writing of my last name in control
* Fixed versioned Build-Depends on debhelper for overrides
* Bumped Standards-Version to 3.8.3 (no changes necessary)
[ gregor herrmann ]
* Drop versions from (build) dependencies on perl, libdbi-perl,
libperl-minimumversion-perl, libtest-cpan-meta-perl,
libtest-minimumversion-perl, either fulfilled even by oldstable or no
older-than-required version ever in Debian.
-- Maximilian Gass <mxey@cloudconnected.org> Sat, 05 Sep 2009 21:53:26 +0200
libdbd-sqlite3-perl (1.25-3) unstable; urgency=low
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
[ Maximilian Gass ]
* Added use_system_sqlite patch to make it build against the sqlite3
package (closes: #529755).
* Removed hurd-locking.patch, included SQLite sources are no longer used.
* Simplified debian/rules
* Bumped Standards-Version to 3.8.2, no changes necessary.
[ Gunnar Wolf ]
* Added myself as an uploader
-- Gunnar Wolf <gwolf@debian.org> Sat, 18 Jul 2009 22:00:29 +0200
libdbd-sqlite3-perl (1.25-2) unstable; urgency=low
* Add patch hurd-locking.patch by Marc Dequènes to get a working locking
method on Hurd, as the default one (the POSIX advisory one) fails
(closes: #529736). Add quilt framework and REAMDE.source.
-- gregor herrmann <gregoa@debian.org> Thu, 21 May 2009 12:56:44 +0200
libdbd-sqlite3-perl (1.25-1) unstable; urgency=low
* New upstream release
-- Krzysztof Krzyżaniak (eloy) <eloy@debian.org> Fri, 24 Apr 2009 12:42:34 +0200
libdbd-sqlite3-perl (1.23-1) unstable; urgency=low
* New upstream release
-- Krzysztof Krzyżaniak (eloy) <eloy@debian.org> Wed, 22 Apr 2009 15:17:51 +0200
libdbd-sqlite3-perl (1.21-1) unstable; urgency=low
* New upstream release.
* Remove build dependency on libtest-nowarnings-perl.
-- gregor herrmann <gregoa@debian.org> Thu, 09 Apr 2009 20:44:24 +0200
libdbd-sqlite3-perl (1.20-1) unstable; urgency=low
* New upstream release
-- Krzysztof Krzyżaniak (eloy) <eloy@debian.org> Tue, 07 Apr 2009 23:17:21 +0200
libdbd-sqlite3-perl (1.19~10-1) unstable; urgency=low
* New upstream release, contains a fix for "libdbd-sqlite3-perl - FTBFS:
FAILED test 9" (closes: #522505).
* Add new build dependency on libtest-nowarnings-perl.
* debian/control: remove duplicate Section and Priority Fields.
* Remove patch error-reset.patch (incorporated upstream); remove quilt
framework.
* debian/copyright: switch to new format.
-- gregor herrmann <gregoa@debian.org> Mon, 06 Apr 2009 17:48:03 +0200
libdbd-sqlite3-perl (1.19~02-1) unstable; urgency=low
[ Krzysztof Krzyżaniak (eloy) ]
* New upstream release
* debian/control: updated to debhelper (>= 7), Standards-Version updated
to 3.8.1
* Removed used_only_once.patch, it's now fixed in upstream, refreshed
error-reset.patch
* debian/rules: use debhelper7 example
[ gregor herrmann ]
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
(source stanza).
-- Krzysztof Krzyżaniak (eloy) <eloy@debian.org> Mon, 30 Mar 2009 10:23:11 +0200
libdbd-sqlite3-perl (1.14-3) unstable; urgency=low
[ Damyan Ivanov ]
* remove Marcelo E. Magallon <mmagallo@debian.org> from Uploaders.
requested by MIA team
[ gregor herrmann ]
* Add patch used_only_once.patch: this adds GV_ADDMULTI to the get_sv call
in SQLite.xs (closes: #490648). Cf. CPAN#36467 and `perldoc perlguts'.
* debian/watch: use dist-based URL.
* debian/copyright: add copyright/license for ppport.h; fix a typo.
* Set Standards-Version to 3.8.0; add debian/README.source to document
quilt usage.
* debian/control: change my email address.
* Refresh debian/rules, no functional changes.
* Remove ancient debian/NEWS.Debian, which didn't get installed anyway.
-- gregor herrmann <gregoa@debian.org> Sun, 13 Jul 2008 15:00:55 +0200
libdbd-sqlite3-perl (1.14-2) unstable; urgency=medium
[ gregor herrmann ]
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
field (source stanza); Homepage field (source stanza). Removed:
Homepage pseudo-field (Description); XS-Vcs-Svn fields.
[ David Paleino ]
* debian/control: removed myself from Uploaders
[ Niko Tyni ]
* Switch to my @debian.org address.
* Manage debian/patches with quilt.
* error_reset.patch: fix sqlite error handling. (Closes: #450744)
+ fixes a test failure with sqlite3 3.5.6. (Closes: #470281)
+ fixes libdbix-class-perl FTBFS with sqlite3 3.5.6. (Closes: #470272)
* Upgrade to Standards-Version 3.7.3. No changes needed.
* Minor tweaks to debian/rules.
* Depend on ${misc:Depends}, as per debhelper(7).
* Set urgency to medium as this fixes two release-critical bugs in testing.
-- Niko Tyni <ntyni@debian.org> Mon, 10 Mar 2008 21:16:30 +0200
libdbd-sqlite3-perl (1.14-1) unstable; urgency=low
[ David Paleino ]
* New upstream release
* debian/control:
- added myself to Uploaders and wrapped it
- added Homepage pseudofield
- long description purged from useless empty lines
* debian/libdbd-sqlite3-perl.docs removed - passing argument directly
to dh_installdocs
* debian/libdbd-sqlite3-perl.install removed - it's not needed
* debian/rules:
- some stylistic changes
- removed unneeded comment lines
- moved dh_clean before $(MAKE) realclean
* debian/copyright - typo fixed
[ Damyan Ivanov ]
* Added note about sqlite's sources to debian/copyright
-- David Paleino <d.paleino@gmail.com> Thu, 20 Sep 2007 11:42:53 +0200
libdbd-sqlite3-perl (1.13-2) unstable; urgency=low
* Acknowledge previous NMU (closes: #388717).
* Apply patch to fix '"Unknown named parameter" when binding positional
parameters', thanks to Vickenty Fesunov (closes: #422209).
-- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 04 May 2007 13:44:56 +0200
libdbd-sqlite3-perl (1.13-1.1) unstable; urgency=low
* Non-maintainer upload.
* Fix mistake that caused libclass-dbi-perl to FTBFS. Closes: #388717
-- Andreas Barth <aba@not.so.argh.org> Sat, 14 Oct 2006 22:41:43 +0200
libdbd-sqlite3-perl (1.13-1) unstable; urgency=low
* New upstream release.
* Set Standars-Version to 3.7.2 (no changes).
* Set Debhelper Compatibility Level to 5.
-- gregor herrmann <gregor+debian@comodo.priv.at> Sat, 9 Sep 2006 20:50:49 +0200
libdbd-sqlite3-perl (1.12-1) unstable; urgency=low
* New upstream release
-- Krzysztof Krzyzaniak (eloy) <eloy@debian.org> Tue, 18 Apr 2006 17:19:48 +0200
libdbd-sqlite3-perl (1.11-2) unstable; urgency=low
* dbdimp.c: fix incorrect use of sqlite3_prepare(), unearthed by
sqlite3-0 upgrade to 3.3.5. Thanks to Eugeniy Meshcheryakov for the
patch. (Closes: #361437)
-- Niko Tyni <ntyni@iki.fi> Sat, 8 Apr 2006 20:25:19 +0300
libdbd-sqlite3-perl (1.11-1) unstable; urgency=low
* New upstream release
-- Krzysztof Krzyzaniak (eloy) <eloy@debian.org> Sat, 17 Dec 2005 20:00:25 +0100
libdbd-sqlite3-perl (1.09-1) unstable; urgency=low
* New upstream.
+ fixes the "don't convert to number if it isn't a number" bug.
(Sorry about the delay Jonathan) (closes: bug#314232)
* debian/control: add build dependency on libsqlite3-dev.
* debian/rules: don't use the SQLite sources shipped with the package, link
against system's sqlite3. (closes: bug#302861)
* Makefile.PL, debian/control: hack arround bug in libsqlite3-dev, the
proper version _is_ installed, disable check in Makefile.PL.
* debian/control: Standards-Version: 3.6.2, noop.
-- Marcelo E. Magallon <mmagallo@debian.org> Mon, 25 Jul 2005 09:12:39 -0600
libdbd-sqlite3-perl (1.08-1) unstable; urgency=low
* ftp-master: For rationale for the name change, please read
<20041220105446.GK20438@hoiho.nz.lemon-computing.com> and follow ups
on debian-perl,
<20050318143121.GA25709@computing-services.oxford.ac.uk> and follow
ups on the same list. <20050322041651.GB1652@jacinta.casa> outlines
the problem and the fix. libdbd-sqlite-perl (source, binary
package), libdbd-sqlite2-perl (binary) and libdbd-sqlite3-perl
(source, binary package) need to coexist on the archive. This
package is a source rename of the already existing (in experimental)
libdbd-sqlite-perl.
* debian/control: changed maintainer to DPG; added Krzysztof and
myself as uploaders.
* debian/control, debian/changelog: Rename source package to
libdbd-sqlite3-perl
* debian/changelog: remove epoch, revert version to 1.08-1
* debian/control: declare conflicts with libdbd-sqlite-perl,
non-versioned. Rationale: even if it's true that this package can
be installed along with some odd release of libdbd-sqlite-perl it's
just not worth it.
-- Marcelo E. Magallon <mmagallo@debian.org> Tue, 22 Mar 2005 09:04:13 -0600
libdbd-sqlite-perl (1:1.08-1) experimental; urgency=low
* New upstream release
* Package is once again sqlite3 compatible. Read NEWS.Debian for further
info.
-- Krzysztof Krzyzaniak (eloy) <eloy@debian.org> Tue, 15 Mar 2005 15:38:23 +0100
libdbd-sqlite-perl (1:0.33-1) unstable; urgency=low
* New upstream release (DBD-SQLite2-0.33.tar.gz)
* Perl package name is changed to DBD::SQLite2. Please read README.Debian!
-- Krzysztof Krzyzaniak (eloy) <eloy@debian.org> Thu, 2 Dec 2004 14:24:18 +0100
libdbd-sqlite-perl (1.07-1) unstable; urgency=high
* New upstream release (closes: #272470)
* All bugs connected with architectures other than IA should be fixed.
(closes: Bug#271649), (closes: Bug#271649), (closes: #264211),
(closes: Bug#274227)
-- Krzysztof Krzyzaniak (eloy) <eloy@debian.org> Mon, 29 Nov 2004 14:56:50 +0100
libdbd-sqlite-perl (0.30-1) unstable; urgency=low
* New upstream release
-- Krzysztof Krzyzaniak (eloy) <eloy@debian.org> Thu, 29 Jul 2004 17:11:32 +0200
libdbd-sqlite-perl (0.29-1) unstable; urgency=low
* New upstream release
* debian/copyright updated to show double licences (GPL & Artistic)
* debian/DBD-SQLite-0.28.patch removed
-- Krzysztof Krzyzaniak (eloy) <eloy@debian.org> Fri, 2 Jan 2004 11:16:49 +0100
libdbd-sqlite-perl (0.28-3) unstable; urgency=low
* debian/control - upgraded to Debian Policy 3.6.1 (no changes)
* debian/rules - patch added from Wolfgang Sourdeau <Wolfgang@Contre.COM>
(closes: Bug#219462)
-- Krzysztof Krzyzaniak (eloy) <eloy@debian.org> Mon, 10 Nov 2003 11:32:32 +0100
libdbd-sqlite-perl (0.28-2) unstable; urgency=low
* debian/rules - fixed 'clean' section. Thanks goes to Wolfgang Sourdeau
<wolfgang@contre.com> (closes: Bug#216480)
* debian/rules - polished to avoid warning about nonbinary perl files in
/usr/lib/perl5/ directory
-- Krzysztof Krzyzaniak (eloy) <eloy@debian.org> Sun, 19 Oct 2003 16:38:55 +0200
libdbd-sqlite-perl (0.28-1) unstable; urgency=low
* New upstream release
* New maintainer
-- Krzysztof Krzyzaniak (eloy) <eloy@debian.org> Thu, 11 Sep 2003 10:35:51 +0200
libdbd-sqlite-perl (0.25-3) unstable; urgency=low
* debian/control: upgraded to Debian Policy 3.6.0 (no changes)
-- Ardo van Rangelrooij <ardo@debian.org> Sat, 26 Jul 2003 13:21:44 -0500
libdbd-sqlite-perl (0.25-2) unstable; urgency=low
* rebuild against libsqlite0 v2.8.3-2 (which is now 64-bit clean) to
successfully pass `make test` on 64-bit architectures
* debian/control: updated sections according to latest archive changes:
- 'libdbd-sqlite-perl' from 'interpreters' to 'perl'
* debian/control: upgraded build dependency on 'debhelper' to '>= 4.1'
* debian/control: upgraded to Debian Policy 3.5.10 (no changes)
-- Ardo van Rangelrooij <ardo@debian.org> Sun, 15 Jun 2003 16:12:18 -0500
libdbd-sqlite-perl (0.25-1) unstable; urgency=low
* New upstream release
* debian/rules: moved debhelper compatibility level setting to
'debian/compat' per latest debhelper best practices
-- Ardo van Rangelrooij <ardo@debian.org> Sun, 9 Mar 2003 09:36:01 -0600
libdbd-sqlite-perl (0.24-1) unstable; urgency=low
* New upstream release
-- Ardo van Rangelrooij <ardo@debian.org> Wed, 29 Jan 2003 15:37:32 -0600
libdbd-sqlite-perl (0.23-1) unstable; urgency=low
* New upstream release
* debian/rules: changed '-$(MAKE) test' into '$(MAKE) test' now that
upstream has fixed the Unicode tests that didn't work
(closes: Bug#174279)
-- Ardo van Rangelrooij <ardo@debian.org> Sat, 11 Jan 2003 19:22:35 -0600
libdbd-sqlite-perl (0.22-1) unstable; urgency=low
* New upstream release
* debian/control: upgraded to Debian Policy 3.5.8 (no changes)
-- Ardo van Rangelrooij <ardo@debian.org> Wed, 25 Dec 2002 10:11:13 -0600
libdbd-sqlite-perl (0.20-1) unstable; urgency=low
* New upstream release
-- Ardo van Rangelrooij <ardo@debian.org> Thu, 17 Oct 2002 14:05:31 -0500
libdbd-sqlite-perl (0.19-2) unstable; urgency=low
* Makefile.PL: changed to build against standalone SQLite engine
(closes: Bug#156355, Bug#156413)
* debian/control: updated accordingly
-- Ardo van Rangelrooij <ardo@debian.org> Sun, 29 Sep 2002 16:37:21 -0500
libdbd-sqlite-perl (0.19-1) unstable; urgency=low
* New upstream release
* Rebuild against perl-5.8
(closes: Bug#158830)
* debian/control: changed build dependency on perl accordingly
* debian/copyright: added pointer to license
(closes: Bug#157571)
-- Ardo van Rangelrooij <ardo@debian.org> Sat, 21 Sep 2002 22:22:08 -0500
libdbd-sqlite-perl (0.18-1) unstable; urgency=low
* Initial Release
(closes: Bug#135810)
-- Ardo van Rangelrooij <ardo@debian.org> Tue, 23 Jul 2002 21:50:28 -0500
|