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 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923
|
attica-kf5 (5.78.0-2) unstable; urgency=medium
* Release to unstable.
-- Norbert Preining <norbert@preining.info> Sun, 17 Jan 2021 12:02:17 +0900
attica-kf5 (5.78.0-1) experimental; urgency=medium
[ Norbert Preining ]
* New upstream release (5.78.0).
* Update build-deps and deps with the info from cmake.
-- Norbert Preining <norbert@preining.info> Wed, 13 Jan 2021 10:32:39 +0900
attica-kf5 (5.77.0-2) unstable; urgency=medium
* Release to unstable.
-- Norbert Preining <norbert@preining.info> Tue, 22 Dec 2020 10:37:35 +0900
attica-kf5 (5.77.0-1) experimental; urgency=medium
[ Norbert Preining ]
* Bump Standards-Version to 4.5.1 (No changes needed).
* New upstream release (5.77.0).
* Update build-deps and deps with the info from cmake.
* Add myself to Uploaders.
* Update maintainer to Debian Qt/KDE Maintainers.
-- Norbert Preining <norbert@preining.info> Fri, 18 Dec 2020 10:03:51 +0900
attica-kf5 (5.74.0-2) unstable; urgency=medium
* Team upload to unstable.
-- Sandro Knauß <hefee@debian.org> Mon, 19 Oct 2020 23:13:38 +0200
attica-kf5 (5.74.0-1) experimental; urgency=medium
* Team upload.
[ Sandro Knauß ]
* New upstream release (5.74.0).
* Update build-deps and deps with the info from cmake.
* Add renamecategories file to libkf5attica5.
* Update repository related entries to metadata file.
* Update Bug-* entries to metadata file.
-- Sandro Knauß <hefee@debian.org> Sun, 27 Sep 2020 17:44:43 +0200
attica-kf5 (5.70.0-1) unstable; urgency=medium
* Team upload.
[ Scarlett Moore ]
* Update all instances of kde source to point to new
invent.kde.org address.
- Update metadata.
- Update homepage - projects.kde.org is dead.
- Update copyright Source.
* Add bug tracking info to upstream metadata.
* Bump debhelper compat to 13.
* Add lintian override for package-contains-
documentation-outside-usr-share-doc as the
file is a header.
[ Sandro Knauß ]
* New upstream release (5.70.0).
* Update build-deps and deps with the info from cmake.
* Wrap long lines in changelog entries: 5.21.0-1.
* Set field Upstream-Contact in debian/copyright.
* Remove obsolete fields Contact, Name from debian/upstream/metadata
(already present in machine-readable debian/copyright).
-- Sandro Knauß <hefee@debian.org> Tue, 26 May 2020 23:56:24 +0200
attica-kf5 (5.69.0-1) experimental; urgency=medium
* Team upload.
[ Sandro Knauß ]
* Bump compat level to 12.
* Bump Standards-Version to 4.5.0 (No changes needed).
* New upstream release (5.69.0).
* Update build-deps and deps with the info from cmake.
* Get rid of debug-symbol-migration package.
* Add Rules-Requires-Root field to control.
* Update symbols from build for 5.69.0.
* Enable hardening all.
* Add Build-Depends-Package to symbols file.
* Remove not needed injection of linker flags.
-- Sandro Knauß <hefee@debian.org> Thu, 30 Apr 2020 00:55:24 +0200
attica-kf5 (5.62.0-1) unstable; urgency=medium
* New upstream release (5.62.0).
* Update build-deps and deps with the info from cmake
* Release to unstable
-- Maximiliano Curia <maxy@debian.org> Fri, 20 Sep 2019 10:12:48 -0700
attica-kf5 (5.61.0-1) experimental; urgency=medium
[ Scarlett Moore ]
* Build-Depend on qttools5-dev to fix a cross build failure.
Reference bug #915122. (Closes: 930694)
[ Maximiliano Curia ]
* Salsa CI automatic initialization by Tuco
* New upstream release (5.61.0).
* Update build-deps and deps with the info from cmake
* Add missing version to maintscript
* Release to experimental
[ Jonathan Riddell ]
* moved qdebug files
-- Maximiliano Curia <maxy@debian.org> Mon, 09 Sep 2019 21:10:02 +0100
attica-kf5 (5.54.0-1) unstable; urgency=medium
* New upstream release (5.52.0).
* Update build-deps and deps with the info from cmake
* New upstream release (5.53.0).
* Update build-deps and deps with the info from cmake
* New upstream release (5.54.0).
* Update build-deps and deps with the info from cmake
* Update symbols files.
* Bump group breaks (5.54)
* Release to unstable
-- Maximiliano Curia <maxy@debian.org> Thu, 17 Jan 2019 19:26:12 -0300
attica-kf5 (5.51.0-1) unstable; urgency=medium
* New upstream release (5.50.0).
* Update build-deps and deps with the info from cmake
* Update symbols files.
* Bump group breaks (5.50)
* New upstream release (5.51.0).
* Update build-deps and deps with the info from cmake
* Bump group breaks (5.51)
* Release to unstable
-- Maximiliano Curia <maxy@debian.org> Wed, 07 Nov 2018 17:16:14 +0100
attica-kf5 (5.49.0-1) unstable; urgency=medium
* New upstream release (5.48.0).
* Update build-deps and deps with the info from cmake
* Update copyright information
* New upstream release (5.49.0).
* Update build-deps and deps with the info from cmake
* Disable network dependant test
* Update symbols files.
* Bump group breaks (5.49)
* Release to unstable
-- Maximiliano Curia <maxy@debian.org> Fri, 17 Aug 2018 16:17:54 +0200
attica-kf5 (5.47.0-1) unstable; urgency=medium
* New upstream release (5.47.0).
* Update build-deps and deps with the info from cmake
* Bump group breaks (5.47)
* Release to unstable
-- Maximiliano Curia <maxy@debian.org> Fri, 15 Jun 2018 12:07:43 +0200
attica-kf5 (5.46.0-1) unstable; urgency=medium
* New upstream release (5.46.0).
* Update build-deps and deps with the info from cmake
* Bump Standards-Version to 4.1.4.
* Use https for the debian/copyright
* Bump group breaks (5.46)
* Release to unstable
-- Maximiliano Curia <maxy@debian.org> Thu, 17 May 2018 22:14:13 +0200
attica-kf5 (5.45.0-1) unstable; urgency=medium
* New upstream release (5.45.0).
* Update build-deps and deps with the info from cmake
* Bump group breaks (5.45)
* Release to unstable
-- Maximiliano Curia <maxy@debian.org> Sat, 05 May 2018 08:09:50 +0200
attica-kf5 (5.44.0-1) sid; urgency=medium
* New upstream release (5.44.0).
* Update build-deps and deps with the info from cmake
* Bump group breaks (5.44)
* Release to sid
-- Maximiliano Curia <maxy@debian.org> Wed, 21 Mar 2018 14:40:11 +0100
attica-kf5 (5.43.0-1) experimental; urgency=medium
* Use the salsa canonical urls
* New upstream release (5.43.0).
* Update build-deps and deps with the info from cmake
* Bump group breaks (5.43)
* Release to experimental
-- Maximiliano Curia <maxy@debian.org> Mon, 26 Feb 2018 11:42:52 +0100
attica-kf5 (5.42.0-2) sid; urgency=medium
* New revision
* Release to sid
-- Maximiliano Curia <maxy@debian.org> Sat, 10 Feb 2018 11:28:21 +0100
attica-kf5 (5.42.0-1) experimental; urgency=medium
* New upstream release (5.42.0).
* Add link options as-needed
* Bump debhelper build-dep and compat to 11.
* Build without build_stamp
* Update build-deps and deps with the info from cmake
* Bump group breaks (5.42)
* Bump Standards-Version to 4.1.3.
* Release to experimental
-- Maximiliano Curia <maxy@debian.org> Fri, 02 Feb 2018 12:04:20 +0100
attica-kf5 (5.41.0-1) experimental; urgency=medium
[ Maximiliano Curia ]
* New revision
* Bump to Standards-Version 4.1.2
* Update copyright file
* Update build-deps and deps with the info from cmake
* Bump group breaks (5.41)
* Release to experimental
[ Helmut Grohne ]
* Fix FTCBFS: Annotate libqt5sql5-sqlite with :native. (Closes: 883113)
-- Maximiliano Curia <maxy@debian.org> Fri, 15 Dec 2017 10:41:53 -0300
attica-kf5 (5.41.0-0neon) xenial; urgency=medium
* New release
-- Neon CI <neon@kde.org> Fri, 08 Dec 2017 14:43:22 +0000
attica-kf5 (5.40.0-0neon) xenial; urgency=medium
* New release
-- Neon CI <neon@kde.org> Fri, 10 Nov 2017 12:51:17 +0000
attica-kf5 (5.39.0-0neon) xenial; urgency=medium
* New release
-- Neon CI <neon@kde.org> Sun, 15 Oct 2017 09:19:57 +0000
attica-kf5 (5.38.0-0neon) xenial; urgency=medium
* New release
-- Neon CI <neon@kde.org> Mon, 11 Sep 2017 13:22:39 +0000
attica-kf5 (5.37.0-2) sid; urgency=medium
* New revision
* Bump Standards-Version to 4.1.0.
* Update upstream metadata
* Release to sid
-- Maximiliano Curia <maxy@debian.org> Sun, 03 Sep 2017 09:57:21 +0200
attica-kf5 (5.37.0-1) experimental; urgency=medium
[ Maximiliano Curia ]
* New upstream release (5.37.0).
* Update build-deps and deps with the info from cmake
* Bump group breaks (5.37)
* Add a libkf5attica-doc package for the qch files
* Bump Standards-Version to 4.0.1.
* Set section for the doc package
* Release to experimental
[ Jonathan Riddell ]
* update .install
-- Maximiliano Curia <maxy@debian.org> Wed, 16 Aug 2017 10:41:45 +0200
attica-kf5 (5.37.0-0neon) xenial; urgency=medium
* New release
-- Neon CI <neon@kde.org> Fri, 11 Aug 2017 15:11:51 +0000
attica-kf5 (5.36.0-1) experimental; urgency=medium
[ Maximiliano Curia ]
* New upstream release (5.35.0).
* Bump Standards-Version to 4.0.0.
* Update build-deps and deps with the info from cmake
* Bump group breaks (5.35)
* Update symbols files.
* watch: Use https uris
* New upstream release (5.36.0).
* Bump group breaks (5.36)
* Update build-deps and deps with the info from cmake
[ Raymond Wooninck ]
* Add gpg signature
-- Maximiliano Curia <maxy@debian.org> Sun, 09 Jul 2017 23:40:53 +0200
attica-kf5 (5.36.0-0neon) xenial; urgency=medium
* New release
-- Neon CI <neon@kde.org> Mon, 10 Jul 2017 09:35:25 +0000
attica-kf5 (5.35.0-0neon) xenial; urgency=medium
* New release
-- Neon CI <neon@kde.org> Sun, 11 Jun 2017 20:36:00 +0000
attica-kf5 (5.34.0-0neon) xenial; urgency=medium
* New release
-- Neon CI <neon@kde.org> Sun, 14 May 2017 17:33:57 +0000
attica-kf5 (5.33.0-0neon) xenial; urgency=medium
* New release
-- Neon CI <neon@kde.org> Fri, 07 Apr 2017 16:21:26 +0000
attica-kf5 (5.32.0-0neon) xenial; urgency=medium
* New release
-- Neon CI <neon@kde.org> Sun, 12 Mar 2017 13:20:53 +0000
attica-kf5 (5.31.0-0neon) xenial; urgency=medium
* New release
-- Neon CI <neon@kde.org> Mon, 13 Feb 2017 14:33:56 +0000
attica-kf5 (5.30.0-0neon) xenial; urgency=medium
* New release
-- Neon CI <neon@kde.org> Mon, 16 Jan 2017 13:39:09 +0000
attica-kf5 (5.29.0-0neon) xenial; urgency=medium
* New release
-- Neon CI <neon@kde.org> Fri, 09 Dec 2016 18:59:38 +0000
attica-kf5 (5.29.0-0neon) xenial; urgency=medium
* New release
-- Neon CI <neon@kde.org> Fri, 09 Dec 2016 18:05:49 +0000
attica-kf5 (5.28.0-1) unstable; urgency=medium
[ Automatic packaging ]
* Update build-deps and deps with the info from cmake
[ Maximiliano Curia ]
* New upstream release (5.28).
* Bump group breaks (5.28)
-- Maximiliano Curia <maxy@debian.org> Fri, 18 Nov 2016 15:56:19 +0100
attica-kf5 (5.28.0-0neon) xenial; urgency=medium
* New release
-- Neon CI <neon@kde.org> Thu, 17 Nov 2016 09:45:10 +0000
attica-kf5 (5.27.0-1) unstable; urgency=medium
[ Automatic packaging ]
* Update build-deps and deps with the info from cmake
[ Maximiliano Curia ]
* New upstream release (5.27).
* Bump group breaks (5.27)
-- Maximiliano Curia <maxy@debian.org> Sat, 15 Oct 2016 16:45:52 +0200
attica-kf5 (5.27.0-0neon) xenial; urgency=medium
* New release
-- Neon CI <neon@kde.org> Sat, 08 Oct 2016 11:28:40 +0000
attica-kf5 (5.26.0-1) unstable; urgency=medium
[ Automatic packaging ]
* Update build-deps and deps with the info from cmake
[ Maximiliano Curia ]
* Bump group breaks (5.26)
-- Maximiliano Curia <maxy@debian.org> Thu, 29 Sep 2016 11:53:24 +0200
attica-kf5 (5.26.0-0neon) xenial; urgency=medium
* New release
-- Neon CI <neon@kde.org> Mon, 12 Sep 2016 08:32:17 +0000
attica-kf5 (5.25.0-1) unstable; urgency=medium
[ Automatic packaging ]
* Update build-deps and deps with the info from cmake
[ Maximiliano Curia ]
* Bump group breaks (5.25)
-- Maximiliano Curia <maxy@debian.org> Thu, 18 Aug 2016 17:17:29 +0200
attica-kf5 (5.25.0-0neon) xenial; urgency=medium
* New release
-- Neon CI <neon@kde.org> Sat, 13 Aug 2016 20:15:12 +0000
attica-kf5 (5.24.0-0neon) xenial; urgency=medium
* New release
-- Neon CI <neon@kde.org> Mon, 11 Jul 2016 07:42:27 +0000
attica-kf5 (5.23.0-1) unstable; urgency=medium
[ Automatic packaging ]
* Update build-deps and deps with the info from cmake
* Update symbols files
-- Maximiliano Curia <maxy@debian.org> Sat, 18 Jun 2016 08:00:16 +0200
attica-kf5 (5.23.0-0neon) xenial; urgency=medium
* New release
-- Neon CI <neon@kde.org> Mon, 13 Jun 2016 09:38:44 +0000
attica-kf5 (5.22.0-1) unstable; urgency=medium
[ Automatic packaging ]
* Update build-deps and deps with the info from cmake
-- Maximiliano Curia <maxy@debian.org> Thu, 19 May 2016 00:16:01 +0200
attica-kf5 (5.22.0-0neon) xenial; urgency=medium
* New release
-- Neon CI <neon@kde.org> Tue, 17 May 2016 07:27:35 +0000
attica-kf5 (5.21.0-1) experimental; urgency=medium
[ Maximiliano Curia ]
* Replace the "Historical name" ddeb-migration by its "Modern, clearer"
replacement dbgsym-migration.
* Add upstream metadata (DEP-12)
* debian/control: Update Vcs-Browser and Vcs-Git fields
* Update acc test script
* uscan no longer supports more than one main upstream tarball being listed
[ Automatic packaging ]
* Update build-deps and deps with the info from cmake
* Bump Standards-Version to 3.9.8
* Update symbols files.
-- Maximiliano Curia <maxy@debian.org> Thu, 05 May 2016 18:43:35 +0200
attica-kf5 (5.21.0-0neon) xenial; urgency=medium
* New release
-- Neon CI <neon@kde.org> Mon, 11 Apr 2016 09:22:28 +0000
attica-kf5 (5.20.0-0neon) wily; urgency=medium
* New release
-- Neon CI <neon@kde.org> Fri, 01 Apr 2016 11:03:42 +0000
attica-kf5 (5.19.0-1) experimental; urgency=medium
* New upstream release (5.19.0).
-- Maximiliano Curia <maxy@debian.org> Sat, 13 Feb 2016 15:16:10 +0100
attica-kf5 (5.18.0-1) experimental; urgency=medium
* New upstream release (5.17.0).
* New upstream release (5.18.0).
-- Maximiliano Curia <maxy@debian.org> Wed, 27 Jan 2016 13:33:50 +0100
attica-kf5 (5.16.0-1) unstable; urgency=medium
* New upstream release (5.16.0).
-- Maximiliano Curia <maxy@debian.org> Mon, 30 Nov 2015 12:12:11 +0100
attica-kf5 (5.15.0-1) unstable; urgency=medium
* New upstream release (5.15.0).
* Update symbols files from buildds logs (5.14.0-1).
-- Maximiliano Curia <maxy@debian.org> Fri, 09 Oct 2015 19:16:19 +0200
attica-kf5 (5.15.0-0ubuntu2) xenial; urgency=medium
* Fix autopackagetests by adding allow-stderr to the requirements.
-- Philip Muškovac <yofel@kubuntu.org> Tue, 03 Nov 2015 15:34:27 +0100
attica-kf5 (5.15.0-0ubuntu1) wily; urgency=medium
[ Scarlett Clark ]
* Fix control line 9 failure.
* Fix merge.
[ Jonathan Riddell ]
* new upstream release
-- Jonathan Riddell <jriddell@ubuntu.com> Wed, 07 Oct 2015 13:40:53 +0100
attica-kf5 (5.14.0-1) unstable; urgency=medium
* New upstream release (5.14.0).
-- Maximiliano Curia <maxy@debian.org> Tue, 15 Sep 2015 13:48:57 +0200
attica-kf5 (5.14.0-0ubuntu1) wily; urgency=medium
[ Clive Johnston ]
* new upstream release
[ Scarlett Clark ]
* Vivid backport.
* Manual merge, fix changelog failure.
* Merge nightmare.
-- Scarlett Clark <sgclark@kubuntu.org> Tue, 29 Sep 2015 14:53:15 -0700
attica-kf5 (5.13.0-1) unstable; urgency=medium
* New upstream release (5.13.0).
* Update symbols files from buildds logs (5.12.0-2).
* Update symbols files.
-- Maximiliano Curia <maxy@debian.org> Thu, 27 Aug 2015 18:35:55 +0200
attica-kf5 (5.13.0-0ubuntu1) wily; urgency=medium
[ José Manuel Santamaría Lema ]
* Update symbols file:
- Mark as optional the previously non-optional symbols gone after building
with gcc 5
- Keep the optional symbols gone after building with gcc 5
[ Jonathan Riddell ]
* new upstream release
-- Jonathan Riddell <jriddell@ubuntu.com> Mon, 10 Aug 2015 12:45:37 +0200
attica-kf5 (5.12.0-2) unstable; urgency=medium
* Update symbols files. (Closes: #777786)
-- Maximiliano Curia <maxy@debian.org> Fri, 07 Aug 2015 14:37:46 +0200
attica-kf5 (5.12.0-1) unstable; urgency=medium
* New upstream release (5.12.0).
-- Maximiliano Curia <maxy@debian.org> Thu, 09 Jul 2015 12:43:28 +0200
attica-kf5 (5.12.0-0ubuntu1) wily; urgency=medium
* New upstream release
* Vivid backport.
-- Scarlett Clark <sgclark@kubuntu.org> Mon, 03 Aug 2015 14:22:16 +0200
attica-kf5 (5.11.0-1) unstable; urgency=medium
* New upstream release (5.10.0).
* New upstream release (5.11.0).
-- Maximiliano Curia <maxy@debian.org> Thu, 25 Jun 2015 16:48:15 +0200
attica-kf5 (5.10.0-0ubuntu1) wily; urgency=medium
[ Maximiliano Curia ]
* New upstream release (5.10.0).
[ Jonathan Riddell ]
* New upstream release
-- Jonathan Riddell <jriddell@ubuntu.com> Wed, 03 Jun 2015 20:53:43 +0200
attica-kf5 (5.9.0-1) experimental; urgency=medium
* New upstream release (5.9.0).
-- Maximiliano Curia <maxy@debian.org> Thu, 23 Apr 2015 08:25:43 +0200
attica-kf5 (5.9.0-0ubuntu1) vivid; urgency=medium
* New upstream release
-- Scarlett Clark <sgclark@kubuntu.org> Mon, 13 Apr 2015 22:32:19 +0200
attica-kf5 (5.8.0-1) experimental; urgency=medium
* New upstream release (5.8.0).
-- Maximiliano Curia <maxy@debian.org> Sat, 14 Mar 2015 22:26:48 +0100
attica-kf5 (5.8.0-0ubuntu1) vivid; urgency=medium
* New upstream release
-- Jonathan Riddell <jriddell@ubuntu.com> Tue, 17 Mar 2015 15:42:37 +0100
attica-kf5 (5.7.0-1) experimental; urgency=medium
* New upstream release (5.7.0).
* Update build dependencies.
-- Maximiliano Curia <maxy@debian.org> Fri, 27 Feb 2015 23:06:59 +0100
attica-kf5 (5.7.0-0ubuntu1) vivid; urgency=medium
* New upstream release
-- Harald Sitter <sitter@kde.org> Tue, 10 Feb 2015 16:37:46 +0100
attica-kf5 (5.6.0-1) experimental; urgency=medium
* New upstream release (5.6.0).
* Bump Standards-Version to 3.9.6, no changes needed
* Update copyright information.
* Add basic autopkgtests support.
* Be a bit more specific for the Attica headers.
-- Maximiliano Curia <maxy@debian.org> Wed, 21 Jan 2015 11:58:07 +0100
attica-kf5 (5.6.0-0ubuntu1) vivid; urgency=medium
* New upstream release
-- Jonathan Riddell <jriddell@ubuntu.com> Tue, 06 Jan 2015 20:07:55 +0100
attica-kf5 (5.5.0-0ubuntu1) vivid; urgency=medium
* New upstream release
-- Scarlett Clark <sgclark@kubuntu.org> Mon, 15 Dec 2014 11:07:49 +0100
attica-kf5 (5.4.0-0ubuntu1) vivid; urgency=medium
[ Harald Sitter ]
* Add lintian override for License file in deb which really is a header
[ Jonathan Riddell ]
* New upstream release
-- Jonathan Riddell <jriddell@ubuntu.com> Fri, 07 Nov 2014 15:22:25 +0100
attica-kf5 (5.3.0-0ubuntu1) utopic; urgency=medium
* New upstream release
-- Jonathan Riddell <jriddell@ubuntu.com> Tue, 07 Oct 2014 11:29:03 +0100
attica-kf5 (5.2.0-0ubuntu1) utopic; urgency=medium
* New upstream release
-- Jonathan Riddell <jriddell@ubuntu.com> Mon, 22 Sep 2014 19:51:25 +0200
attica-kf5 (5.1.0-0ubuntu1) utopic; urgency=medium
[ Jonathan Riddell ]
* Initial stable upstream release
[ Scarlett Clark ]
* Fix install file
* Update watch file to stable
* Update copyright to match upstream
* Update extra-cmake-modules depend version
[ José Manuel Santamaría Lema ]
* Update libraries *.install paths so a soname bump doesn't go
unnoticed.
[ Scarlett Clark ]
* New upstream release
* Patch symbols with batchpatch.
-- Scarlett Clark <scarlett@scarlettgatelyclark.com> Tue, 05 Aug 2014 17:26:40 +0200
attica-kf5 (5.0.0-1) unstable; urgency=medium
[ Maximiliano Curia ]
* Update debhelper versioning in build-dependencies
* Point the source url to the upstream git repositories
* Update watch file
* Update Maintainers and vcs fields.
* Update the -dbg package description.
* Update copyright information
* Update symbols file.
-- Maximiliano Curia <maxy@debian.org> Tue, 15 Jul 2014 10:53:09 +0200
attica-kf5 (4.100.0-0ubuntu1) utopic; urgency=medium
[ Jonathan Riddell ]
* New upstream beta release
[ Scarlett Clark ]
* Bump depends versions
[ Harald Sitter ]
* Remove useless Pre-Depends fields used for multiarch compat in
releases older than trusty
-- Jonathan Riddell <jriddell@ubuntu.com> Mon, 02 Jun 2014 13:32:23 +0100
attica-kf5 (4.99.0-0ubuntu1) trusty; urgency=medium
[ José Manuel Santamaría Lema ]
* Install *.pri files in arch dependent path.
[ Jonathan Riddell ]
* New upstream beta release
-- Jonathan Riddell <jriddell@ubuntu.com> Mon, 05 May 2014 15:39:43 +0100
attica-kf5 (4.98.0-0ubuntu1) trusty; urgency=medium
* New upstream alpha release
* Rename library package for soname 5
* New upstream beta release
-- Jonathan Riddell <jriddell@ubuntu.com> Sat, 29 Mar 2014 10:18:18 +0000
attica-kf5 (4.96.0-0ubuntu1) trusty; urgency=medium
* New upstream alpha release
-- Scarlett Clark <scarlett@scarlettgatelyclark.com> Thu, 20 Feb 2014 07:55:10 -0800
attica-kf5 (4.95.0-0ubuntu1) trusty; urgency=low
* Initial tech preview release
* Source renamed to attica-kf5 to not conflict with Qt 4 version
* Add rename_lib_to_kf5attica.diff to rename library, sent upstream
-- Jonathan Riddell <jriddell@ubuntu.com> Tue, 07 Jan 2014 11:35:49 +0000
attica (0.4.2-2) unstable; urgency=medium
* Team upload.
* Update symbols file. (Closes: #777785)
-- Maximiliano Curia <maxy@debian.org> Thu, 06 Aug 2015 16:26:04 +0200
attica (0.4.2-1) unstable; urgency=low
* New upstream release.
* Update patch switch-to-multiarch.patch to the new attica version.
* Update copyright.
* Update Homepage.
* Update symbols file.
* Mark libattica-dbg as Multi-Arch: same.
-- Pino Toscano <pino@debian.org> Mon, 24 Jun 2013 22:28:34 +0200
attica (0.4.1-2) unstable; urgency=low
* Upload to unstable.
* Rename docs to libattica0.4.docs, so it applies to the shared library.
* Bump Standards-Version to 3.9.4, no changes required.
-- Pino Toscano <pino@debian.org> Thu, 13 Jun 2013 21:33:09 +0200
attica (0.4.1-1) experimental; urgency=low
* Team upload.
* New upstream release.
* Disable the unit tests, which do not link when compiling with hidden
visibility.
* Bump minimum libqt4-dev build dependency to >= 4.7, as indicated in the
build system.
* Change OCS API version from 1.4 to 1.6 in descriptions.
* Update symbols file with optional symbols of 0.4.0.
-- Pino Toscano <pino@debian.org> Thu, 06 Dec 2012 19:12:59 +0100
attica (0.4.0-1) experimental; urgency=low
* Team upload.
* New upstream release.
[ Ana Beatriz Guerrero Lopez ]
* Remove Thibaut Gridel from Uploaders as he requested.
[ Pino Toscano ]
* Add myself to Uploaders.
* Rename libattica0 to libattica0.4, according to the new SONAME.
* Drop patch no-rpath, applied upstream.
* Bump Standards-Version to 3.9.3, no changes required.
* Bump the debhelper compatibility to v9:
- bump compat to 9
- bump the debhelper build dependency to 9
- convert the CXXFLAGS addition to the dpkg-buildflags way
* Drop the custom CXXFLAGS, they seem to break compilation.
* Update the symbols file.
* Update Vcs-Browser header and migrate Vcs-Svn to Vcs-Git.
* Add libattica-dbg.
* Remove templates-like comments from the watch file.
* Update copyright.
* libattica-dev: depend on libqt4-dev.
[ Daniel Schaal ]
* Switch to multiarch. (Closes: #636318)
-- Pino Toscano <pino@debian.org> Mon, 02 Jul 2012 23:57:27 +0200
attica (0.2.0-1) unstable; urgency=low
* New 0.2.0 upstream version.
[ Modestas Vainius ]
* Add Build-Depends-Package field to the symbol file.
* Remove article from the description synopsis of libattica0.
[ Thibaut GRIDEL ]
* Adding new symbols for 0.1.90.
* Bumping Standards-Version to 3.9.1.
[ Didier Raboud ]
* Update copyright.
* Make the install file generic.
* Adding new symbols for 0.2.0.
* Remove useless dh_makeshlibs override.
-- Debian Krap Maintainers <debian-qt-kde@lists.debian.org> Mon, 14 Mar 2011 01:19:22 +0200
attica (0.1.4-1) unstable; urgency=low
[ Thibaut GRIDEL ]
* New upstream version.
* Dropping patch applied upstream.
* Updating symbols file.
-- Debian Krap Maintainers <debian-qt-kde@lists.debian.org> Thu, 20 May 2010 21:23:39 +0200
attica (0.1.3-2) unstable; urgency=low
[ Thibaut GRIDEL ]
* Removing undefined methods which break bindings.
-- Debian Krap Maintainers <debian-qt-kde@lists.debian.org> Tue, 27 Apr 2010 18:46:35 +0200
attica (0.1.3-1) unstable; urgency=low
[ Thibaut GRIDEL ]
* New upstream version.
* Using --with pkgkde_symbolshelper.
* Updating Standards-Version to 3.8.4 (no change).
* Adding parallel build.
-- Debian Krap Maintainers <debian-qt-kde@lists.debian.org> Mon, 12 Apr 2010 19:28:59 +0200
attica (0.1.2-1) unstable; urgency=low
[ Thibaut Gridel ]
* New Upstream version.
* Dropping no-qtgui patch applied upstream.
* Fixing symbols and version.
* Removing unneeded Section field.
-- Debian Krap Maintainers <debian-qt-kde@lists.debian.org> Sat, 16 Jan 2010 14:28:34 +0100
attica (0.1.1-2) unstable; urgency=low
[ Thibaut Gridel ]
* Updating copyright.
* Fixing symbols for qreal.
* Fixing Vcs-Browser field.
* Fixing dh_strip.
* Cleaning generated symbols file.
-- Debian Krap Maintainers <debian-qt-kde@lists.debian.org> Sun, 03 Jan 2010 23:21:24 +0100
attica (0.1.1-1) unstable; urgency=low
[ Thibaut Gridel ]
* Initial release (Closes: #560102)
* Removing link against libQtGui
* Generating shlibs from dh_makeshlibs
* Removing cmake option for kde and fixing rpath issue
-- Debian Krap Maintainers <debian-qt-kde@lists.debian.org> Sat, 12 Dec 2009 21:50:25 +0100
|