kubuntu-debug-installer (16.04ubuntu5) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <wgrant@ubuntu.com>  Mon, 01 Apr 2024 17:49:19 +1100

kubuntu-debug-installer (16.04ubuntu4) noble; urgency=medium

  * No-change rebuild against libqt5core5t64

 -- Steve Langasek <steve.langasek@ubuntu.com>  Fri, 15 Mar 2024 05:28:35 +0000

kubuntu-debug-installer (16.04ubuntu3) bionic; urgency=high

  * No change rebuild to pick up -fPIE compiler default

 -- Balint Reczey <rbalint@ubuntu.com>  Tue, 03 Apr 2018 12:31:26 +0000

kubuntu-debug-installer (16.04ubuntu2) xenial; urgency=medium

  * Don't run tests on account of them requiring a fully working qapt stack,
    which is crappy to get going.

 -- Harald Sitter <sitter@kde.org>  Wed, 25 Nov 2015 13:32:35 +0100

kubuntu-debug-installer (16.04ubuntu1) xenial; urgency=medium

  * Fix resolver for Qt5.

 -- Harald Sitter <sitter@kde.org>  Wed, 25 Nov 2015 09:53:41 +0100

kubuntu-debug-installer (15.10ubuntu2) wily; urgency=medium

  * Fix rules. "Make - Like Perl, but Worse"

 -- Harald Sitter <sitter@kde.org>  Tue, 29 Sep 2015 11:25:57 +0200

kubuntu-debug-installer (15.10ubuntu1) wily; urgency=medium

  * New release for 15.10 only updating translations

 -- Harald Sitter <sitter@kde.org>  Tue, 22 Sep 2015 13:53:10 +0200

kubuntu-debug-installer (15.04ubuntu1) vivid; urgency=medium

  * Port to KDE Frameworks 5
  * Remove crappy version parsing logic for something built into rules

 -- Harald Sitter <sitter@kde.org>  Tue, 20 Jan 2015 13:47:59 +0100

kubuntu-debug-installer (13.04ubuntu3) raring; urgency=low

  * Fix dh sequence line to actually use the kde sequence
  * Build-dep on pkg-kde-tools (>= 0.15.3ubuntu7)
    + Previous versions were missing the python dep for msgsplit, so
      desktop file pot creation was supposedly not correct.

 -- Harald Sitter <apachelogger@kubuntu.org>  Mon, 18 Mar 2013 14:20:10 +0100

kubuntu-debug-installer (13.04ubuntu2) raring; urgency=low

  * Set X-Ubuntu-Use-Langpack: yes in control to enable pot generation
  * Build depend on pkg-kde-tools >= 0.15.3ubuntu5 to ensure l10n creation works

 -- Harald Sitter <apachelogger@ubuntu.com>  Mon, 11 Mar 2013 23:45:24 +0100

kubuntu-debug-installer (13.04ubuntu1) raring-proposed; urgency=low

  * Now that we can with QApt2, pass QApt::Backend a QObject parent to handle
    memory management.
  * Remove some unused code.
  * Bump build-depend version for libqapt-dev to 1.9.60.
  * Bump debhelper/compat version to 9:
    - Fix dh argument order in debian/rules
  * Bump Standards-Version to 3.9.3

 -- Jonathan Thomas <echidnaman@kubuntu.org>  Tue, 30 Oct 2012 11:24:42 -0400

kubuntu-debug-installer (11.10ubuntu1) oneiric; urgency=low

  * When called with no arguments terminate right away in the DebugInstaller
    ctor, otherwise event processing would continue through run() and show()
    causing a segfault along the line somewhere
  * Bump standards version to 3.9.2

 -- Harald Sitter <apachelogger@ubuntu.com>  Mon, 26 Sep 2011 15:33:10 +0200

kubuntu-debug-installer (11.04ubuntu2) oneiric; urgency=low

  [ Jonathan Thomas ]
  * Use "pretty" includes for QApt:
    - Bump minimum QApt version to the first version these were present
  * Make the strings for error dialogs consistent
  * Make string consistently past-tense for error messages.

  [ Harald Sitter ]
  * Upload to rebuild and get rid of kdebase-runtime dep (renamed to
    kde-runtime)

 -- Harald Sitter <apachelogger@ubuntu.com>  Mon, 29 Aug 2011 16:33:23 +0200

