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
|
poco (1.13.0-6) unstable; urgency=medium
* QA upload
* Integrate the 64t NMU
* Disclaim libpoco-dev to be MA same (Closes: #1064971)
-- Bastian Germann <bage@debian.org> Sun, 17 Mar 2024 19:41:11 +0000
poco (1.13.0-5) experimental; urgency=medium
* QA upload
* Change latest patch to use Config.h
-- Bastian Germann <bage@debian.org> Sat, 27 Jan 2024 09:34:17 +0000
poco (1.13.0-4) experimental; urgency=medium
* QA upload
* Make up for one other missing -latomic
* Patch: Do not depend on users setting POCO_DATA_NO_SQL_PARSER
-- Bastian Germann <bage@debian.org> Fri, 26 Jan 2024 23:46:38 +0000
poco (1.13.0-3) experimental; urgency=medium
* QA upload
* Patch: Link Foundation-testrunner with libatomic
-- Bastian Germann <bage@debian.org> Fri, 26 Jan 2024 20:16:04 +0000
poco (1.13.0-2) experimental; urgency=medium
* QA upload
* Link with libatomic on armel
-- Bastian Germann <bage@debian.org> Thu, 25 Jan 2024 18:49:09 +0000
poco (1.13.0-1) experimental; urgency=medium
* QA upload
* New upstream version 1.13.0 (Closes: #1052397)
* Switch to pcre2 (Closes: #999989)
* Rebase patches
* Disable new experimental component
* Install new Prometheus library
* Fix lintian: superfluous-file-pattern
[ Christopher Knadle]
* Rename binary library packages due to SONAME change
-- Bastian Germann <bage@debian.org> Tue, 23 Jan 2024 18:53:33 +0000
poco (1.11.0-4.1) unstable; urgency=medium
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1063265
-- Benjamin Drung <bdrung@debian.org> Thu, 29 Feb 2024 21:03:46 +0000
poco (1.11.0-4) unstable; urgency=medium
* QA upload.
* Upload to orphan package. (See #999989)
And after discussion in [debian-qa] mailing list
https://lists.debian.org/debian-qa/2024/01/msg00006.html
* debian/control:
- Set maintainer to Debian QA Group and remove Uploaders
(Closes: #1003228)
-- Christopher Knadle <Chris.Knadle@coredump.us> Tue, 16 Jan 2024 00:46:36 -0500
poco (1.11.0-3) unstable; urgency=medium
* Fix cmake files (Closes: #1000656)
-- Jochen Sprickerhof <jspricke@debian.org> Sat, 27 Nov 2021 13:39:34 +0100
poco (1.11.0-2) unstable; urgency=medium
* upload to unstable
-- Jochen Sprickerhof <jspricke@debian.org> Sun, 10 Oct 2021 22:21:48 +0200
poco (1.11.0-1) experimental; urgency=medium
* New upstream version 1.11.0
* Update copyright
* Rebase patches
* Rename packages due to soVersion bump
* remove gitlab-ci.yml
* bump policy version (no changes)
* Add new libpocoactiverecord80 library
-- Jochen Sprickerhof <jspricke@debian.org> Thu, 23 Sep 2021 20:05:37 +0200
poco (1.10.0-6) unstable; urgency=medium
[ Debian Janitor ]
* Fix day-of-week for changelog entries 1.4.3p1-1, 1.4.2p1-1.
[ Jochen Sprickerhof ]
* Make libpoco-dev MA same
* Bump debhelper-compat
* Disable tests failing during reproducible builds
-- Jochen Sprickerhof <jspricke@debian.org> Wed, 19 Aug 2020 22:13:31 +0200
poco (1.10.0-5) unstable; urgency=medium
* Upload to unstable.
-- Jochen Sprickerhof <jspricke@debian.org> Wed, 22 Apr 2020 07:42:08 +0200
poco (1.10.0-4) experimental; urgency=medium
* Reduce the amount of debug information on mipsel and m68k
-- Jochen Sprickerhof <jspricke@debian.org> Sat, 08 Feb 2020 20:00:28 +0100
poco (1.10.0-3) experimental; urgency=medium
* Fix return value
-- Jochen Sprickerhof <jspricke@debian.org> Thu, 06 Feb 2020 07:04:36 +0100
poco (1.10.0-2) experimental; urgency=medium
* Add patches for broken builds
-- Jochen Sprickerhof <jspricke@debian.org> Wed, 05 Feb 2020 22:56:56 +0100
poco (1.10.0-1) experimental; urgency=medium
* New upstream version 1.10.0
* Update copyright
* rework patches
* bump policy version (no changes)
* Rename packages due to soname change
* Simplify d/rules
* Add new libraries
-- Jochen Sprickerhof <jspricke@debian.org> Fri, 31 Jan 2020 20:07:49 +0100
poco (1.9.2-3) unstable; urgency=medium
* Add MA hints
-- Jochen Sprickerhof <jspricke@debian.org> Sat, 17 Aug 2019 11:16:58 +0200
poco (1.9.2-2) unstable; urgency=medium
* Upload to unstable (Closes: #933486)
-- Jochen Sprickerhof <jspricke@debian.org> Sun, 11 Aug 2019 15:07:31 +0200
poco (1.9.2-1) experimental; urgency=medium
* New upstream version 1.9.2
* Update copyright
* rebase patches
* Fix library location
* Adopt to Soname bump
* Bump policy version (no changes)
* switch to debhelper-compat and debhelper 12
* add Salsa CI
-- Jochen Sprickerhof <jspricke@debian.org> Sun, 28 Jul 2019 22:12:25 +0200
poco (1.9.0-5) unstable; urgency=medium
* Add patches for GNU Hurd (Closes: #881680)
* Add patch for MySQL 8.0 (LP: #1795350)
* Add patch for failing tests
-- Jochen Sprickerhof <jspricke@debian.org> Sat, 13 Oct 2018 22:06:33 +0200
poco (1.9.0-4) unstable; urgency=medium
* Add patch for non existing data folder (Closes: #906970)
* Bump policy version (no changes)
-- Jochen Sprickerhof <jspricke@debian.org> Wed, 22 Aug 2018 22:09:33 +0200
poco (1.9.0-3) unstable; urgency=medium
[ Manuel A. Fernandez Montecelo ]
* riscv64: add support
[ Jochen Sprickerhof ]
* Bump standards version
-- Jochen Sprickerhof <jspricke@debian.org> Sun, 06 May 2018 12:32:49 +0200
poco (1.9.0-2) unstable; urgency=medium
* Upload to unstable.
-- Jochen Sprickerhof <jspricke@debian.org> Fri, 06 Apr 2018 13:39:17 +0200
poco (1.9.0-1) experimental; urgency=medium
* New upstream version 1.9.0
* Simplify rules
* Adopt package names due to Soname bump
* Remove lintian-overrides (licence file fixed)
* Add PocoEncodings library
-- Jochen Sprickerhof <jspricke@debian.org> Sat, 31 Mar 2018 13:31:22 +0200
poco (1.8.1-2) unstable; urgency=medium
* Upload to unstable.
-- Jochen Sprickerhof <jspricke@debian.org> Fri, 02 Mar 2018 09:40:24 +0100
poco (1.8.1-1) experimental; urgency=medium
* Update Vcs URLs to salsa.d.o
* New upstream version 1.8.1
* Update copyright
* Add patch for libmysqlclient.
Thanks to Steve Langasek (Closes: #889625)
* Bump debhelper version, no changes
* Bump standards version, no changes
* build rootless
* Rename package due to Soname bump
* Remove old lintian-overrides
-- Jochen Sprickerhof <jspricke@debian.org> Wed, 28 Feb 2018 21:36:14 +0100
poco (1.8.0.1-1) unstable; urgency=medium
* New upstream version 1.8.0.1
-- Jochen Sprickerhof <jspricke@debian.org> Mon, 13 Nov 2017 20:42:26 +0100
poco (1.8.0-2) unstable; urgency=medium
* Upload to unstable.
-- Jochen Sprickerhof <jspricke@debian.org> Mon, 13 Nov 2017 19:56:09 +0100
poco (1.8.0-1) experimental; urgency=medium
* Include json parser again (license resolved upstream)
* New upstream version 1.8.0
* Update copyright
* Rebase patches
* Update package names due to Soname bump
* Add more failing tests
* Add JSON and Redis libraries (Closes: #856192)
-- Jochen Sprickerhof <jspricke@debian.org> Sat, 11 Nov 2017 20:05:44 +0100
poco (1.7.9p2+dfsg1-2) unstable; urgency=medium
* Disable wonky tests (failed on s390x)
* Upload to unstable
-- Jochen Sprickerhof <jspricke@debian.org> Fri, 10 Nov 2017 15:30:42 +0100
poco (1.7.9p2+dfsg1-1) experimental; urgency=medium
* Add more architecture fixes
* New upstream version 1.7.9p2+dfsg1
-- Jochen Sprickerhof <jspricke@debian.org> Thu, 09 Nov 2017 23:37:48 +0100
poco (1.7.9p1+dfsg1-3) experimental; urgency=medium
* Fix typo in patch
-- Jochen Sprickerhof <jspricke@debian.org> Wed, 08 Nov 2017 18:13:59 +0100
poco (1.7.9p1+dfsg1-2) experimental; urgency=medium
* Add architecture dependant patches
-- Jochen Sprickerhof <jspricke@debian.org> Wed, 08 Nov 2017 15:51:27 +0100
poco (1.7.9p1+dfsg1-1) experimental; urgency=medium
* Find patch releases with uscan
* New upstream version 1.7.9p1+dfsg1
* Move to cmake
* Rework patches
* Update package names due to Soname bump
* Update standards version (no changes needed)
* Install cmake files (Closes: #880614)
* Simplify dependencies
* Add special handling for armel again
* Disable tests failing on armel
-- Jochen Sprickerhof <jspricke@debian.org> Sun, 05 Nov 2017 15:44:33 +0100
poco (1.7.8+dfsg1-3) unstable; urgency=medium
* Add patch for m86k.
Thanks to John Paul Adrian Glaubitz (Closes: #868078)
* Fix typo in description (Closes: #872786)
-- Jochen Sprickerhof <jspricke@debian.org> Thu, 31 Aug 2017 06:29:37 +0200
poco (1.7.8+dfsg1-2) unstable; urgency=medium
* Upload to unstable
-- Jochen Sprickerhof <jspricke@debian.org> Tue, 15 Aug 2017 19:43:48 +0200
poco (1.7.8+dfsg1-1) experimental; urgency=medium
* New upstream version 1.7.8+dfsg1
* Drop openssl patch (applied upstream)
* Update patches
* Update copyright
* change package names due to soname bump
* Add missing dependencies (Closes: #861682)
* Bump standards version
-- Jochen Sprickerhof <jspricke@debian.org> Sun, 25 Jun 2017 08:39:10 +0200
poco (1.7.6+dfsg1-4) unstable; urgency=medium
* Fix unit tests (Closes: #843225)
* Disable return value of unit tests
-- Jochen Sprickerhof <jspricke@debian.org> Mon, 07 Nov 2016 08:41:36 +0100
poco (1.7.6+dfsg1-3) unstable; urgency=medium
* Upload to unstable
-- Jochen Sprickerhof <jspricke@debian.org> Fri, 04 Nov 2016 22:15:43 +0100
poco (1.7.6+dfsg1-2) experimental; urgency=medium
* Bring back ODBC dir
-- Jochen Sprickerhof <jspricke@debian.org> Fri, 04 Nov 2016 12:22:04 +0100
poco (1.7.6+dfsg1-1) experimental; urgency=medium
* Update watch file
* New upstream version 1.7.6+dfsg1 (Closes: #832340, #671477, #677039,
#786498)
* rebase patches
* Remove dbg packages
* Remove replaces for libpoco5-dev (package not even in old-stable)
* Move to debhelper compat 10
* Update standards version (no changes needed)
* Update homepage and vcs tags (Closes: #803642)
* Update build dependencies
* Update lib names due to Soname change
* Add new libraries
* Update copyright file
* Remove JSON lib, as it's not DFSG-complaint
* Add lintian overrides
* Add patch for OpenSSL 1.1.0 (Closes: #828507)
* Add myself to uploaders
-- Jochen Sprickerhof <jspricke@debian.org> Wed, 02 Nov 2016 08:23:48 +0100
poco (1.4.6p1-1) experimental; urgency=low
* New Upstream version 1.4.6p1
* debian/patches: refresh patches.
* debian/patches: reintroduce fix-odbc-makefile.patch,
it seems to be still needed.
-- Cristian Greco <cristian@debian.org> Sun, 26 May 2013 15:45:51 +0200
poco (1.4.6-1) experimental; urgency=low
[ Patrick Gansterer ]
* New Upstream Version
* debian/patches:
- fix-odbc-makefile.patch: drop patch, merged upstream
[ Cristian Greco ]
* patches/fix-odbc-makefile.patch: really drop the patch.
-- Cristian Greco <cristian@debian.org> Sat, 11 May 2013 18:36:03 +0200
poco (1.4.3p1-1) experimental; urgency=low
* New Upstream Version
* debian/changelog: fix debian-changelog-line-too-long.
* debian/control: bump up libraries SONAME.
-- Cristian Greco <cristian@debian.org> Sun, 11 Mar 2012 16:57:34 +0100
poco (1.4.2p1-10) experimental; urgency=low
* debian/patches:
- set forward url for some patches.
- fix-odbc-testsuite-armel.patch: drop patch, pretty useless (see next).
- honor-buildflags.patch: updated. Try to append (not prepend) flags where
possible, and also remove the -Ox flags set by upstream. This should fix
build failures on armel (second attempt).
- fix-mipsel-endianness.patch: new patch, correctly detect mipsel
architecture.
-- Cristian Greco <cristian@debian.org> Thu, 12 Jan 2012 22:25:32 +0100
poco (1.4.2p1-9) experimental; urgency=low
* fix-odbc-testsuite-armel.patch: new patch, disable building of
the Data/ODBC/SQLExecutor test object on armel.
* debian/testrunner.sh:
- copy additional test files from data/ dir, if any. This should fix
the SharedMemoryTest::testCreateFromFile test.
- also enable Zip library tests (which will now succeed thanks
to the previous change).
-- Cristian Greco <cristian@debian.org> Mon, 09 Jan 2012 14:04:30 +0100
poco (1.4.2p1-8) experimental; urgency=low
* debian/rules:
- disable parallel builds on armel and mipsel, this should hopefully
fix (test) build failures.
- also reset LDFLAGS when building tests.
- drop extra --no-fpenvironment option now that arm is gone.
-- Cristian Greco <cristian@debian.org> Sat, 31 Dec 2011 19:23:32 +0100
poco (1.4.2p1-7) experimental; urgency=low
* fix-kfreebsd-ftbfs.patch: fix the patch so that code now builds and *works*.
-- Cristian Greco <cristian@debian.org> Sat, 31 Dec 2011 02:10:43 +0100
poco (1.4.2p1-6) experimental; urgency=low
* debian/rules: build testsuite with hardening flags disabled (seems
to require a lot of memory).
* Revert "no-link-dl-rt.patch: drop patch, now unneeded."
Revert the patch because -ldl and -lrt are needed on FreeBSD.
This should really be handled by upstream in build/config/FreeBSD.
-- Cristian Greco <cristian@debian.org> Fri, 23 Dec 2011 15:21:51 +0100
poco (1.4.2p1-5) experimental; urgency=low
* debian/testrunner.sh:
- fix detection of libs directory.
- copy some more files needed by the Foundation testsuite.
- disable Net testsuite because there are some tests failing randomly.
* debian/rules: append --as-needed to LDFLAGS.
* debian/patches:
- honor-buildflags.patch: new patch, let the build system honor flags
obtained through dpkg-buildflags.
- no-link-dl-rt.patch: drop patch, now unneeded.
-- Cristian Greco <cristian@debian.org> Fri, 23 Dec 2011 00:44:24 +0100
poco (1.4.2p1-4) experimental; urgency=low
* debian/rules:
- enable selected tests using a testrunner.sh script.
- enable default hardening options from dpkg-buildflags.
-- Cristian Greco <cristian@debian.org> Wed, 21 Dec 2011 17:02:18 +0100
poco (1.4.2p1-3) experimental; urgency=low
* debian/patches:
- no-link-dl-rt.patch: updated to work also for kFreeBSD.
- fix-kfreebsd-ftbfs.patch: new patch, fix build failure on kFreeBSD.
* debian/control: expanded extended descriptions.
* Do not install empty NEWS file in libpoco.dev.
-- Cristian Greco <cristian@debian.org> Wed, 09 Nov 2011 17:35:12 +0100
poco (1.4.2p1-2) experimental; urgency=low
* debian/patches:
- 10_disable-rpath.patch: renamed to disable-rpath.patch, refreshed
and added information.
- no-debug-build.patch: do not build libraries in debug mode, either
shared or static.
- no-strip-release-build.patch: do not strip libraries built in release
mode by default, let dh_strip to the job instead.
- no-link-dl-rt.patch: link only Foundation library against dl/rt libs
on Linux.
* debian/rules:
- strip release libraries in their corrisponding -dbg packages and drop
lintian overrides.
- select the right configuration options for kfreebsd, trying to fix
the FTBFS.
- drop now useless command to remove hidden files.
* debian/control: adjust dependencies for -dbg packages.
-- Cristian Greco <cristian@debian.org> Sun, 06 Nov 2011 13:27:26 +0100
poco (1.4.2p1-1) experimental; urgency=low
[ Patrick Gansterer ]
* New Upstream Version (Closes: #612360)
- Upload to experimental.
[ Cristian Greco ]
* Convert package to source format 3.0 (quilt).
* Switch to debhelper compatibility level 8 and reduce debian/rules
in size. Also enable parallel build.
* fix-odbc-makefile.patch: new patch, use multiarch tuple when detecting
odbc library path. (Closes: #642733)
* debian/rules: don't build the testsuite as we are not running it anyway.
* debian/control:
- fix lintian warnings about short descriptions.
- add misc:Depends to libpoco-dev.
- add myself to Uploaders.
* debian/watch: track the .bz2 archive.
-- Cristian Greco <cristian@debian.org> Thu, 20 Oct 2011 00:46:53 +0200
poco (1.3.6p2-1) unstable; urgency=low
* New Upstream Version
-- Patrick Gansterer <paroga@paroga.com> Sun, 24 Jan 2010 18:25:59 +0100
poco (1.3.6p1-1) unstable; urgency=low
* New Upstream Version
* Removed 20_unbundled.dpatch (merged into upstream)
* Removed 30_sh-support.dpatch (merged into upstream)
-- Patrick Gansterer <paroga@paroga.com> Thu, 24 Dec 2009 11:13:32 +0100
poco (1.3.6-1) unstable; urgency=low
* New Upstream Version
* Corrected package dependencies (Closes: #545854)
* Removed 20_gcc44-missing-include.dpatch (merged into upstream)
* Now using upstream unbundled implementation (Closes: #560936)
+ using r1294 from SVN poco 1.3.6 branch
+ new patch: 20_unbundled.dpatch
+ removed patch: 30_use-system-zlib.dpatch
+ new build dependencies: libpcre3-dev, libsqlite3-dev
* Added 30_sh-support.dpatch to support sh4 (Closes: #548113)
-- Patrick Gansterer <paroga@paroga.com> Thu, 17 Dec 2009 03:07:02 +0100
poco (1.3.5-1) unstable; urgency=low
* New upstream release.
* *-dbg packages moved to section debug.
* 30_crypto-testsuit-missing-libs.dpatch removed.
* POCO no longer use statically linked zlib:
+ new patch: 30_use-system-zlib.dpatch
+ new build dependency: zlib1g-dev
* Updated Standards-Version to 3.8.3, no changes needed.
-- Krzysztof Burghardt <krzysztof@burghardt.pl> Sun, 30 Aug 2009 19:49:57 +0200
poco (1.3.3p1-2) unstable; urgency=low
* Fixed FTBFS with GCC 4.4 due to missing #include (Closes: #505619)
* Renamed 20_gcc43-missing-include.dpatch to 20_gcc44-missing-include.dpatch
* Downgraded dependencies on -dbg packages (Closes: #504342)
-- Krzysztof Burghardt <krzysztof@burghardt.pl> Sat, 15 Nov 2008 11:39:15 +0100
poco (1.3.3p1-1) unstable; urgency=low
* New upstream release.
* 30_missing_paltforms.dpatch removed (merged into upstream).
* libpoco-dev provides, conflicts, replaces libpoco5-dev.
-- Krzysztof Burghardt <krzysztof@burghardt.pl> Wed, 29 Oct 2008 18:45:34 +0100
poco (1.3.2+dfsg1-3) unstable; urgency=low
* Add dpatch 30_missing_paltforms to debian/patches/00list (Closes: #487934)
-- Krzysztof Burghardt <krzysztof@burghardt.pl> Thu, 26 Jun 2008 21:29:10 +0200
poco (1.3.2+dfsg1-2) unstable; urgency=low
* Acknowledge NMU
* Add dpatch 30_missing_paltforms to support m68k and s390 (Closes: #487934)
* Suggests libpoco-doc instead of libpoco5-doc (Closes: #487394)
* Updated Standards-Version to 3.8.0, no changes needed (Closes: #487392)
-- Krzysztof Burghardt <krzysztof@burghardt.pl> Wed, 25 Jun 2008 18:38:34 +0200
poco (1.3.2+dfsg1-1.1) unstable; urgency=low
* Non-maintainer upload.
* libpoco5-dev provides, conflicts, replaces libpoco-dev (Closes: #487353)
-- George Danchev <danchev@spnet.net> Sat, 21 Jun 2008 10:05:06 +0000
poco (1.3.2+dfsg1-1) unstable; urgency=low
* New upstream
* Acknowledge NMU
* Upstream tarball repacked to remove non DFSG-free pieces
* debian/changelog: Homepage: pseudo-header changed to regular field
* debian/control:
+ Splited POCO into several small packages as all libraries
and their debug version are about 10MB.
+ Updated Standards-Version: to 3.7.3 (no changes needed)
* debian/rules:
+ Re-enabled test suite (--no-tests removed)
+ Removed CFLAGS
* debian/watch: updated to track data branch
* debian/patches/10_disable-rpath.dpatch: updated for 1.3.2
* debian/patches/20_gcc43-missing-include.dpatch: replaces all other
gcc 4.3 patches
-- Krzysztof Burghardt <krzysztof@burghardt.pl> Mon, 09 Jun 2008 00:28:50 +0200
poco (1.2.9-2.1) unstable; urgency=low
* Non-maintainer upload to fix clamfs' FTBFS
* Added 40_gcc_4.3_missing_include.dpatch to add a missing header
in Foundation/include/Poco/FIFOStrategy.h (Closes: #455147)
* Moved Homepage from pseudo field to real field
* Added a watch file
* Updated Standards-Version to 3.7.3, no changes needed
-- Maximiliano Curia <maxy@gnuservers.com.ar> Fri, 21 Mar 2008 19:29:38 -0300
poco (1.3.0-1) experimental; urgency=low
* New upstream
-- Krzysztof Burghardt <krzysztof@burghardt.pl> Thu, 10 May 2007 22:32:19 +0200
poco (1.2.9-2) unstable; urgency=medium
* Add patch for GCC-4.3 (Closes: #421144)
* Fixed build problem on arm (missing configure option --no-fpenvironment)
* Fixed build problem on powerpc
-- Krzysztof Burghardt <krzysztof@burghardt.pl> Fri, 27 Apr 2007 18:33:48 +0200
poco (1.2.9-1) unstable; urgency=low
* Initial release (Closes: #406402)
-- Krzysztof Burghardt <krzysztof@burghardt.pl> Mon, 12 Mar 2007 20:56:32 +0100
|