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
|
kgamma5 (5.20.5-1) unstable; urgency=medium
* New upstream release (5.20.5).
-- Norbert Preining <norbert@preining.info> Wed, 06 Jan 2021 23:50:51 +0900
kgamma5 (5.20.4-2) unstable; urgency=medium
* Release to unstable.
-- Norbert Preining <norbert@preining.info> Tue, 22 Dec 2020 11:04:36 +0900
kgamma5 (5.20.4-1) experimental; urgency=medium
[ Norbert Preining ]
* New upstream release (5.20.4).
-- Norbert Preining <norbert@preining.info> Wed, 09 Dec 2020 14:17:31 +0900
kgamma5 (5.19.5-3) unstable; urgency=medium
[ Scarlett Moore ]
* Add Multi-Arch according to multiarch hints.
* Remove obsolete entries already defined in d/copyright.
-- Norbert Preining <norbert@preining.info> Fri, 06 Nov 2020 08:37:22 +0900
kgamma5 (5.19.5-2) experimental; urgency=medium
* Rebuild for Qt 5.15
-- Norbert Preining <norbert@preining.info> Mon, 02 Nov 2020 09:27:39 +0900
kgamma5 (5.19.5-1) experimental; urgency=medium
[ Scarlett Moore ]
* New upstream release. (5.19.5).
[ Norbert Preining ]
* Add Patrick and myself to uploaders.
-- Norbert Preining <norbert@preining.info> Mon, 19 Oct 2020 10:38:33 +0900
kgamma5 (5.19.4-1) experimental; urgency=medium
* Team upload.
[ Scarlett Moore ]
* Bump compat level to 13.
* Add Rules-Requires-Root field to control.
* New upstream release (5.18.5).
* Update build-deps and deps with the info from cmake.
* Add myself to Uploaders.
* Remove not needed injection of linker flags.
* Update Homepage link to point to new invent.kde.org
* Update field Source in debian/copyright to invent.kde.org move.
* Set/Update field Upstream-Contact in debian/copyright.
[ Patrick Franz ]
* Add hardening=+all build flag.
* Update data in /debian/upstream/metadata.
* New upstream release (5.19.4).
* Bump Qt build-dependencies to 5.14.
* Change Maintainer in debian/control to Debian Qt/KDE Maintainers.
* Remove Maxy from Uploaders as requested.
* Bump KF5 build-dependencies to 5.70.
-- Pino Toscano <pino@debian.org> Sat, 29 Aug 2020 23:46:57 +0200
kgamma5 (5.17.5-2) unstable; urgency=medium
* Team upload.
* Upload to unstable.
* Bump Standards-Version to 4.5.0, no changes required.
-- Pino Toscano <pino@debian.org> Fri, 14 Feb 2020 21:42:40 +0100
kgamma5 (5.17.5-1) experimental; urgency=medium
* Team upload.
[ Maximiliano Curia ]
* New upstream release (5.16.5).
* Update build-deps and deps with the info from cmake
[ Pino Toscano ]
* New upstream release.
* Enable all the variations for reprotest in the salsa CI.
* Update the build dependencies according to the upstream build system:
- bump KF packages to 5.62.0
* Bump the debhelper compatibility to 12:
- switch the debhelper build dependency to debhelper-compat 12
- remove debian/compat
* Remove breaks/replaces for versions older than oldstable.
-- Pino Toscano <pino@debian.org> Sat, 18 Jan 2020 22:21:34 +0100
kgamma5 (5.14.5-2) unstable; urgency=medium
* Team upload.
[ Maximiliano Curia ]
* Salsa CI automatic initialization by Tuco
[ Pino Toscano ]
* Bump Standards-Version to 4.4.1, no changes required.
* Remove the unused libkf5kdelibs4support-dev, and libqt5x11extras5-dev
build dependencies.
* Explicitly add the gettext build dependency.
* Use https for Format in copyright.
-- Pino Toscano <pino@debian.org> Mon, 14 Oct 2019 07:51:06 +0200
kgamma5 (5.14.5-1) unstable; urgency=medium
* New upstream release (5.14.5).
* Release to unstable
-- Maximiliano Curia <maxy@debian.org> Thu, 24 Jan 2019 09:25:47 -0300
kgamma5 (5.14.3-1) unstable; urgency=medium
* Update upsteam signing-key
* New upstream release (5.14.3).
* Update build-deps and deps with the info from cmake
* Release to unstable
-- Maximiliano Curia <maxy@debian.org> Fri, 23 Nov 2018 08:50:34 -0300
kgamma5 (5.13.4-1) unstable; urgency=medium
* New upstream release (5.13.4).
* Release to unstable
-- Maximiliano Curia <maxy@debian.org> Sun, 19 Aug 2018 23:17:57 +0200
kgamma5 (5.13.1-1) unstable; urgency=medium
* New upstream release (5.12.2).
* New upstream release (5.13.1).
* Update build-deps and deps with the info from cmake
* Release to unstable
-- Maximiliano Curia <maxy@debian.org> Tue, 26 Jun 2018 13:42:56 +0200
kgamma5 (5.12.1-1) sid; urgency=medium
* Use the salsa canonical urls
* New upstream release (5.12.1).
* Release to sid
-- Maximiliano Curia <maxy@debian.org> Tue, 20 Feb 2018 22:08:45 +0100
kgamma5 (5.12.0-2) sid; urgency=medium
* New revision
* Release to sid
-- Maximiliano Curia <maxy@debian.org> Mon, 12 Feb 2018 16:03:32 +0100
kgamma5 (5.12.0-1) experimental; urgency=medium
* Bump debhelper build-dep and compat to 11.
* Add link options as-needed
* Add Bhushan Shah upstream signing key
* New upstream release (5.12.0).
* Bump Standards-Version to 4.1.3.
* Use https uri for uscan
* Release to experimental
-- Maximiliano Curia <maxy@debian.org> Thu, 08 Feb 2018 15:20:36 +0100
kgamma5 (5.11.4-1) experimental; urgency=medium
* New upstream release (5.11.4).
* Bump Standards-Version to 4.1.2.
* Release to experimental
-- Maximiliano Curia <maxy@debian.org> Wed, 03 Jan 2018 16:48:51 -0300
kgamma5 (5.10.5-2) sid; urgency=medium
* New revision
* Bump Standards-Version to 4.1.0.
* Release to sid
-- Maximiliano Curia <maxy@debian.org> Sun, 03 Sep 2017 09:55:19 +0200
kgamma5 (5.10.5-1) experimental; urgency=medium
[ Maximiliano Curia ]
* New upstream release (5.10.3).
* Bump Standards-Version to 4.0.0.
* Update upstream metadata
* New upstream release (5.10.4).
* Update build-deps and deps with the info from cmake
* New upstream release (5.10.5).
* Release to experimental
[ Jonathan Riddell ]
* update watch file to version=4 with pgp signature checking
-- Maximiliano Curia <maxy@debian.org> Mon, 28 Aug 2017 15:28:16 +0200
kgamma5 (5.8.5-1) experimental; urgency=medium
* New upstream release (5.8.5).
-- Maximiliano Curia <maxy@debian.org> Fri, 30 Dec 2016 18:46:14 +0100
kgamma5 (5.8.4-1) unstable; urgency=medium
* New upstream release (5.8.4)
-- Maximiliano Curia <maxy@debian.org> Wed, 23 Nov 2016 18:35:29 +0100
kgamma5 (5.8.2-1) unstable; urgency=medium
* New upstream release (5.8.2)
-- Maximiliano Curia <maxy@debian.org> Wed, 19 Oct 2016 15:20:41 +0200
kgamma5 (5.8.1-1) unstable; urgency=medium
* New upstream release (5.8.1)
-- Maximiliano Curia <maxy@debian.org> Sun, 16 Oct 2016 22:57:45 +0200
kgamma5 (5.8.0-1) unstable; urgency=medium
* New upstream release (5.8.0)
* Update build-deps and deps with the info from cmake
-- Maximiliano Curia <maxy@debian.org> Fri, 07 Oct 2016 14:03:05 +0200
kgamma5 (5.7.4-1) unstable; urgency=medium
[ Automatic packaging ]
* Update build-deps and deps with the info from cmake
* New upstream release (5.7.4).
-- Maximiliano Curia <maxy@debian.org> Fri, 26 Aug 2016 14:48:03 +0200
kgamma5 (5.7.0-1) unstable; urgency=medium
* New upstream release.
-- Maximiliano Curia <maxy@debian.org> Sat, 09 Jul 2016 22:19:03 +0200
kgamma5 (5.6.5-1) unstable; urgency=medium
* New upstream release.
-- Maximiliano Curia <maxy@debian.org> Tue, 21 Jun 2016 11:09:20 +0200
kgamma5 (5.6.4-1) unstable; urgency=medium
[ Maximiliano Curia ]
* New upstream release (5.5.5).
* Add upstream metadata (DEP-12)
* debian/control: Update Vcs-Browser and Vcs-Git fields
[ Automatic packaging ]
* Bump Standards-Version to 3.9.8
-- Maximiliano Curia <maxy@debian.org> Sat, 28 May 2016 01:38:35 +0200
kgamma5 (5.5.4-1) experimental; urgency=medium
* New upstream release (5.5.0).
* New upstream release (5.5.1).
* New upstream release (5.5.2).
* New upstream release (5.5.3).
* New upstream release (5.5.4).
-- Maximiliano Curia <maxy@debian.org> Wed, 27 Jan 2016 16:48:43 +0100
kgamma5 (5.4.3-1) unstable; urgency=medium
* New upstream release (5.4.3).
-- Maximiliano Curia <maxy@debian.org> Tue, 01 Dec 2015 11:45:35 +0100
kgamma5 (5.4.2-1) unstable; urgency=medium
* New upstream release (5.4.2).
-- Maximiliano Curia <maxy@debian.org> Tue, 06 Oct 2015 07:51:45 +0200
kgamma5 (5.4.1-1) unstable; urgency=medium
* New upstream release (5.4.1).
-- Maximiliano Curia <maxy@debian.org> Fri, 11 Sep 2015 18:44:53 +0200
kgamma5 (5.4.0-2) unstable; urgency=medium
* Add Breaks/Replaces to the kde4 l10n packages. (Closes: #798073, #798075)
-- Maximiliano Curia <maxy@debian.org> Sat, 05 Sep 2015 19:14:24 +0200
kgamma5 (5.4.0-1) unstable; urgency=medium
* New upstream release (5.4.0).
-- Maximiliano Curia <maxy@debian.org> Thu, 03 Sep 2015 14:04:54 +0200
kgamma5 (4:5.4.0-0ubuntu1) wily; urgency=medium
* new upstream release
-- Jonathan Riddell <jriddell@ubuntu.com> Mon, 31 Aug 2015 15:49:04 +0100
kgamma5 (4:5.3.95-0ubuntu1) wily; urgency=medium
* Changed debian/control:Source from kgamma->kgamma5
* Changed debian/control:Package from kgamma->kgamma5
* Updated depends and removed obsolete description
* Build with pkg-kde for frameworks
* Update build-depends
* Add transitional
-- Aaron Honeycutt <aaronhoneycutt@kubuntu.org> Mon, 10 Aug 2015 23:12:56 +0200
kgamma (4:15.04.2-0ubuntu1) wily; urgency=medium
[ Scarlett Clark ]
* New upstream release
* New upstream release
[ Jonathan Riddell ]
* New upstream release
-- Jonathan Riddell <jriddell@ubuntu.com> Tue, 09 Jun 2015 19:01:20 +0200
kgamma (4:14.12.3-0ubuntu1) vivid; urgency=medium
* New upstream release
-- Scarlett Clark <sgclark@kubuntu.org> Fri, 13 Mar 2015 14:29:30 -0700
kgamma (4:14.12.2-1) experimental; urgency=medium
* Prepare Debian release.
* Bump Standards-Version to 3.9.6, no changes needed.
-- Maximiliano Curia <maxy@debian.org> Wed, 18 Feb 2015 20:06:29 +0100
kgamma (4:14.12.2-0ubuntu1) vivid; urgency=medium
* New upstream release
-- Scarlett Clark <sgclark@kubuntu.org> Tue, 10 Feb 2015 09:32:43 -0800
kgamma (4:14.12.0-0ubuntu1) vivid; urgency=medium
* New upstream release
* Remove kdelibs5-dev depend version as there was not a new release.
-- Scarlett Clark <sgclark@kubuntu.org> Mon, 15 Dec 2014 17:11:06 +0100
kgamma (4:14.11.97-0ubuntu1) vivid; urgency=medium
* New upstream release candidate
-- Scarlett Clark <sgclark@kubuntu.org> Tue, 02 Dec 2014 20:24:17 -0800
kgamma (4:14.11.95-0ubuntu1) vivid; urgency=medium
* Initial release for KDE applications 14.12 series
- Change maintainer to Debian/Kubuntu
- Fix Watch file applications locations
- Fix VCS for new kde-applications location
* Debian merge, no remaining changes.
-- Scarlett Clark <sgclark@kubuntu.org> Tue, 25 Nov 2014 14:22:24 +0000
kgamma (4:4.14.2-1) unstable; urgency=medium
* New upstream release (4.14.2).
-- Maximiliano Curia <maxy@debian.org> Mon, 20 Oct 2014 17:12:55 +0200
kgamma (4:4.14.2-0ubuntu1) vivid; urgency=medium
* New upstream release
-- Scarlett Clark <sgclark@kubuntu.org> Fri, 10 Oct 2014 04:51:28 -0700
kgamma (4:4.14.1-0ubuntu1) utopic; urgency=medium
* New upstream release
-- Scarlett Clark <scarlett@scarlettgatelyclark.com> Mon, 22 Sep 2014 17:12:47 +0200
kgamma (4:4.14.0-0ubuntu1) utopic; urgency=medium
* New upstream release
-- Jonathan Riddell <jriddell@ubuntu.com> Wed, 20 Aug 2014 13:07:11 +0200
kgamma (4:4.13.97-0ubuntu1) utopic; urgency=medium
* New upstream beta release RC
-- Scarlett Clark <scarlett@scarlettgatelyclark.com> Fri, 01 Aug 2014 16:44:46 +0200
kgamma (4:4.13.95-0ubuntu1) utopic; urgency=medium
* New upstream beta release
-- Scarlett Clark <scarlett@scarlettgatelyclark.com> Wed, 30 Jul 2014 18:13:42 +0200
kgamma (4:4.13.90-0ubuntu1) utopic; urgency=medium
* New upstream beta release
-- Scarlett Clark <scarlett@scarlettgatelyclark.com> Thu, 24 Jul 2014 23:05:29 +0200
kgamma (4:4.13.3-1) unstable; urgency=medium
* New upstream release.
-- Maximiliano Curia <maxy@debian.org> Fri, 25 Jul 2014 12:52:46 +0200
kgamma (4:4.13.2-0ubuntu1) utopic; urgency=medium
* new upstream release
-- Jonathan Riddell <jriddell@ubuntu.com> Wed, 18 Jun 2014 11:56:33 +0100
kgamma (4:4.13.1-1ubuntu1) utopic; urgency=low
* Merge from Debian unstable. No remaining changes
-- Ubuntu Merge-o-Matic <mom@ubuntu.com> Thu, 22 May 2014 22:13:31 +0000
kgamma (4:4.13.1-1) unstable; urgency=medium
* New upstream release.
-- Maximiliano Curia <maxy@debian.org> Thu, 22 May 2014 15:10:07 +0200
kgamma (4:4.13.0-0ubuntu1) trusty; urgency=medium
* New upstream KDE Software Compilation release
-- Jonathan Riddell <jriddell@ubuntu.com> Thu, 10 Apr 2014 22:02:11 +0100
kgamma (4:4.12.97-0ubuntu1) trusty; urgency=medium
* New upstream release candidate
-- Philip Muškovac <yofel@kubuntu.org> Wed, 02 Apr 2014 11:25:44 +0200
kgamma (4:4.12.95-0ubuntu1) trusty; urgency=medium
* New upstream beta release
-- Rohan Garg <rohangarg@kubuntu.org> Sun, 23 Mar 2014 12:27:36 +0100
kgamma (4:4.12.90-0ubuntu1) trusty; urgency=medium
* New upstream beta release
-- Jonathan Riddell <jriddell@ubuntu.com> Wed, 19 Mar 2014 10:56:35 +0000
kgamma (4:4.12.3-0ubuntu1) trusty; urgency=medium
* New upstream bugfix release
-- Rohan Garg <rohangarg@kubuntu.org> Tue, 04 Mar 2014 20:47:40 +0100
kgamma (4:4.12.2-2) unstable; urgency=medium
* Release to unstable
-- Maximiliano Curia <maxy@debian.org> Mon, 28 Apr 2014 12:24:53 +0200
kgamma (4:4.12.2-1) experimental; urgency=medium
* New upstream release.
* Bump kde-sc-dev-latest build dependency.
-- Maximiliano Curia <maxy@debian.org> Mon, 10 Feb 2014 11:32:10 +0100
kgamma (4:4.12.2-0ubuntu1) trusty; urgency=medium
* New upstream bugfix release
-- Rohan Garg <rohangarg@kubuntu.org> Tue, 04 Feb 2014 23:59:10 +0000
kgamma (4:4.12.1-0ubuntu1) trusty; urgency=low
* New upstream bugfix release
-- Rohan Garg <rohangarg@kubuntu.org> Thu, 16 Jan 2014 08:16:40 +0000
kgamma (4:4.12.0-0ubuntu1) trusty; urgency=low
* New upstream release
-- Jonathan Riddell <jriddell@ubuntu.com> Wed, 18 Dec 2013 17:06:00 +0000
kgamma (4:4.11.97-0ubuntu1) trusty; urgency=low
* New upstream RC release
-- Jonathan Riddell <jriddell@ubuntu.com> Fri, 29 Nov 2013 13:08:01 +0000
kgamma (4:4.11.95-0ubuntu1) trusty; urgency=low
* New upstream beta release
-- Rohan Garg <rohangarg@kubuntu.org> Mon, 25 Nov 2013 18:04:34 +0100
kgamma (4:4.11.80-0ubuntu1) trusty; urgency=low
* New upstream beta release
-- Rohan Garg <rohangarg@kubuntu.org> Sat, 23 Nov 2013 17:40:12 +0100
kgamma (4:4.11.5-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 3.9.5, no changes needed.
-- Maximiliano Curia <maxy@debian.org> Mon, 03 Feb 2014 11:02:04 +0100
kgamma (4:4.11.3-1) unstable; urgency=low
* New upstream release.
* Update build dependencies.
-- Maximiliano Curia <maxy@debian.org> Sat, 09 Nov 2013 12:38:14 +0100
kgamma (4:4.11.2-1) experimental; urgency=low
* New upstream release.
-- Maximiliano Curia <maxy@debian.org> Tue, 08 Oct 2013 12:14:52 +0200
kgamma (4:4.11.2-0ubuntu1) saucy; urgency=low
* New upstream bugfix release
-- Jonathan Riddell <jriddell@ubuntu.com> Mon, 30 Sep 2013 14:24:04 +0100
kgamma (4:4.11.1-0ubuntu1) saucy; urgency=low
* New upstream bugfix release.
-- Philip Muškovac <yofel@kubuntu.org> Fri, 06 Sep 2013 22:22:26 +0100
kgamma (4:4.11.0-0ubuntu1) saucy; urgency=low
[ Howard Chan ]
* New upstream release
[ Jonathan Riddell ]
* New upstream release
-- Jonathan Riddell <jriddell@ubuntu.com> Wed, 14 Aug 2013 00:14:59 +0100
kgamma (4:4.10.97-0ubuntu1) saucy; urgency=low
* New upstream RC 2 release
-- Jonathan Riddell <jriddell@ubuntu.com> Fri, 26 Jul 2013 19:33:59 +0100
kgamma (4:4.10.95-0ubuntu1) saucy; urgency=low
* New upstream RC release
-- Rohan Garg <rohangarg@kubuntu.org> Fri, 19 Jul 2013 12:32:27 +0000
kgamma (4:4.10.90-0ubuntu1) saucy; urgency=low
* New upstream bet release
-- Michał Zając <quintasan@kubuntu.org> Fri, 28 Jun 2013 18:13:07 +0100
kgamma (4:4.10.80-0ubuntu1) saucy; urgency=low
* New upstream release
-- Rohan Garg <rohangarg@kubuntu.org> Fri, 21 Jun 2013 01:16:16 +0100
kgamma (4:4.10.5-1) unstable; urgency=low
* New upstream release.
-- Maximiliano Curia <maxy@debian.org> Fri, 12 Jul 2013 09:22:28 +0200
kgamma (4:4.10.4-1) experimental; urgency=low
* New upstream release.
* Bump debhelper build-dep and compat to 9.
* Bump Standards-Version to 3.9.4.
* Update vcs fields.
* Add myself to uploaders.
-- Maximiliano Curia <maxy@debian.org> Fri, 14 Jun 2013 13:58:58 +0200
kgamma (4:4.10.4-0ubuntu1) saucy-proposed; urgency=low
* New upstream bugfix release
-- Rohan Garg <rohangarg@kubuntu.org> Fri, 07 Jun 2013 00:32:01 +0100
kgamma (4:4.10.3-0ubuntu1) saucy; urgency=low
* New upstream release
-- Jonathan Riddell <jriddell@ubuntu.com> Thu, 23 May 2013 11:04:39 +0000
kgamma (4:4.10.2-1) experimental; urgency=low
* New upstream.
* Add me to uploaders.
* Bump build-deps.
* Remove patch merged upstream.
-- Sune Vuorela <sune@debian.org> Sun, 07 Apr 2013 23:13:44 +0000
kgamma (4:4.10.2-0ubuntu1) raring; urgency=low
* New upstream bugfix release
-- Philip Muškovac <yofel@kubuntu.org> Sun, 31 Mar 2013 14:48:09 +0200
kgamma (4:4.10.1-0ubuntu1) raring-proposed; urgency=low
* New upstream bugfix release
-- Philip Muškovac <yofel@kubuntu.org> Tue, 05 Mar 2013 15:45:03 +0000
kgamma (4:4.10.0-0ubuntu1) raring-proposed; urgency=low
* New upstream release
-- Rohan Garg <rohangarg@kubuntu.org> Wed, 06 Feb 2013 11:53:26 +0000
kgamma (4:4.9.98-0ubuntu1) raring-proposed; urgency=low
* New upstream release candidate
-- Jonathan Riddell <jriddell@ubuntu.com> Fri, 18 Jan 2013 15:35:27 +0000
kgamma (4:4.9.97-0ubuntu1) raring; urgency=low
* New upstream release candidate
-- Philip Muškovac <yofel@kubuntu.org> Thu, 03 Jan 2013 22:34:42 +0100
kgamma (4:4.9.95-0ubuntu1) raring; urgency=low
* New upstream RC release
-- Jonathan Riddell <jriddell@ubuntu.com> Tue, 18 Dec 2012 23:29:16 +0000
kgamma (4:4.9.90-0ubuntu1) raring-proposed; urgency=low
* New upstream beta release
-- Jonathan Riddell <jriddell@ubuntu.com> Fri, 07 Dec 2012 17:53:10 +0000
kgamma (4:4.9.80-0ubuntu1) raring; urgency=low
[ Jonathan Riddell ]
* New upstream beta release
[ Philip Muškovac ]
* Remove duplicate copyright field to make lintian happy
-- Philip Muškovac <yofel@kubuntu.org> Fri, 23 Nov 2012 23:16:02 +0100
kgamma (4:4.9.3-0ubuntu1) raring; urgency=low
* New upstream release (LP: #1074747)
-- Philip Muškovac <yofel@kubuntu.org> Tue, 06 Nov 2012 22:36:05 +0100
kgamma (4:4.9.2-0ubuntu1) quantal-proposed; urgency=low
* New upstream bugfix release
-- Jonathan Riddell <jriddell@ubuntu.com> Tue, 02 Oct 2012 15:27:16 +0100
kgamma (4:4.9.1-0ubuntu1) quantal; urgency=low
* New upstream release
-- Harald Sitter <apachelogger@ubuntu.com> Mon, 10 Sep 2012 18:31:22 +0530
kgamma (4:4.9.0-0ubuntu1) quantal; urgency=low
* Use direct build-depends versions rather than kde-sc-dev-latest
* New upstream release
* New upstream release
-- Jonathan Riddell <jriddell@ubuntu.com> Thu, 26 Jul 2012 22:25:05 +0100
kgamma (4:4.8.90-0ubuntu1) quantal; urgency=low
* New upstream beta release.
-- Felix Geyer <debfx@ubuntu.com> Mon, 11 Jun 2012 23:28:35 +0200
kgamma (4:4.8.80-0ubuntu1) quantal; urgency=low
* New upstream release
-- Jonathan Riddell <jriddell@ubuntu.com> Wed, 06 Jun 2012 14:06:53 +0100
kgamma (4:4.8.4-2) unstable; urgency=low
* Team upload.
* Backport upstream commit 1918f145261a52a3b2a917c6784c2cebecbb4064 to fix
crash when run as different user (e.g. root); patch
upstream_Fix-crash-when-XVidExtWrap-is-not-available.patch.
(Closes: #688767)
-- Pino Toscano <pino@debian.org> Wed, 28 Nov 2012 17:26:40 +0100
kgamma (4:4.8.4-1) unstable; urgency=low
* Team upload.
* New upstream release.
* Bump kde-sc-dev-latest build dependency to 4.8.4.
* Bump kdelibs5-dev build dependency to 4.8.
* Bump Standards-Version to 3.9.3, no changes required.
* Add watch file.
* Convert copyright to copyright-format v1.0 and fix/update.
-- Pino Toscano <pino@debian.org> Sat, 16 Jun 2012 23:02:02 +0200
kgamma (4:4.8.3-0ubuntu1) quantal; urgency=low
* New upstream release
- Add libssl-dev to build-deps
-- Jonathan Kolberg <bulldog98@kubuntu.org> Thu, 03 May 2012 20:33:29 +0200
kgamma (4:4.8.2-0ubuntu1) precise; urgency=low
* New upstream release
-- Philip Muškovac <yofel@kubuntu.org> Sun, 01 Apr 2012 23:41:35 +0200
kgamma (4:4.8.1-0ubuntu1) precise; urgency=low
* New upstream release
-- Philip Muškovac <yofel@kubuntu.org> Sun, 04 Mar 2012 20:25:53 +0100
kgamma (4:4.8.0-0ubuntu1) precise; urgency=low
* New upstream release
-- Jonathan Riddell <jriddell@ubuntu.com> Fri, 20 Jan 2012 12:10:29 +0000
kgamma (4:4.7.97-0ubuntu1) precise; urgency=low
* New upstream release candidate
-- Jonathan Riddell <jriddell@ubuntu.com> Thu, 05 Jan 2012 12:18:26 +0000
kgamma (4:4.7.95-0ubuntu1) precise; urgency=low
* New upstream release candidate
-- Philip Muškovac <yofel@kubuntu.org> Sat, 24 Dec 2011 19:21:31 +0100
kgamma (4:4.7.90-0ubuntu1) precise; urgency=low
* New upstream beta release
-- Jonathan Riddell <jriddell@ubuntu.com> Fri, 16 Dec 2011 13:14:36 +0000
kgamma (4:4.7.4-2) unstable; urgency=low
* Team upload. Upload to unstable.
-- Pino Toscano <pino@debian.org> Tue, 06 Mar 2012 23:54:51 +0100
kgamma (4:4.7.4-1) experimental; urgency=low
* New upstream release.
[ Eshat Cakar ]
* Bump kde-sc-dev-latest build dependency to 4:4.7.4.
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sun, 18 Dec 2011 01:38:47 +0100
kgamma (4:4.7.3-0ubuntu1) precise; urgency=low
* New upstream release
* Merge with Debian Git, no changes
-- Jonathan Riddell <jriddell@ubuntu.com> Wed, 23 Nov 2011 23:46:59 +0000
kgamma (4:4.7.2-1) experimental; urgency=low
[ Eshat Cakar ]
* Initial release. Start from the Kubuntu packaging, thanks!
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sat, 03 Dec 2011 10:44:12 -0300
kgamma (4:4.7.2-0r1) raring; urgency=low
* Initial release. Start from the Kubuntu packaging, thanks!
-- Eshat Cakar <info@eshat.de> Tue, 04 Oct 2011 02:25:41 +0200
kgamma (4:4.7.1-0ubuntu2) oneiric; urgency=low
* No-change rebuild so translations aren't stripped from .desktop
files anymore.
-- Felix Geyer <debfx-pkg@fobos.de> Fri, 16 Sep 2011 00:54:37 +0200
kgamma (4:4.7.1-0ubuntu1) oneiric; urgency=low
* New upstream release
-- Jonathan Kolberg <bulldog98@kubuntu-de.org> Fri, 09 Sep 2011 21:57:50 -0400
kgamma (4:4.7.0-0ubuntu1) oneiric; urgency=low
* New upstream release
-- Harald Sitter <apachelogger@ubuntu.com> Sat, 23 Jul 2011 14:43:20 +0200
kgamma (4:4.6.90+repack-0ubuntu1) oneiric; urgency=low
* Initial release (moved out of kdegraphics)
* Repack upstream source to include copy of GPL2
-- Harald Sitter <apachelogger@ubuntu.com> Sun, 10 Jul 2011 11:35:54 +0200
|