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
|
libqapt (3.0.4-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Switch Vcs-* fields to salsa.debian.org.
* Bump the debhelper compatibility to 11:
- bump the debhelper build dependency to 11~
- bump compat to 11
- remove --parallel for dh, as now done by default
* Bump Standards-Version to 4.1.4, no changes required.
* Switch from dh_install to dh_missing for --fail-missing.
* Update install files.
* Use https for Format in copyright.
-- Pino Toscano <pino@debian.org> Fri, 27 Apr 2018 05:57:29 +0200
libqapt (3.0.3-2) unstable; urgency=medium
* Team upload.
* Bump Standards-Version to 4.1.2, no changes required.
* Bump Priority of transitional gstreamer0.10-qapt to optional.
* Switch libqapt3 to section libs.
* Update symbols file.
* Switch the transitional plasma-framework-dev build dependency to
libkf5plasma-dev.
* Use also the dh pkgkde_symbolshelper addon to handle symbols file with
substitutions.
* Update lintian overrides.
* Use https in the watch file.
-- Pino Toscano <pino@debian.org> Sat, 23 Dec 2017 13:58:04 +0100
libqapt (3.0.3-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Change the priority of the transitional gstreamer0.10-qapt to extra.
* Mark libqapt3 and libqapt-dev as "Multi-Arch: same".
* Remove debian/TODO, obsolete now.
* Fix path to qapt-gst-helper passed to update-alternatives in postinst
and prerm of gstreamer-qapt.
* Replace the deprecated kio-dev build dependency with libkf5kio-dev.
* Remove unused meta/upstream_scm.json file.
* Remove qapt-dbg in favour of the -dbgsym packages.
* Update the patches:
- upstream_include-random-for-std-default_random_engine.patch: drop,
backported from upstream
* Switch Homepage to the upstream VCS, since projects.kde.org is dead.
-- Pino Toscano <pino@debian.org> Sun, 18 Jun 2017 10:14:59 +0200
libqapt (3.0.2-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Update Vcs-* fields.
* Small update to copyright.
* Update symbols file.
* Backport upstream commit a58eab74ee9881d10e0f24a3ed216ed71ba03bf5 to fix
build; patch upstream_include-random-for-std-default_random_engine.patch.
(Closes: #822497)
* Link in as-needed mode.
* Bump Standards-Version to 3.9.8, no changes required.
-- Pino Toscano <pino@debian.org> Sun, 15 May 2016 17:05:58 +0200
libqapt (3.0.1-1) unstable; urgency=medium
* New upstream release (3.0.1).
* Drop upstream applied patches.
* Update symbols files.
-- Maximiliano Curia <maxy@debian.org> Sat, 26 Sep 2015 08:13:16 +0200
libqapt (3.0.0-6) unstable; urgency=medium
* Add support for APT 1.1. (Closes: #798705) Thanks to Julian Andres Klode
-- Maximiliano Curia <maxy@debian.org> Mon, 14 Sep 2015 02:27:41 +0200
libqapt (3.0.0-5) unstable; urgency=medium
* Update symbols file.
-- Maximiliano Curia <maxy@debian.org> Tue, 01 Sep 2015 22:17:00 +0200
libqapt (3.0.0-4) unstable; urgency=medium
* Team upload.
* Add gstreamer-qapt Breaks/Replaces for gstreamer1.0-qapt (Closes: #791833)
again, Thanks to Andreas Beckman for the corrected solution
-- Scott Kitterman <scott@kitterman.com> Thu, 23 Jul 2015 16:40:44 -0400
libqapt (3.0.0-3) unstable; urgency=medium
* Update copyright information.
* Add Breaks/Replaces for gstreamer0.10-qapt. (Closes: #791833) Thanks to
Andreas Beckman.
-- Maximiliano Curia <maxy@debian.org> Mon, 20 Jul 2015 09:43:39 +0200
libqapt (3.0.0-2) unstable; urgency=medium
[ Debian/Kubuntu KDE Extras Team ]
* Prepare release to unstable.
[ Maximiliano Curia ]
* New patch: add_kf5iconthemes
-- Maximiliano Curia <maxy@debian.org> Tue, 30 Jun 2015 11:54:53 +0200
libqapt (3.0.0-1) experimental; urgency=medium
[ José Manuel Santamaría Lema ]
* Update watch file.
* Build depend on pkg-kde-tools to (>> 0.15.15) so we make sure we are
building against a pkg-kde-tools which provides the kde frameworks
module.
* Drop freeze_with_apt-listbugs_and_apt-listchanges.diff, applied upstream.
* In libqapt-runtime add Breaks/Replaces against libdebconf-kde0 (<< 0.3~)
because the patch freeze_with_apt-listbugs_and_apt-listchanges.diff in this
package and apt-listbugs hang debconf-kde because some debconf commands were
not implemented in debconf-kde.
* Don't call git-import-orig in debian/watch, it doesn't work properly with
branches, for instance if you have an 'experimental' branch with the latest
version of the software it will commit to the master branch anyway.
[ Maximiliano Curia ]
* Prepare experimental version.
* Add myself as Uploader.
* Bump Standards-Version to 3.9.6, no changes needed.
* Update copyright information.
* Update build dependencies to build against experimental and to
follow cmake.
* Remove patch: remove_tests.diff
* Add basic autopkgtests support.
-- Maximiliano Curia <maxy@debian.org> Sat, 14 Feb 2015 09:28:30 +0100
libqapt (3.0.0-0ubuntu2) vivid; urgency=medium
* Add build-dep on qttools5-dev-tools
-- Jonathan Riddell <jriddell@ubuntu.com> Tue, 20 Jan 2015 13:15:44 +0100
libqapt (3.0.0-0ubuntu1) vivid; urgency=medium
* Initial upload for qapt3
-- Jonathan Riddell <jriddell@ubuntu.com> Tue, 20 Jan 2015 12:13:04 +0100
qapt (2.2.0-1) experimental; urgency=low
[ Sune Vuorela ]
* Add me to uploaders
* Remove Jose Manuel Santamaria Lema from uploaders.
* Remove the unused DMUA-field.
[ Floris-Andrei Stoica-Marcu ]
* New Upstream Release
* Updated package structure, now it is unmerged
* Bumped up version of libqapt-runtime
* Added new symbol file for qapt-dbg
* Disabled tests that broke build
* Updated dependencies
-- Sune Vuorela <sune@debian.org> Wed, 03 Sep 2014 14:19:55 +0200
libqapt (2.2.0+qt5+20140826-0ubuntu1) utopic; urgency=medium
* New upstream snapshot
-- Jonathan Riddell <jriddell@ubuntu.com> Tue, 26 Aug 2014 15:08:16 +0200
libqapt (2.1.70+qt5+20140731.1) utopic; urgency=medium
* Git qt5 snapshot
-- Harald Sitter <apachelogger@kubuntu.org> Thu, 24 Jul 2014 14:52:03 +0200
libqapt (2.1.70-0ubuntu6) utopic; urgency=medium
* Rename gstreamer0.10-qapt to gstreamer-qapt
+ The codec-installer in theory supports both 0.10 and 1.x (at least 1.x)
+ The alternative system provided does not handle gstreamer plugin API
versions at all, there is only one gstreamer-codec-installer and that one
is used everywhere, so the API versin based name doesn't make sense
to begin with.
+ A transitional package gstreamer0.10-qapt was added
+ The new gstreamer-qapt package replaces and conflicts the older
gstreamer0.10-qapt versions
+ Renamed .install, postinst, prerm accordingly
+ Removed crap comments from maintainer scripts
LP: #1313066
-- Harald Sitter <apachelogger@kubuntu.org> Mon, 28 Apr 2014 12:11:00 +0200
libqapt (2.1.70-0ubuntu5) utopic; urgency=medium
* Add upstream_Prevent-crashes-on-source-entries-that-contain-a-lin.patch
from upstream git to resolve a crash when parsing source entries
denoting a comment but not actually containing anything other than hash
chracters.
LP: #1312043
(this commit is not part of upstream's 2.2.0 tarball and therefore is not
imported as part of the upstream_git patch set)
-- Harald Sitter <apachelogger@kubuntu.org> Thu, 24 Apr 2014 10:33:17 +0200
libqapt (2.1.70-0ubuntu4) trusty; urgency=medium
* Import upstream commits 11 to 12
+ This possibly makes the qapt gst helper work with gstreamer 0.10 requets
by doing a more explicit version match to prevent 1.0 packages from
being considered as candiates for 0.10 codec requests.
-- Harald Sitter <apachelogger@kubuntu.org> Thu, 10 Apr 2014 13:48:14 +0200
libqapt (2.1.70-0ubuntu3) trusty; urgency=medium
* Import upstream commits 07 to 10 (LP: #1298380)
+ These commits include fixes to the qapt-gstreamer installer that port
it to gstreamer1.0 native API for 14.04
+ Also fixes return values of the gstreamer installer to enable auto
cache reloading to enable playback without restart
* Adjust dependencies for gstreamer1.0 native port
- removed: libqtgstreamer-dev
- added: libgstreamer1.0-dev, libglib2.0-dev,
libgstreamer-plugins-base1.0-dev
-- Harald Sitter <apachelogger@kubuntu.org> Mon, 07 Apr 2014 11:57:20 +0200
libqapt (2.1.70-0ubuntu2) trusty; urgency=medium
* Import upstream commits since release, resolving bugs in sourcelists
handling as well as debfile handling.
+ All in sub directory upstream_git/ (git format-patch export)
-- Harald Sitter <apachelogger@kubuntu.org> Tue, 18 Mar 2014 17:21:20 +0100
libqapt (2.1.70-0ubuntu1) trusty; urgency=medium
* New upstream release
* Rename source to libqapt to match upstream
* Add kubuntu_disable-tests.diff, tests do not currently compile
-- Jonathan Riddell <jriddell@ubuntu.com> Thu, 20 Feb 2014 21:12:09 +0000
qapt (2.0.65-0ubuntu1) saucy; urgency=low
* New upstream alpha release:
- Update libqapt-dev.install for new files
- Update libqapt2.symbols for new symbols
-- Jonathan Thomas <echidnaman@kubuntu.org> Tue, 25 Jun 2013 10:43:56 -0400
qapt (2.0.1-0ubuntu1) saucy; urgency=low
* New upstream bugfix release.
-- Jonathan Thomas <echidnaman@kubuntu.org> Tue, 28 May 2013 10:48:09 -0400
qapt (2.0.0-0ubuntu1) raring; urgency=low
* New upstream release
-- Jonathan Thomas <echidnaman@kubuntu.org> Mon, 01 Apr 2013 16:33:02 -0400
qapt (1.9.97-0ubuntu1) raring; urgency=low
* New upstream release candidate
-- Jonathan Thomas <echidnaman@kubuntu.org> Tue, 12 Mar 2013 21:36:52 -0400
qapt (1.9.95-0ubuntu1) raring; urgency=low
* New upstream release candidate
-- Jonathan Thomas <echidnaman@kubuntu.org> Sun, 10 Mar 2013 12:36:03 -0400
qapt (1.9.80-0ubuntu1) raring; urgency=low
* New upstream beta release:
- Update libqapt2.symbols
* Bump Standards-Version to 3.9.4
-- Jonathan Thomas <echidnaman@kubuntu.org> Thu, 24 Jan 2013 13:26:47 -0500
qapt (1.9.65-0ubuntu1) raring; urgency=low
* New upstream alpha release:
- Update .symbols file
- Adapt to header changes in libqapt-dev.install
-- Jonathan Thomas <echidnaman@kubuntu.org> Thu, 06 Dec 2012 14:36:37 -0500
qapt (1.9.60-0ubuntu3) raring; urgency=low
* Add fix_qapt_batch.diff from git master to fix broken install/remove
capabilities for qapt-batch. (LP: #1086047)
-- Jonathan Thomas <echidnaman@kubuntu.org> Mon, 03 Dec 2012 12:26:30 -0500
qapt (1.9.60-0ubuntu2) raring-proposed; urgency=low
* Move Depends of binary packages from libqapt-runtime to libqapt2-runtime
-- Jonathan Thomas <echidnaman@kubuntu.org> Wed, 31 Oct 2012 12:57:09 -0400
qapt (1.9.60-0ubuntu1) raring-proposed; urgency=low
* New upstream release:
- Remove kubuntu_fix_proxy_crash.diff, merged upstream
- Rename libqapt1 to libqapt2 for .so version bump
- Rename libqapt-runtime to libqapt2-runtime for co-installability with
QApt 1.x (The appropriate files in libqapt-runtime have been renamed
upstream for coinstallability)
- Update the symbols file for 2.x.
-- Jonathan Thomas <echidnaman@kubuntu.org> Mon, 29 Oct 2012 14:40:48 -0400
qapt (1.4.1-0ubuntu2) quantal; urgency=low
* Add kubuntu_fix_proxy_crash.diff from upstream 1.4 branch to fix a crash
that can occur with certain KDE proxy configurations.
-- Jonathan Thomas <echidnaman@kubuntu.org> Wed, 03 Oct 2012 19:19:31 -0400
qapt (1.4.1-0ubuntu1) quantal; urgency=low
* New upstream bugfix release
-- Jonathan Thomas <echidnaman@kubuntu.org> Sat, 29 Sep 2012 14:34:43 -0400
qapt (1.4.0-1) experimental; urgency=low
* New upstream release.
* Remove upstream_directly-include-declaration-of-MD5Summation.patch, applied
upstream.
* Add freeze_with_apt-listbugs_and_apt-listchanges.diff.
* Sync debian/copyright file with Ubuntu, fixes a lintian warning.
-- José Manuel Santamaría Lema <panfaust@gmail.com> Tue, 11 Sep 2012 22:42:03 +0200
qapt (1.4.0-0ubuntu1) quantal; urgency=low
* New upstream release
-- Jonathan Thomas <echidnaman@kubuntu.org> Wed, 15 Aug 2012 21:24:54 -0400
qapt (1.3.95-0ubuntu1) quantal; urgency=low
* New upstream release candidate (LP: #1021966)
-- Jonathan Thomas <echidnaman@kubuntu.org> Sun, 15 Jul 2012 13:02:13 -0400
qapt (1.3.80-0ubuntu2) quantal-proposed; urgency=low
* No-change rebuild against libapt-inst1.5.
-- Steve Langasek <steve.langasek@ubuntu.com> Tue, 12 Jun 2012 08:54:50 -0700
qapt (1.3.80-0ubuntu1) quantal; urgency=low
* New upstream beta release:
- Update libqapt1.symbols
* Fix duplicate Copyright: field, lines 8, 32 of debian/copyright
-- Jonathan Thomas <echidnaman@kubuntu.org> Sun, 10 Jun 2012 16:00:19 -0400
qapt (1.3.65-0ubuntu1) quantal; urgency=low
* New upstream alpha release:
- Drop cherry-picked patches from the 1.3 branch
- Update libqapt1.symbols
* Merge with Debian, remaining changes:
- Keep dependency on a polkit frontend for libqapt-runtime
- Keep cherry-picked patches from the 1.3 branch
-- Jonathan Thomas <echidnaman@kubuntu.org> Sun, 13 May 2012 12:17:00 -0400
qapt (1.3.0-2) unstable; urgency=low
* Team upload.
* Backport the upstream commit 4053dc46969b56084fb72c24ae062187134cd39a
(patch upstream_directly-include-declaration-of-MD5Summation.patch) to fix
the build with libapt-pkg 0.9; thanks to David Kalnischkies for the patch!
(Closes: #669098)
-- Pino Toscano <pino@debian.org> Fri, 11 May 2012 15:43:13 +0200
qapt (1.3.1-0ubuntu2) precise; urgency=low
* Cherry-pick several patches from the 1.3 branch: (LP: #976159)
- Add fix_misreported_marking_errors.diff to stop marking errors being
reported as lock errors.
- Add fix_worker_upgrade_marking.diff, which uses a more conservative
problem resolution method to fix marking issues that occur while
marking single packages for upgrade, as well as fixes an issue where
the worker would not clear errors caused by marking issues that had
been fixed manually.
-- Jonathan Thomas <echidnaman@kubuntu.org> Sat, 07 Apr 2012 19:48:44 -0400
qapt (1.3.1-0ubuntu1) precise; urgency=low
* New upstream bugfix release
* Bump debhelper compat to 9
-- Jonathan Thomas <echidnaman@kubuntu.org> Sun, 01 Apr 2012 12:24:05 -0400
qapt (1.3.0-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Update the symbols file (Xilin Sun). Closes: #746894, #746263.
-- Matthias Klose <doko@debian.org> Sat, 09 Aug 2014 12:39:10 +0200
qapt (1.3.0-1) unstable; urgency=low
[ Kai Wasserbäch ]
* New upstream release (release to unstable (Closes: #662926)).
* debian/gbp.conf: Added to ensure pristine-tar usage and signed tags.
* debian/watch: use git-import-orig.
* debian/control:
- Added Vcs-{Git,Browser} fields.
- Bumped Standards-Version to 3.9.3.1, no further changes needed.
- Bumped B-D on dh to >= 9.
* debian/rules:
- Remove override for dh_strip, not needed.
- Added .PHONY line.
* debian/patches/Fix-FTBFS-due-to-symbol-collision.patch: Deleted, merged
upstream.
* debian/TODO: Added, mentioning multi-arch progress.
* debian/source.lintian-overrides: Deleted, no longer needed.
* debian/libqapt-dev.install: Added new changelog.h and its wrapper.
* debian/libqapt1.symbols: Updated.
[ Pino Toscano ]
* Drop patch Fix-spelling-errors.patch, which breaks translations.
-- Kai Wasserbäch <curan@debian.org> Sun, 18 Mar 2012 20:19:33 +0100
qapt (1.3.0-0ubuntu1) precise; urgency=low
* New upstream release (LP: #883604, #941536)
* Bump Standards-Version to 3.9.3
-- Jonathan Thomas <echidnaman@kubuntu.org> Sat, 03 Mar 2012 21:45:45 -0500
qapt (1.2.95-0ubuntu1) precise; urgency=low
* New upstream release candidate (LP: #840306)
-- Jonathan Thomas <echidnaman@kubuntu.org> Sun, 29 Jan 2012 10:39:17 -0500
qapt (1.2.80-0ubuntu1) precise; urgency=low
* New upstream beta release
-- Jonathan Thomas <echidnaman@kubuntu.org> Wed, 21 Dec 2011 20:40:52 -0500
qapt (1.2.2-1) experimental; urgency=low
[ José Manuel Santamaría Lema ]
* Initial release (Closes: #635380)
[ Kai Wasserbäch ]
* debian/watch: Added.
* debian/control:
- Added myself to Uploaders.
- Bumped B-D on debhelper for automatic environmet variables.
- Allow José direct uploads (DM-Upload-Allowed).
* debian/source.lintian-overrides: Added (temp. only).
* debian/source/{local-,}options: Added.
* debian/copyright: Added myself.
* debian/patches/Fix-FTBFS-due-to-symbol-collision.patch: Added.
-- Kai Wasserbäch <curan@debian.org> Wed, 14 Dec 2011 15:49:14 +0100
qapt (1.2.65-0ubuntu1) precise; urgency=low
* New upstream alpha release
-- Jonathan Thomas <echidnaman@kubuntu.org> Sun, 13 Nov 2011 19:20:50 -0500
qapt (1.2.2-0ubuntu1) precise; urgency=low
* New upstream bugfix release
-- Jonathan Thomas <echidnaman@kubuntu.org> Sun, 23 Oct 2011 15:18:46 -0400
qapt (1.2.1-0ubuntu2) oneiric; urgency=low
* Add changes not present in the previous upload due to me not re-source-
building after making them... Fixes FTBFS.
-- Jonathan Thomas <echidnaman@kubuntu.org> Mon, 19 Sep 2011 00:01:31 -0400
qapt (1.2.1-0ubuntu1) oneiric; urgency=low
* New upstream bugfix release: (LP: #830786, 847748, 839411)
- Update libqapt1.install
- Update libqapt1.symbols
-- Jonathan Thomas <echidnaman@kubuntu.org> Sun, 18 Sep 2011 12:48:47 -0400
qapt (1.2.0-0ubuntu3) oneiric; urgency=low
* Fix the qtgstreamer build-dep. The natty build-dep accidentally snuck in.
-- Jonathan Thomas <echidnaman@kubuntu.org> Fri, 26 Aug 2011 17:38:51 -0400
qapt (1.2.0-0ubuntu2) oneiric; urgency=low
* Add an or dependency between polkit-kde-1 and policykit-1-gnome to ensure
we have a policykit frontend installed. (LP: #833058)
-- Jonathan Thomas <echidnaman@kubuntu.org> Thu, 25 Aug 2011 21:40:33 -0400
qapt (1.2.0-0ubuntu1) oneiric; urgency=low
* New upstream release (LP: #822623, #823087)
-- Jonathan Thomas <echidnaman@kubuntu.org> Thu, 11 Aug 2011 19:08:39 -0400
qapt (1.1.90-0ubuntu2) oneiric; urgency=low
* rebuild against latest libapt
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 08 Aug 2011 14:28:53 +0200
qapt (1.1.90-0ubuntu1) oneiric; urgency=low
* New upstream release candidate
-- Jonathan Thomas <echidnaman@kubuntu.org> Sun, 24 Jul 2011 14:40:16 -0400
qapt (1.1.85-0ubuntu2) oneiric; urgency=low
* Fix update-alternatives usage in gstreamer0.10-qapt (LP: #807483)
-- Jonathan Thomas <echidnaman@kubuntu.org> Thu, 14 Jul 2011 00:21:20 -0400
qapt (1.1.85-0ubuntu1) oneiric; urgency=low
* New upstream beta release
-- Jonathan Thomas <echidnaman@kubuntu.org> Sun, 26 Jun 2011 11:30:57 -0400
qapt (1.1.80-0ubuntu2) oneiric; urgency=low
* Build-depend on libqtgstreamer-dev instead of qtgstreamer-dev.
* Increase priority for gstreamer-codec-install alternative to 85.
* Enable parallel building.
* Fix symbols file on amd64.
* Move .mo files from qapt-batch to the respective packages.
* Call dh_install with --fail-missing.
* Bump Standards-Version to 3.9.2, no changes needed.
* Fix lintian warning description-synopsis-starts-with-article.
-- Felix Geyer <debfx-pkg@fobos.de> Mon, 23 May 2011 19:33:00 +0200
qapt (1.1.80-0ubuntu1) oneiric; urgency=low
* New upstream beta release:
- Update various .install files
- Update libqapt1.symbols
- Add several new binary packages for new QApt utilities
- Add a qapt-utils metapackage to install all QApt utilities
- Add build-depend on qtgstreamer-dev for qapt-gstreamer-helper
- Add a build-depend on libdebconf-kde-dev for qapt-deb-installer
-- Jonathan Thomas <echidnaman@kubuntu.org> Wed, 16 Mar 2011 10:37:54 -0400
qapt (1.1.1-0ubuntu1) natty; urgency=low
* New upstream bugfix release:
- Drop kubuntu_01_dont_close_stdout.diff, present upstream
* Update Homepage field to the new projects.kde.org home page
* Update the Source field in debian/copyright for the switch to the new KDE
Git repository
-- Jonathan Thomas <echidnaman@kubuntu.org> Wed, 16 Feb 2011 19:19:57 -0500
qapt (1.1.0-0ubuntu2) natty; urgency=low
* Add kubuntu_01_dont_close_stdout.diff from upstream to fix the failure
of postinst scripts needing stdout. (LP: #680328)
-- Jonathan Thomas <echidnaman@kubuntu.org> Wed, 26 Jan 2011 21:27:09 -0500
qapt (1.1.0-0ubuntu1) natty; urgency=low
* New upstream release:
- Update libqapt1.symbols
* Fix debian/copyright syntax
* Update debian/copyright for new copyright holders
-- Jonathan Thomas <echidnaman@kubuntu.org> Tue, 04 Jan 2011 16:40:10 -0500
qapt (1.0.95-0ubuntu1) natty; urgency=low
* New upstream release candidate:
- Update libqapt1.install
- Update libqapt1.symbols
* Port packaging to the debhelper 8 standard:
- Bump compat to 8
- Bump build-depend on debhelper to 8.0.0~
- Place options after the dh sequence in debian/rules
* Add a homepage field with the project homepage
-- Jonathan Thomas <echidnaman@kubuntu.org> Tue, 28 Dec 2010 21:26:41 -0500
qapt (1.0.90-0ubuntu1) natty; urgency=low
* New upstream beta:
- Update libqapt1.install
- Update libqapt1.symbols for new symbols
-- Jonathan Thomas <echidnaman@kubuntu.org> Mon, 20 Dec 2010 12:17:39 -0500
qapt (1.0.80-0ubuntu2) natty; urgency=low
* Rebuild for polkit-qt-1 ABI break
-- Jonathan Thomas <echidnaman@kubuntu.org> Fri, 10 Dec 2010 13:16:42 -0500
qapt (1.0.80-0ubuntu1) natty; urgency=low
* New upstream beta release:
- Update various .install files
- Update libqapt1.symbols
-- Jonathan Thomas <echidnaman@kubuntu.org> Sun, 05 Dec 2010 12:16:50 -0500
qapt (1.0.60-0ubuntu2) natty; urgency=low
* Somehow the libqapt1.symbols changes didn't make it in to the last upload
Reupload to fix FTBFS
-- Jonathan Thomas <echidnaman@kubuntu.org> Thu, 04 Nov 2010 08:32:06 -0400
qapt (1.0.60-0ubuntu1) natty; urgency=low
* New upstream release: (LP: #490353, #668297, #670294)
- Bump build-depend version on libapt-pkg-dev to 0.8.0 or higher
- Update libqapt1.symbols
* Bump Standards-Version to 3.9.1, no changes
-- Jonathan Thomas <echidnaman@kubuntu.org> Mon, 01 Nov 2010 22:46:18 -0400
qapt (1.0.3-0ubuntu2) maverick; urgency=low
* Fix libqapt1.symbols. Since we aren't building with fvisibility=hidden,
dpkg-gensymbols is picking up some libapt-pkg symbols as libqapt's. And
since libapt-pkg's symbols are different between i386 and amd64, FTBFS
occurs on amd64. I've set these symbols to !amd64, but this isn't really
a problem since they aren't our symbols.
-- Jonathan Thomas <echidnaman@kubuntu.org> Thu, 30 Sep 2010 15:58:24 -0400
qapt (1.0.3-0ubuntu1) maverick; urgency=low
* New upstream bugfix-only release, fixing a silent error when encountering
total-system APT locks.
(http://websvn.kde.org/?view=revision&revision=1180714)
-- Jonathan Thomas <echidnaman@kubuntu.org> Tue, 28 Sep 2010 17:30:05 -0400
qapt (1.0.2-0ubuntu2) maverick; urgency=low
* Re-add libqapt1.symbols, which was inadvertantly dropped last upload.
I had forgotten to re-add it after I removed it for backporting to lucid.
-- Jonathan Thomas <echidnaman@kubuntu.org> Tue, 14 Sep 2010 08:41:29 -0400
qapt (1.0.2-0ubuntu1) maverick; urgency=low
* New upstream bugfix release
-- Jonathan Thomas <echidnaman@kubuntu.org> Mon, 13 Sep 2010 17:50:50 -0400
qapt (1.0.1-0ubuntu1) maverick; urgency=low
* New upstream bugfix release
-- Jonathan Thomas <echidnaman@kubuntu.org> Thu, 26 Aug 2010 12:26:49 -0400
qapt (1.0-0ubuntu2) maverick; urgency=low
* Remove erroneous patches that arose due to source format 3.0 and me
leaving files around
* Remove some mysterious symbols from the symbols file that don't look like
they belong to libqapt and cause FTBFS on amd64
-- Jonathan Thomas <echidnaman@kubuntu.org> Thu, 12 Aug 2010 11:30:33 -0400
qapt (1.0-0ubuntu1) maverick; urgency=low
* New upstream release:
- Rename libqapt0 to libqapt1 for .so versioning bump
- Replace appropriate depends with libqapt1 in debian/control
- Update libqapt0.symbols for the bump, renaming it to libqapt1.symbols
-- Jonathan Thomas <echidnaman@kubuntu.org> Wed, 11 Aug 2010 10:23:53 -0400
qapt (0.5.0-0ubuntu1) maverick; urgency=low
* New upstream release candidate
-- Jonathan Thomas <echidnaman@kubuntu.org> Wed, 04 Aug 2010 10:03:43 -0400
qapt (0.4.0-0ubuntu1) maverick; urgency=low
* New upstream beta release:
- Update libqapt0.symbols for a new function
* Bump Standards-Version to 3.9.1, no changes required
-- Jonathan Thomas <echidnaman@kubuntu.org> Wed, 28 Jul 2010 09:12:16 -0400
qapt (0.3.0-0ubuntu2) maverick; urgency=low
* Add a symbols file for libqapt0
* Give libqapt-dev the section of libdevel
* Bump Standards-Version to 3.9.0, no changes required
-- Jonathan Thomas <echidnaman@kubuntu.org> Fri, 23 Jul 2010 10:26:47 -0400
qapt (0.3.0-0ubuntu1) maverick; urgency=low
* Initial release
-- Jonathan Thomas <echidnaman@kubuntu.org> Wed, 02 Jun 2010 14:47:35 -0500
|