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
|
merkaartor (0.18.4+ds-5) unstable; urgency=medium
* FTBFS fix version: apply upstream fix for building against
recent version of Qt (Closes: #974104).
* Debianization:
- d/p/upstream-Qt5_15-fix.patch, introduce.
- d/control:
- debhelper, bump to 13;
- d/s/lintian-overrides:
- testsuite-autopkgtest-missing tag, discard.
-- Jerome Benoit <calculus@rezozer.net> Wed, 11 Nov 2020 20:53:53 +0000
merkaartor (0.18.4+ds-4) unstable; urgency=medium
* Team upload.
* Revert Maintainer email address change.
-- Bas Couwenberg <sebastic@debian.org> Tue, 05 May 2020 09:16:30 +0200
merkaartor (0.18.4+ds-3) unstable; urgency=medium
[ Helmut Grohne ]
* Fix FTCBFS: Let dh_auto_configure use a cross qmake (closes: #959671).
[ Jerome Benoit ]
* Debianization:
- debian/control:
- Maintainer email address, update.
-- Jerome Benoit <calculus@rezozer.net> Tue, 05 May 2020 05:55:21 +0000
merkaartor (0.18.4+ds-2) unstable; urgency=medium
* source-only upload.
-- Jerome Benoit <calculus@rezozer.net> Wed, 29 Apr 2020 19:49:20 +0000
merkaartor (0.18.4+ds-1) unstable; urgency=medium
[ Bas Couwenberg ]
* Add gbp.conf to use pristine-tar & --source-only-changes by default.
* Restructure control file with cme.
* Drop Name field from upstream metadata.
[ Jerome Benoit ]
* Reintroduction release (Closes: #949792), new package uploader.
* New upstream release (Closes: #949183).
* Debianization:
- debian/control:
- Uploaders, new uploader:
- Jerome Benoit <calculus@rezozer.net> ;
- Standards-Version, bump to 4.5.0 (no change);
- debhelper, bump to version 12;
- debian/copyright:
- Files-Excluded field, introduce;
- Files main paragraph, harden;
- Files paragraphs, harden;
- License paragraphs, cleanup;
- debian/watch:
- migration to version 4;
- repack options, add;
- debian/rules, update and cleanup;
- debian/patches/*:
- d/p/performance-typo.patch, integrated;
- d/p/spelling-errors.patch, refresh;
- d/p/upstream-gpsd-9+-fix_time.patch, introduce;
- debian/source/lintian-overrides, refresh;
- debian/docs, improve;
- debian/{dirs,compat,README.source,gbp.conf}, discard.
-- Jerome Benoit <calculus@rezozer.net> Thu, 16 Apr 2020 08:55:48 +0000
merkaartor (0.18.3+ds-6) unstable; urgency=medium
* Bump Standards-Version to 4.4.0, no changes.
* Update watch file to limit matches to archive path.
* Define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H for PROJ 6.0.0 compatibility.
* Update spelling errors patch to fix additional issues.
* Update gbp.conf to use --source-only-changes by default.
-- Bas Couwenberg <sebastic@debian.org> Thu, 11 Jul 2019 14:10:43 +0200
merkaartor (0.18.3+ds-5) unstable; urgency=medium
* Drop autopkgtest to test installability.
* Add lintian override for testsuite-autopkgtest-missing.
-- Bas Couwenberg <sebastic@debian.org> Tue, 31 Jul 2018 23:55:34 +0200
merkaartor (0.18.3+ds-4) unstable; urgency=medium
* Add patch to fix spelling errors.
* Update Vcs-* URLs for Salsa.
* Bump Standards-Version to 4.1.5, no changes.
* Strip trailing whitespace from changelog, control & rules files.
* Add override for missing-explanation-for-repacked-upstream-tarball.
-- Bas Couwenberg <sebastic@debian.org> Fri, 20 Jul 2018 20:19:49 +0200
merkaartor (0.18.3+ds-3) unstable; urgency=medium
[ Bas Couwenberg ]
* Change priority from extra to optional.
* Bump Standards-Version to 4.1.3, changes: priority.
* Strip trailing whitespace from changelog.
* Update copyright-format URL to use HTTPS.
* Drop obsolete dbg package.
* Remove install file, only single binary package built now.
[ Helmut Grohne ]
* Fix FTCBFS: (Closes: #889756)
+ Fix missing build dependency qt5-qmake:native for running lrelease.
+ Let dh_auto_configure pass the cross flags to qmake.
-- Bas Couwenberg <sebastic@debian.org> Tue, 06 Feb 2018 21:27:16 +0100
merkaartor (0.18.3+ds-2) unstable; urgency=medium
* Add patch to fix 'performance' typo.
* Don't create revision.h, no longer used.
* Bump Standards-Version to 4.0.0, no changes.
* Add autopkgtest to test installability.
-- Bas Couwenberg <sebastic@debian.org> Sun, 25 Jun 2017 15:16:52 +0200
merkaartor (0.18.3+ds-1) unstable; urgency=medium
* New upstream release (from modified release tag).
* Fix filenamemangle in watch file.
* Refresh patches.
-- Bas Couwenberg <sebastic@debian.org> Tue, 06 Sep 2016 17:03:10 +0200
merkaartor (0.18.3-1) unstable; urgency=medium
* New upstream release.
* Drop patches applied upstream. Refresh remaining patch.
* Add patch to extract version from CHANGELOG, not git.
* Move from experimental to unstable.
-- Bas Couwenberg <sebastic@debian.org> Tue, 23 Aug 2016 23:30:27 +0200
merkaartor (0.18.3~rc1-1~exp1) experimental; urgency=medium
* New upstream release candidate.
* Drop custom hicolor changes, included upstream.
* Update copyright file, changes:
- Update copyright years for Bart Vanhauwaert,
Chris Browet & Ladislav Láska.
* Drop patches applied upstream, refresh remaining patches.
* Add patch to fix 'committed' typo.
-- Bas Couwenberg <sebastic@debian.org> Mon, 06 Jun 2016 22:33:14 +0200
merkaartor (0.18.2-7) unstable; urgency=medium
* Enable all hardening buildflags.
* Install additional icon sizes in hicolor theme.
* Bump Standards-Version to 3.9.8, changes:
additional icon sizes in hicolor theme.
-- Bas Couwenberg <sebastic@debian.org> Sun, 17 Apr 2016 20:45:36 +0200
merkaartor (0.18.2-6) unstable; urgency=medium
* Update Vcs-Git URL to use HTTPS.
* Add patches for various typos.
* Bump Standards-Version to 3.9.7, no changes.
-- Bas Couwenberg <sebastic@debian.org> Wed, 02 Mar 2016 19:57:59 +0100
merkaartor (0.18.2-5) unstable; urgency=medium
* Drop explicitly dependency on libqt5xcbqpa5, now provided by libqt5gui5.
(closes: #812234)
-- Bas Couwenberg <sebastic@debian.org> Thu, 21 Jan 2016 21:32:45 +0100
merkaartor (0.18.2-4) unstable; urgency=medium
* Rebuild with libquazip (0.7.1-1).
- Update build dependency from libquazip-qt5-dev to libquazip5-dev
- Update SYSTEM_QUAZIP_LDFLAGS from -lquazip-qt5 to -lquazip5
* Add patches for 'Unknown' & 'occurrence' typos.
-- Bas Couwenberg <sebastic@debian.org> Sun, 10 Jan 2016 02:23:28 +0100
merkaartor (0.18.2-3) unstable; urgency=medium
* Add upstream metadata.
* Add patch to fix libgps22 compatibility.
* Use upstream patch for quazip-qt5 linking.
* Add patch to fix desktop Keywords syntax.
-- Bas Couwenberg <sebastic@debian.org> Sun, 01 Nov 2015 16:55:41 +0100
merkaartor (0.18.2-2) unstable; urgency=medium
* Add dependency on libqt5xcbqpa5.
(closes: #802745)
-- Bas Couwenberg <sebastic@debian.org> Fri, 23 Oct 2015 12:49:07 +0200
merkaartor (0.18.2-1) unstable; urgency=medium
* Use desktop file in favor of menu file per CTTE #741573.
* Move from experimental to unstable.
-- Bas Couwenberg <sebastic@debian.org> Sun, 11 Oct 2015 13:21:33 +0200
merkaartor (0.18.2-1~exp2) experimental; urgency=medium
* Add patches for improved GDAL 2.0 support, and debug build fix.
* Add debug package for merkaartor.
(closes: #692524)
-- Bas Couwenberg <sebastic@debian.org> Fri, 25 Sep 2015 00:57:24 +0200
merkaartor (0.18.2-1~exp1) experimental; urgency=medium
* New upstream release.
* Move package to Debian GIS team, changes:
- Move Maintainer to Uploaders
- Set Debian GIS Project as Maintainer
- Update Vcs-* URLs for git repository on Alioth
- Add myself to Uploaders
* Bump debhelper compatibility to 9.
* Updates for new upstream development by the OpenStreetMap community:
- Update watch file for move to GitHub.
- Update Homepage URL to www.merkaartor.be.
(closes: #731118)
* Switch to source format 3.0 (quilt).
* Use minimal dh rules.
- Enable parallel builds
(closes: #759128)
* Drop patches applied upstream.
* Update copyright file using copyright-format 1.0.
* Restructure control file with cme.
* Update Vcs-Browser URL to use HTTPS.
* Override dh_install to use --list-missing.
* Rename old style config sections in gbp.conf.
* Add patch to fix version detection for tarball releases.
* Switch to Qt5.
(closes: #784494)
* Disable zbar, is Qt4-only.
* Use dh_auto_* commands in overrides.
* Disable SpatiaLite support, causes FTBFS.
* Add patch to fix various typos.
* Add patch to add hardening buildflags to qmake build.
* Don't create empty usr/sbin directory.
* Add patch to add Keywords to merkaartor.desktop.
* Bump Standards-Version to 3.9.6, changes:
- canonical Vcs-* URLs
- copyright-format 1.0
-- Bas Couwenberg <sebastic@debian.org> Fri, 18 Sep 2015 20:25:30 +0200
merkaartor (0.18.1-3) unstable; urgency=low
* [7a6844de] Yet another qreal/double conversion fix for arm.
-- Bernd Zeimetz <bzed@debian.org> Sat, 23 Jun 2012 00:40:16 +0200
merkaartor (0.18.1-2) unstable; urgency=low
* [36283246] Fix FTBFS on arm*.
qreal is float on arm, not double.
Adding some casts should work around that.
-- Bernd Zeimetz <bzed@debian.org> Fri, 22 Jun 2012 17:30:43 +0200
merkaartor (0.18.1-1) unstable; urgency=low
* [4bbcfdd9] Merge branch 'upstream' - 0.18.1
* [00c34d93] Refreshing patches.
-- Bernd Zeimetz <bzed@debian.org> Thu, 21 Jun 2012 21:53:10 +0200
merkaartor (0.17.2-7) unstable; urgency=low
* [7d02a1c5] Revert "Use g++-4.6 to work around the g++-4.7 fuckup."
This reverts commit 887fc7cda2477d688d8e35b9d5bfe6d99ae9adeb.
* [b2a27bf9] Updating debian/patches/gcc-4.7-ftbfs-fix.
Thanks to Matthias Klose (Closes: #667275)
* [86e9d24c] Updating git URLs.
-- Bernd Zeimetz <bzed@debian.org> Wed, 30 May 2012 10:39:12 +0200
merkaartor (0.17.2-6) unstable; urgency=low
* [e6686007] Add patch to fix a FTBFS with gcc-4.7, part of a fix
for #667275.
* [ee1c4832] Build-depend against libgdal-dev instead of libgdal1-dev.
* [887fc7cd] Use g++-4.6 to work around the g++-4.7 fuckup.
Very ugly workaround for #672397.
Shall be removed again as soon as the bug is fixed, but for now making
some transitions work is more important.
-- Bernd Zeimetz <bzed@debian.org> Sat, 12 May 2012 21:21:24 +0200
merkaartor (0.17.2-5) unstable; urgency=low
* [ccae59e4] Add patch to allow building against libgps20. (Closes: #648481)
-- Bernd Zeimetz <bzed@debian.org> Sat, 12 Nov 2011 21:55:34 +0100
merkaartor (0.17.2-4) unstable; urgency=low
* [e594817c] Build with libproxy for automatic proxy configuration.
Thanks to Jarl Friis
* [e9a5e253] Pull latest 0.17-fixes branch into patches.
* [2e5342d8] Build against libqtwebkit-dev.
* [27542332] Add patch to fix building with libproxy.
-- Bernd Zeimetz <bzed@debian.org> Wed, 06 Jul 2011 22:22:10 +0200
merkaartor (0.17.2-3) unstable; urgency=low
* [5fd3c0a8] Add a patch to fix linker issues.
-- Bernd Zeimetz <bzed@debian.org> Sun, 27 Feb 2011 18:32:07 +0100
merkaartor (0.17.2-2) unstable; urgency=low
* [26c92163] Work around buildd insanities from the last century. (Closes: #613440)
-- Bernd Zeimetz <bzed@debian.org> Mon, 14 Feb 2011 23:57:09 +0100
merkaartor (0.17.2-1) unstable; urgency=low
* New upstream release - 0.17.2
* [b3dc89d4] Merge branch 'upstream'
-- Bernd Zeimetz <bzed@debian.org> Fri, 11 Feb 2011 14:28:38 +0100
merkaartor (0.17.0-1) experimental; urgency=low
* New upstream release - 0.17.0
* [276b9b4c] Merge branch 'upstream'
-- Bernd Zeimetz <bzed@debian.org> Sun, 26 Dec 2010 17:03:12 +0100
merkaartor (0.17~rc4-1) experimental; urgency=low
* Git snapshot: 0.17-rc4
* [2bb70fbf] Merge branch 'upstream'
-- Bernd Zeimetz <bzed@debian.org> Mon, 13 Dec 2010 22:52:28 +0100
merkaartor (0.17~rc3-1) experimental; urgency=low
* Git snapshot: 0.17-rc3
* [bea22dfd] Merge branch 'upstream'
-- Bernd Zeimetz <bzed@debian.org> Sun, 05 Dec 2010 22:36:30 +0100
merkaartor (0.17~rc2-1) experimental; urgency=low
* Git snapshot: 0.17-rc2
* [d9292047] Merge branch 'upstream'
-- Bernd Zeimetz <bzed@debian.org> Sun, 05 Dec 2010 15:34:27 +0100
merkaartor (0.17~rc1-1) experimental; urgency=low
* Git snapshot: 0.17-rc1
* [4791e742] Merge branch 'upstream'
-- Bernd Zeimetz <bzed@debian.org> Fri, 03 Dec 2010 14:57:45 +0100
merkaartor (0.17~dev4-1) experimental; urgency=low
* [14cba520] Merge branch 'upstream'
* [e5f0763d] Use libproj for cartographic projections
-- Bernd Zeimetz <bzed@debian.org> Wed, 24 Nov 2010 13:51:15 +0100
merkaartor (0.17~dev3-1) experimental; urgency=low
* Git snapshot.
* [449d8fea] Merge branch 'upstream'
* [f65b7265] Enable the Spatialite plugin
http://www.gaia-gis.it/spatialite/
Upstream says: "This one is more an experiment at this time."
-- Bernd Zeimetz <bzed@debian.org> Tue, 02 Nov 2010 12:24:41 +0100
merkaartor (0.17~dev2-1) experimental; urgency=low
* Git snapshot.
* [7fd4c049] Merge branch 'upstream'
* [617550a8] Keep debug symbols in the package for experimental. A -
dbg package will be introduced after the release of Squeeze.
-- Bernd Zeimetz <bzed@debian.org> Mon, 25 Oct 2010 12:42:54 +0200
merkaartor (0.17~dev1-1) experimental; urgency=low
* Git snapshot.
-- Bernd Zeimetz <bzed@debian.org> Wed, 29 Sep 2010 15:17:20 +0200
merkaartor (0.16.3-1) unstable; urgency=low
* [e9c11925] Merge branch 'upstream'
Updating to version 0.16.3 - Upstream bugfix release,
fixing the following bugs:
v0.16.3
* FIX : language support broken
v0.16.2
* FIX : Initial viewport issue
* FIX : Do not export incomplete features
* FIX : CSV import bugs
* FIX : Use "GPX track width" setting even when not in "Simple track
appearance" (Merkaartor bug #3095)
* FIX : temporary solution for #3082
* CHG : Allow to pan with middle mouse button
* FIX : lat/lon grid Merkaartor bug for non-othogonal projections
* FIX : for non-rthogonal projections, maximize the viewport in lat/lon
* FIX : Handle empty style list in editor (Merkaartor bug #3079)
* FIX : Fix scale bar to take latitude into account.
* FIX : Do not tag-match relation's children unless the type is
"multippolygon" (Merkaartor bug #2916)
* FIX : problem with "Bottom-left standard" TMS
* FIX : OSX fix
* FIX : Draw relations children dashed to avoid multiple parent drawing
* FIX : Fix several issues with features dock.
* FIX : Fix reappearance of deleted features.
* FIX : Fix WayRemoveNodeCommand reversibility.
-- Bernd Zeimetz <bzed@debian.org> Thu, 26 Aug 2010 12:56:37 +0200
merkaartor (0.16.1-1) unstable; urgency=low
* [486efdb0] Merge branch 'upstream'
Updating to version 0.16.1.
-- Bernd Zeimetz <bzed@debian.org> Tue, 15 Jun 2010 01:13:43 +0200
merkaartor (0.16.0-1) unstable; urgency=low
* [d177c38a] Merge branch 'upstream'
Updating to upstream version 0.16.0.
The new version handles the opening of files from the command line
properly again, thanks to Paul Wise for the report. (Closes: #582615).
-- Bernd Zeimetz <bzed@debian.org> Mon, 07 Jun 2010 18:55:21 +0200
merkaartor (0.16~dev2-2) experimental; urgency=low
* [11dfe8e7] Build-depend on debhelper 7.
* [672b02c9] Use source format 1.0.
* [0df889e5] Remove old/unused qmake options.
-- Bernd Zeimetz <bzed@debian.org> Tue, 25 May 2010 16:33:09 +0200
merkaartor (0.16~dev2-1) experimental; urgency=low
* Git snapshot.
* [ef47f28a] Bump Standards-Version to 3.8.4, no changes needed.
* [2696e06a] Merge branch 'upstream'
-- Bernd Zeimetz <bzed@debian.org> Tue, 25 May 2010 00:48:46 +0200
merkaartor (0.16~dev1-1) experimental; urgency=low
* [d9c0ad7d] Use ZBAR=1/libzbarqt-dev to support walking-papers.
* [aee038e6] Disable nvidia_hack again, did not help at all.
* [51503a29] Update copyright file.
* [04b41e20] Build and install translations.
* [17b467a6] Bump dh compat level to 7.
* [965a0900] Merge branch 'upstream'
* [f8f234a3] Update merged gbp.conf.
* [8e36fedb] Make debian/rules executable.
* [8943dad1] Remove unnecessary lrelease call.
* [cc6b89f3] Require zbar version 0.10.
-- Bernd Zeimetz <bzed@debian.org> Thu, 20 May 2010 10:40:20 +0200
merkaartor (0.15.3+svn20936-1) experimental; urgency=low
* [5b46fb79] Enable gpsdlib and nvidia_hack build optins.
* [119a8792] Merge branch 'experimental-upstream' into experimental
* [5d914c06] Add libgps-dev as build-dependency.
-- Bernd Zeimetz <bzed@debian.org> Mon, 19 Apr 2010 21:26:18 +0200
merkaartor (0.15.3+svn20934-1) experimental; urgency=low
* svn snapshot.
* [e4450396] Add minimum requirement for libboost to control file.
* [d55fea41] Allow debug builds for release builds. Use
DEB_BUILD_OPTIONS=debug to enable.
* [8642266c] Merge branch 'experimental-upstream' into experimental
* [58dbd32e] Remove debian/uscan_repack.sh. Not needed anymore.
* [31a49fa5] Remote get-orig-source target.
* [ffe12b6a] Update gbp.conf for experimental.
-- Bernd Zeimetz <bzed@debian.org> Mon, 19 Apr 2010 10:54:27 +0200
merkaartor (0.15.3-1) unstable; urgency=low
* [fa5d9441] Merge branch 'upstream'
Updating to upstream release 0.15.3. This should include a fix
for crashes which happened while double-clicking nodes.
(Closes: #573237)
-- Bernd Zeimetz <bzed@debian.org> Mon, 22 Mar 2010 17:13:26 +0100
merkaartor (0.15.2-1) unstable; urgency=low
* [230e355d] Merge branch 'upstream'
Updating to upstream release 0.15.2.
-- Bernd Zeimetz <bzed@debian.org> Mon, 08 Mar 2010 13:46:07 +0100
merkaartor (0.15.1-1) unstable; urgency=low
* [96465283] Use merkaartor.desktop from upstream. This also avoids
duplicate entries in the desktop menu. (Closes: #522986) - thanks to
Simon Wenner
* [69d49210] Use NODEBUG=1 RELEASE=1 unless we build for experimental.
This also avoids writing log files into the user's home directory for
non-experimental builds (Closes: #570472)
* [df0f9808] Merge branch 'upstream'.
Updating to Merkaartor 0.15.1, which should also fix the folloing
bugs:
- fails to set bbox on WMS requests (Closes: #563322)
- About dialog doesn't expand properly (Closes: #570471)
- crash on exit while tiles are still downloading
(Closes: #570475)
Special thanks go to Paul Wise for testing the RC of Merkaartor and
reporting several issues, which should be all fixed now.
* [117fe533] Dropping gdal-config patch, applied upstream.
* [b703ac46] Drop zlib-include patch, not necessary anymore.
* [892a0b89] Create revision.h with the Debian version.
-- Bernd Zeimetz <bzed@debian.org> Mon, 01 Mar 2010 20:12:32 +0100
merkaartor (0.15~pre~svn19956-1) experimental; urgency=low
* [dbe3b91e] merkaartor needs qt4 4.4.3 at least, bump build-dep
accordingly.
* [c32e8688] Merge branch 'upstream' - update to latest svn trunk.
* [975f577f] Drop log-to-dev-null patch. Logging was disabled by
upstream.
* [cee6c802] Update patches for the new svn version.
* [ae638a32] Remove Christoph Berg from uploaders.
* [34b55871] Update git repository location. Moving out of collob-
maint.
* [44f13093] Patch MGdalBackground.pro to use gdal-config.
-- Bernd Zeimetz <bzed@debian.org> Tue, 16 Feb 2010 11:30:43 +0100
merkaartor (0.14+svnfixes~20090912-2) unstable; urgency=high
* [6a4e67f9] Support +svnfixes dversion in debian/watch.
* [00189629] Write log to /dev/null, workaround for a minor symlink
attack until upstream fixes it properly. (Closes: #548546) - thanks
to Paul Wise
-- Bernd Zeimetz <bzed@debian.org> Thu, 15 Oct 2009 11:37:15 +0200
merkaartor (0.14+svnfixes~20090912-1) unstable; urgency=low
* [f99555b6] Remove embedded code copies while repackaging.
* [52bf4f9b] Updating README.source - repackaging documentation.
* [73513824] Imported Upstream version 0.14 (Closes: #541534).
Thanks to Paul Wise for the help.
* [f0c575b1] Merge commit 'upstream/0.14'
* [a4d4df87] Merge commit 'remotes/origin/upstream-svn/merkaartor-
0.14-fixes' into upstream
* [764565d9] Removing embedded source copies.
* [e9d2c986] Merge branch 'upstream'
* [ab1a04df] Updating patches and debian/rules to suit 0.14.
* [24a6321d] Cleaning up gbp.conf.
* [5ac5971f] Removing backup cruft.
* [95193d44] Build-Deps: dropping libproj, adding libboost
* [43aba1e5] Move Homepage into the headers of d/control.
* [4cda25a0] Bumping Standards-Version to 3.8.3.
* [11237d62] Describing merge of fixes from svn.
* [36e468e6] Updating debian/copyright.
-- Bernd Zeimetz <bzed@debian.org> Sun, 13 Sep 2009 00:52:12 +0200
merkaartor (0.13.2-2) unstable; urgency=low
* [fb902c95] Disable PROJ on build until it is fixed. (Closes:
#536780, #528562) - thanks to James Umbanhowar and Сергей Пушкин
-- Bernd Zeimetz <bzed@debian.org> Fri, 17 Jul 2009 00:59:21 +0200
merkaartor (0.13.2-1) unstable; urgency=low
* New upstream version.
- Now it is possible to add comments to changesets (Closes: #525337).
* Updating patches to fit the new version.
* Don't install translations, they don't exist in the source.
* Drop dh_installexamples, examples were removed.
* Changes based on a patch by Per Hansen:
- Updated URL in debian/copyright
Closes: #525503
* Adding git-buildpackage config file.
* Updating Vcs urls after migrating to git.
* Updating uscan repackaging script, all we need to remove is the
debian directory now.
* Enable OSMARENDER, PROJ, GDAL, GPSD at build time (Closes: #526404).
* Remove get-orig-source-svn target from debian/rules.
* Cleaning up debian/rules targets - slowly preparing to move
to dh 7.
* Removing executable flags from world_shp files.
* Add missing build-deps on libxml2-dev, libxslt1-dev.
-- Bernd Zeimetz <bzed@debian.org> Sun, 03 May 2009 01:21:16 +0200
merkaartor (0.13.1-1) unstable; urgency=low
* New upstream version - bugfix release:
- FIX : <Esc> in Name property inspector causes AV
- FIX : English language warning
- FIX : proper handling of the "Don't connect GPX nodes..." disabling.
- FIX : Fit the style editor in 1024x600 resolution
- FIX : Reflect in dirty dock the fact that multiple objects were
changed together
* debian/patches: Updating patches for new version.
* debian/rules:
- don't try to chmod files in usr/share/merkaartor/world_shp,
the files don't exist anymore there.
-- Bernd Zeimetz <bzed@debian.org> Sun, 12 Apr 2009 00:40:16 +0200
merkaartor (0.13-1) unstable; urgency=low
* New upstream version.
* debian/control:
- Adding libgdal1-dev as build dependency.
- Updating homepage url.
- Switching Maintainers and Uploaders as requested by
Christoph Berg.
- Bumping Standards-Version to 3.8.1.
* debian/patches:
- Adding gdal-config patch to use gdal-config to find libs
and cflags.
* debian/copyright:
- Link GPL2 properly.
- Update Copyright of the packaging.
* debian/rules:
- Make files in /usr/share/merkaartor/world_shp/ non-executable.
* debian/README.source:
- Adding file as required by policy.
-- Bernd Zeimetz <bzed@debian.org> Thu, 19 Mar 2009 14:25:26 +0100
merkaartor (0.12+svn13563-1) experimental; urgency=low
* Updating to latest svn revision.
* debian/rules: Using new translations path, thanks to Per Hansen
for the report.
-- Bernd Zeimetz <bzed@debian.org> Fri, 06 Feb 2009 15:23:57 +0100
merkaartor (0.12+svn13050-1) experimental; urgency=low
* Updating to the latest svn revision.
-- Bernd Zeimetz <bzed@debian.org> Fri, 09 Jan 2009 01:09:01 +0100
merkaartor (0.12-1) unstable; urgency=low
* New upstream version.
* Uploading to unstable again.
* debian/watch:
- Chainging URLs to point to the new upstream homepage - merkaartor.org.
-- Bernd Zeimetz <bzed@debian.org> Wed, 15 Oct 2008 18:01:50 +0200
merkaartor (0.12~svn11021-2) experimental; urgency=low
* Updating to the latest svn revision, includes KML support.
-- Bernd Zeimetz <bzed@debian.org> Thu, 02 Oct 2008 15:47:00 +0200
merkaartor (0.12~svn10948-1) experimental; urgency=low
* Updating to the latest svn revision.
-- Bernd Zeimetz <bzed@debian.org> Tue, 16 Sep 2008 00:42:43 +0200
merkaartor (0.12~svn10696-1) experimental; urgency=low
* Updating to the latest svn revision. Includes a fix for a segfault
which happened on upload sometimes.
* debian/rules:
- Updating get-orig-source-svn: webkit is not pulled in as external
source anymore, so there's no need to remove it.
-- Bernd Zeimetz <bzed@debian.org> Sat, 06 Sep 2008 16:47:59 +0200
merkaartor (0.12~svn10486-1) experimental; urgency=low
* Updating our version numbers to suit upstream's numbering again.
* debian/control:
- Adding libexiv2-dev to build dependencies.
- Bumping Standards-Version to 3.8.0, no changes needed.
* debian/rules:
- Using GEOIMAGE=1 as option to qmake to Support GeoTagged images.
-- Bernd Zeimetz <bzed@debian.org> Thu, 04 Sep 2008 22:48:25 +0200
merkaartor (0.0.12~svn10441-2) experimental; urgency=low
* debian/rules:
- make install still does not install the translations, taking
care of that again.
-- Bernd Zeimetz <bzed@debian.org> Wed, 03 Sep 2008 21:47:55 +0200
merkaartor (0.0.12~svn10441-1) experimental; urgency=low
* debian/rules:
- Adding NOWEBKIT=1 option to the qmake call as we use webkit from qt4.
- Adding PREFIX=/usr option to the qmake call so we're able to use
make install later.
- Adding get-orig-source-svn target to build a tarball from svn. While
packaging the tarball webkit and upstream's debian directory are
removed, too.
- Adding get-orig-source target which uses uscan to download and
repackage upstream's tarball.
- Installing icons and desktop file.
- Using make install instead of manually copying the files.
* debian/control:
- Adding myself to Uploaders.
- Adding a versioned dependency for libqt4-dev as we need webkit
in qt4.
- Adding sharutils as build dependency.
- Updating Description.
* debian/patches:
- Removing gcc-4.3-cast, patched code was removed by upstream.
* debian/{prerm,docs,postinst}:
- Removing files, not needed anymore.
* debian/merkaartor.png.b64:
- Adding file, created from Icons/Mercator_large.xcf using The Gimp,
base64 encoded using uuencode -m.
* debian/merkaartor.desktop:
- Adding file.
* debian/menu:
- Configuring icon.
* debian/watch, debian/uscan_repack.sh:
- Updating upstream URL
- Adding debian/uscan_repack.sh which is called by uscan to repack
the upstream tarball, which contains an embedded copy of Qt's
webkit and upstream's debian folder - both are removed.
-- Bernd Zeimetz <bzed@debian.org> Wed, 03 Sep 2008 01:10:24 +0200
merkaartor (0.0.11~svn7913-2) unstable; urgency=low
* Explicitly call qmake-qt4. (Closes: #495807)
-- Christoph Berg <myon@debian.org> Sat, 23 Aug 2008 13:46:25 +0200
merkaartor (0.0.11~svn7913-1) unstable; urgency=low
* New upstream snapshot (as native package, make dist is broken).
+ Fixes incompatibility with Qt4.3. (Closes: #478173)
* Install and enable translations.
* Use quilt.
* Put parentheses around a cast to make it compile with gcc-4.3 on armel.
-- Christoph Berg <myon@debian.org> Sat, 24 May 2008 16:41:53 +0200
merkaartor (0.0.10-1) unstable; urgency=low
* New upstream release
* Add watch file.
-- Christoph Berg <myon@debian.org> Sun, 06 Apr 2008 11:52:21 +0200
merkaartor (0.0.9-2) unstable; urgency=low
* Initial Debian upload. (Closes: #452703)
-- Christoph Berg <myon@debian.org> Thu, 28 Feb 2008 21:43:40 +0100
merkaartor (0.0.9-1) gutsy; urgency=low
* Upgrade to 0.0.9
-- Bart Vanhauwaert <bvh-osm@irule.be> Fri, 04 Jan 2008 16:00:38 +0100
merkaartor (0.0.8-1) gutsy; urgency=low
* Upgrade to version 0.0.8. Works with OpenStreetMap API 0.5
-- Bart Vanhauwaert <bvh-osm@irule.be> Mon, 05 Nov 2007 22:38:06 +0100
merkaartor (0.0.7-1) feisty; urgency=low
* Upgrade to version 0.0.7
-- Bart Vanhauwaert <bvh-osm@irule.be> Sat, 18 Aug 2007 18:04:49 +0200
merkaartor (0.0.6-1) unstable; urgency=low
* Upgrade to version 0.0.6
-- Bart Vanhauwaert <bvh-osm@irule.be> Wed, 6 Dec 2006 17:59:51 +0100
merkaartor (0.0.5-1) unstable; urgency=low
* Upgrade to version 0.0.5
-- Bart Vanhauwaert <bvh-osm@irule.be> Thu, 16 Nov 2006 14:58:21 +0100
merkaartor (0.0.4-1) unstable; urgency=low
* Initial release
-- Bart Vanhauwaert <bvh-osm@irule.be> Sat, 28 Oct 2006 12:59:04 +0200
|