kubuntu-debug-installer (11.04ubuntu1) natty; urgency=low

  [ Harald Sitter ]
  * Remove pointless include documentation
  * Fix include style
  * Improve looks of license headers
  * Introduce new thread signal alreadyInstalled which will be used to
    increment if a dbg package is already installed
  * Do not pointlessly copy QStrings around in signals and slots
  * Do not list already installed packages, instead emit alreadyInstalled
    and ignore the package (by Felix Geyer)
  * Introduce a boolean state tracker whether we found an already installed
    dbg package, if it is true and we have neither dbg packages nor missing
    ones exit with no error is indicated to prevent errors from appearing.
    Otherwise the bool is ignore completely.
  * Use qApp->exit to end the event loop instead of plain exit() 
  * Set version string using supreme cmake magic
  * Get rid of thread. Instead we now have DebugFinder which is a QObject
    essentially exposing the same signals&slots that the old thread exposed.
    Now such a finder gets constructed in the installer and move to a thread
    of which then the event loop starts. That way no blocking whatsoever
    occurs in the GUI as long as all interaction with the finde happens via
    the event loop (except that it is very non-blocking thanks to QApt
    already)
  * Bump standards version to 3.9.1
  * Add Jonathan Thomas and Felix Geyer as copyright holders in debian/copyright
  * Stop exceeding 80 chars/line in build-deps
  * Rename dbginstaller to DebugInstaller
  * Switch to CamelCase file names
  * Do not pass the file list to the finder object in its ctor but use the
    event loop. Unfortunately this does not allow the thread to stop
    immediately when quit is called, which is why the finder has a stopped
    member to speed up find() calls after stop() was called on the finder.

  [ Jonathan Thomas ]
  * Some packages' debug packages follow the format binaryPackageName + 
    "-dbg". Use this as a fallback in case the semi-standard 
    sourcePackageName + ("-dbg" || "-dbgsym") rule hasn't been followed.

 -- Harald Sitter <apachelogger@ubuntu.com>  Sat, 13 Nov 2010 17:34:33 +0100

kubuntu-debug-installer (10.10ubuntu4) maverick; urgency=low

  * Rebuild for libqapt0 -> libqapt1 transition

 -- Jonathan Thomas <echidnaman@kubuntu.org>  Fri, 13 Aug 2010 13:34:37 -0400

kubuntu-debug-installer (10.10ubuntu3) maverick; urgency=low

  * Only get the dbg package if the package we're looking up isn't null
    (LP: #614657)

 -- Jonathan Thomas <echidnaman@kubuntu.org>  Sun, 08 Aug 2010 21:01:02 -0400

kubuntu-debug-installer (10.10ubuntu2) maverick; urgency=low

  [ Harald Sitter ]
  * Reduce heap usage
  * Properly destruct dbginstaller
  * Provide context for translatable strings
  * Function calls with const QString references
  * Mark static functions as such

  [ Jonathan Thomas ]
  * Port kubuntu-debug-installer from install-package to qapt-batch.
  * Replace the dependency on install-package with one on qapt-batch
  * Use LibQApt to search for the -dbg package corresponding to the missing
    symbols
  * Add a build-dependency on libqapt-dev
  * Fix punctuation in the long description
  * Bump Standards-Version to 3.9.0, no changes required

 -- Harald Sitter <apachelogger@ubuntu.com>  Fri, 25 Jun 2010 12:50:11 +0200

kubuntu-debug-installer (10.10ubuntu1) maverick; urgency=low

  * Add build-depend on cmake since kdelibs5-dev no longer depends on it

 -- Jonathan Thomas <echidnaman@kubuntu.org>  Tue, 18 May 2010 19:25:58 -0400

kubuntu-debug-installer (10.04ubuntu4) lucid; urgency=low

  * Don't offer installation of already installed packages (LP: #538543)
  * Changer lookup order (dbgsym first, dbg last). This way the user does not
    end up with a mixed setup of dbgsym and dbg. Of course this only works if
    the user does not install -dbg manually! Unfortunately a more specific
    approach wil have to wait for libqapt or the likes, since the current
    query design would make the lookups too expensive (LP: #540505)

 -- Harald Sitter <apachelogger@ubuntu.com>  Tue, 06 Apr 2010 00:23:51 +0200

kubuntu-debug-installer (10.04ubuntu3) lucid; urgency=low

  [ Aurélien Gâteau ]
  * Change Yes buttons in messagesboxes to Install and Continue

  [ Harald Sitter ]
  * Prevent dialogs from appearing when there are no dbg packages found at
    all (using function checkListEmpty which exits the app on empty list)

 -- Harald Sitter <apachelogger@ubuntu.com>  Wed, 10 Mar 2010 15:02:12 +0100

kubuntu-debug-installer (10.04ubuntu2) lucid; urgency=low

  * Fix buildd building by adding a missing space after Package:

 -- Harald Sitter <apachelogger@ubuntu.com>  Sat, 06 Mar 2010 17:32:32 +0100

kubuntu-debug-installer (10.04ubuntu1) lucid; urgency=low

  * Initial release. (LP: #514557)

 -- Harald Sitter <apachelogger@ubuntu.com>  Sat, 06 Mar 2010 01:57:39 +0100
