qpxtool (0.8.1-2) unstable; urgency=high

  [ Boris Pek ]
  * Update d/watch
  * Use urgency=high to bring package back into testing before
    Bookworm come to soft freeze

  [ Diederik de Haas ]
  * Add d/salsa-ci.yml: Enable Salsa's CI
  * d/patches: Add "Fix check whether Tab should be selected" patch:
    fixes FTBFS with GCC-11 (Closes: #984307)

 -- Boris Pek <tehnick@debian.org>  Fri, 10 Feb 2023 02:18:29 +0300

qpxtool (0.8.1-1) unstable; urgency=medium

  * New upstream release:
    fix build with latest versions of Qt 5.x (Closes: #964693)
  * Update debian/control:
    bump debhelper-compat to 13 (was 12): no changes required
  * Simplify debian/rules:
    - remove QT_SELECT variable
    - remove DEB_LDFLAGS_MAINT_APPEND with -Wl,--as-needed flag
  * Update debian/watch.

 -- Boris Pek <tehnick@debian.org>  Tue, 10 Nov 2020 22:36:06 +0300

qpxtool (0.8.0-1) unstable; urgency=medium

  * New upstream release.
  * Remove all patches: accepted in upstream.
  * Remove all man pages: accepted in upstream.
  * Remove debian/pxfw.manpages and debian/qpxtool.manpages.
  * Update debian/pxfw.install and debian/qpxtool.install
  * Update years in debian/copyright.
  * Update debian/control:
    - bump Standards-Version to 4.5.0 (was 4.4.0): no changes required
    - replace build dependency from debhelper (>= 12~) to
      debhelper-compat (= 12)
    - add "Rules-Requires-Root: no"
    - update Homepage URL
  * Remove debian/compat.
  * Add debian/upstream/metadata.

 -- Boris Pek <tehnick@debian.org>  Wed, 29 Jan 2020 00:25:38 +0300

qpxtool (0.7.2-6) unstable; urgency=medium

  * Add patch 10-fix-checking-of-libpng:
    fixes enabling of PNG support in qpxtool.

 -- Boris Pek <tehnick@debian.org>  Fri, 13 Sep 2019 01:56:24 +0300

qpxtool (0.7.2-5) unstable; urgency=medium

  [ Boris Pek ]
  * Port to Qt5:
    - remove build dependencies from libqt4-dev and qt4-qmake
    - add build dependencies from qtchooser, qtbase5-dev, qttools5-dev and
      qttools5-dev-tools
    - add patch 08-port-to-qt5.patch
    (Closes: #875141)
  * Bump Standards-Version to 4.4.0 (was 3.9.5).
  * Bump debhelper version to 12~ (was 9); update debian/compat.
  * Simplify debian/libqpx0.lintian-overrides.
  * Update years in debian/copyright.
  * Update maintainer's email address.
  * Update debian/control: move package libqpx0 to Section libs.
  * Update debian/rules:
    - delete --list-missing option from dh
    - delete get-orig-source section and all related variables
    - add --no-parallel option for dh
    - enable all hardening flags
  * Delete extra files:
    - debian/gbp.conf
    - debian/pixmap/qpxtool.xpm
    - debian/qpxtool.lintian-overrides
    - debian/qpxtool.menu
  * Update debian/qpxtool.install.
  * Sort strings in debian/qpxtool.docs.
  * Add debian/patches/09-fix-spelling-errors.patch.
  * Fix spelling errors in debian/man/*.1 files.

  [ Ondřej Nový ]
  * d/copyright: Use https protocol in Format field
  * d/control: Set Vcs-* to salsa.debian.org
  * d/watch: Use https protocol

 -- Boris Pek <tehnick@debian.org>  Wed, 28 Aug 2019 04:03:45 +0300

qpxtool (0.7.2-4.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Add patch 07-fix-wr-mode-declarations.patch:
    - Fix declaration of char attributes in wr_mode. (Closes: #856231)

 -- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>  Mon, 27 Feb 2017 14:04:55 +0100

qpxtool (0.7.2-4) unstable; urgency=medium

  * Update debian/rules: delete option --parallel from dh command because it
    causes FTBFS on buildd hosts where parallel build is realy enabled.

 -- Boris Pek <tehnick@debian.org>  Sun, 13 Apr 2014 00:18:54 +0400

qpxtool (0.7.2-3) unstable; urgency=medium

  * Simplify patch 05-add-hardening-flags-in-compiler-options.patch.
  * Update debian/rules:
    - simplify rules after changes in related patch
    - add options --parallel and --list-missing to dh
  * Update debian/qpxtool.install.

 -- Boris Pek <tehnick@debian.org>  Sat, 12 Apr 2014 20:25:56 +0400

qpxtool (0.7.2-2) unstable; urgency=medium

  * Update debian/control:
    - udate using wrap-and-sort tool
    - delete now useless sections "Breaks: qpxtool (<< 0.7.1.002-1)"
    - add build dependency from hurd-dev on hurd-i386
  * Add patch 06-make-port-for-hurd-i386.patch:
    Make port for Debian GNU/Hurd.
  * Update debian/copyright.

 -- Boris Pek <tehnick@debian.org>  Sat, 12 Apr 2014 16:19:23 +0400

qpxtool (0.7.2-1) unstable; urgency=medium

  * New maintainer. (Closes: #629599)
  * Update to stable release 0.7.2.
  * Bump Standards-Version to 3.9.5 (was 3.9.3).
  * Update patches
    - add 01-do_not_use_lib64_dir.patch
    - rewrite 03-ftbfs_kfreebsd.patch
    - rewrite 02-desktop_file.patch
    - update 04-fix-build-with-libpng15.patch
    - delete 01-makefile.patch (it is unnecessary now)
  * Update debian/rules:
    - add necessary options to configure script for installing files
      in according with Debian Policy
    - add get-orig-source section
    - simplify rules
  * Fix lintian notes vcs-field-not-canonical.
  * Update years in debian/copyright.
  * Update debian/qpxtool.docs.
  * Add debian/qpxtool.doc-base.
  * Fix a lot of lintian notes hyphen-used-as-minus-sign:
    - add fixed debian/man/* files
    - add debian/qpxtool.manpages and debian/pxfw.manpages
    - update debian/qpxtool.install and debian/pxfw.install
  * Update debian/libqpx0.lintian-overrides.

 -- Boris Pek <tehnick@debian.org>  Wed, 26 Feb 2014 16:26:22 +0400

qpxtool (0.7.1.002-6) unstable; urgency=low

  * QA upload.
  * Bumped Standards-Version to 3.9.3 (was 3.9.2).
  * Bumped debhelper version to 9 (was 7.0.50~); updated debian/compat.
  * Added file debian/patches/05-add-hardening-flags-in-compiler-options.patch.
  * Updated debian/rules: added hardening flags in compiler options.
  * Changed build dependency from libpng12-dev to libpng-dev.
    Added file debian/patches/04-fix-build-with-libpng15.patch.
    Added small hack in debian/rules (see LIBPNG_VER variable).
    Build with libpng version 1.5.10 was tested successfully.
    (Closes: #662481, #648127)
  * Used [kfreebsd-any] instead of hardcoded list of kFreeBSD architectures
    [kfreebsd-i386 kfreebsd-amd64] in build dependency. (Closes: #634714)
  * File debian/copyright was updated in according to Copyright format 1.0.
  * Fixed such lintian warnings and notes:
    - out-of-date-copyright-format-uri
    - hardening-no-relro and hardening-no-fortify-functions

 -- Boris Pek <tehnick-8@mail.ru>  Tue, 26 Jun 2012 03:11:10 +0300

qpxtool (0.7.1.002-5) unstable; urgency=low

  * QA upload.
  * Bump Standards.
  * Orphaning this.

 -- Alessio Treglia <alessio@debian.org>  Tue, 21 Jun 2011 13:04:12 +0200

qpxtool (0.7.1.002-4) unstable; urgency=low

  * We need both Breaks and Replaces fields.

 -- Alessio Treglia <alessio@debian.org>  Wed, 06 Oct 2010 12:48:26 +0200

qpxtool (0.7.1.002-3) unstable; urgency=low

  * Link against libcam on kfreebsd to fix FTBFS.
  * debian/control:
    - Properly replace Conflicts/Replaces with Breaks fields.
    - Bump Standards.
  * Update debian/copyright.

 -- Alessio Treglia <alessio@debian.org>  Wed, 06 Oct 2010 09:09:15 +0200

qpxtool (0.7.1.002-2) unstable; urgency=low

  * Correct little typo in the descriptions, thanks to Davide Prina for
    reporting this (Closes: #582445).
  * Change my email address.

 -- Alessio Treglia <alessio@debian.org>  Sun, 06 Jun 2010 19:48:46 +0200

qpxtool (0.7.1.002-1) unstable; urgency=low

  * New maintainer (Closes: #543879).
  * New upstream release.
  * Move packaging to collab-maint's git area.
  * Split libraries:
    - libqpx0 (shared libs)
    - libqpx-dev (development files)
  * debian/control:
    - Drop libqt3-mt-dev, it's no longer needed.
    - Build-depend on qmake-qt4.
    - Bump Standards.
    - Set DM-Upload-Allowed to yes.
    - Build-depend on libqt4-dev.
    - Build-depend on libpng12-dev.
    - Set Conflicts/Replaces proper fields.
  * Switch to 3.0 (quilt) format.
  * Switch to debhelper 7.
  * Drop dpatch support:
    - Drop 02-typos.dpatch patch, no longer needed.
    - Drop 03-0.6.1.1.dpatch, no longer needed.
    - Drop 04-libata.dpatch patch, no longer needed.
    - 01-qtdir.dpatch -> 01-makefile.patch:
      + Drop QTDIR which seems to be not respected.
      + Set QMAKE4 properly.
      + Add DEP-3 compliant tags.
  * debian/patches/02-desktop_file.patch:
    - Fix desktop file as per spec.
  * debian/{libqpx0,qpxtool}.lintian-overrides:
    - "MultiMediaMasters & Machinery" is a manufacturer's name and not a
      spelling error.
  * debian/rules:
    - Cleanup.
    - Fix clean rule by passing the QMAKE4 envar.
  * Add watch file.

 -- Alessio Treglia <quadrispro@ubuntu.com>  Mon, 26 Apr 2010 09:36:21 +0200

qpxtool (0.6.1-5) unstable; urgency=low

  * Updating package to standards version 3.8.3.
  * Removing vcs fields.
  * Orphaning package.

 -- Daniel Baumann <daniel@debian.org>  Thu, 27 Aug 2009 10:17:45 +0200

qpxtool (0.6.1-4) unstable; urgency=medium

  * Adding patch from Mirko Parthey <mirko.parthey@informatik.tu-chemnitz.de>
    to make qpxtool work with libata (Closes: #463886).
  * Rediffing 0.6.1.1.dpatch.
  * Completing clean target in rules, thanks to Barry deFreese
    <bddebian@comcast.net> (Closes: #442718).
  * Reordering rules file.
  * Using lintian debhelper to install lintian overrides.
  * Rewriting copyright file in machine-interpretable format.
  * Adding suggests to pxfw in qpxtool.
  * Adding vcs fields to control file.
  * Upgrading package to standards 3.8.0.
  * Upgrading package to debhelper 7.
  * Removing watch file.
  * Reverting Makefile.qmake to upstream.

 -- Daniel Baumann <daniel@debian.org>  Wed, 02 Jul 2008 12:42:00 +0200

qpxtool (0.6.1-3) unstable; urgency=low

  * Bumped to new policy.
  * Using new homepage field in control.
  * Don't hide make errors in clean target of rules.
  * Added manpage for deadreader and pioquiet.

 -- Daniel Baumann <daniel@debian.org>  Thu, 27 Dec 2007 14:13:00 +0100

qpxtool (0.6.1-2) unstable; urgency=low

  * Applied patch from upstream to fix FTBFS with linux 2.6.23, thanks to
    Thomas Maguin <T.Maguin@web.de>.

 -- Daniel Baumann <daniel@debian.org>  Tue, 23 Oct 2007 14:47:00 +0200

qpxtool (0.6.1-1) unstable; urgency=low

  * New upstream release:
    - Including pxfw.
  * Updated 02-typos.dpatch.

 -- Daniel Baumann <daniel@debian.org>  Sun, 02 Sep 2007 17:50:00 +0200

qpxtool (0.6.0.9-5) unstable; urgency=low

  * Extendet 04-patch.dpatch to also cover install, not just build.
    All build system caused breakages are now fixed (Closes: #413211).

 -- Daniel Baumann <daniel@debian.org>  Thu, 08 Mar 2007 14:40:00 +0100

qpxtool (0.6.0.9-4) unstable; urgency=low

  * Reordered dpatches, thanks Eduard for taking care about it before.
  * Added patch to disable another ldconfig call.
  * Added lintian overrides.

 -- Daniel Baumann <daniel@debian.org>  Thu, 08 Mar 2007 13:06:00 +0100

qpxtool (0.6.0.9-3) unstable; urgency=low

  * 02-libflags.dpatch, 03-typos.dpatch: dpatch'ified upstream relevant
    changes from 0.6.0.9-2.1
  * 04-CWDA.dpatch: fixes typo in ./build, causing failure in a build
    environment with invalid $HOME (closes: #413211)

 -- Eduard Bloch <blade@debian.org>  Tue, 06 Mar 2007 18:30:31 +0100

qpxtool (0.6.0.9-2.1) unstable; urgency=low

  * NMU, blessed by maintainer
  * Added missing -fPIC flags on libraries, work around hidden build failures
    on amd64
  * setting provisional SONAMEs on the supplementary libraries
  * debian/rules: explicit removal of final build files
  * qpxtool/qcheck/test_threads.cpp: minor typo fix

 -- Eduard Bloch <blade@debian.org>  Tue, 06 Mar 2007 17:03:01 +0100

qpxtool (0.6.0.9-2) unstable; urgency=low

  * Replaced 01-libdeps.dpatch with a patch from upstream.

 -- Daniel Baumann <daniel@debian.org>  Sun, 04 Mar 2007 17:42:00 +0100

qpxtool (0.6.0.9-1) unstable; urgency=low

  * New upstream release.
  * Removed 01-kfreebsd.dpatch, went upstream.

 -- Daniel Baumann <daniel@debian.org>  Sat, 03 Mar 2007 10:49:00 +0100

qpxtool (0.5.4-1) unstable; urgency=low

  * New upstream release.

 -- Daniel Baumann <daniel@debian.org>  Tue, 01 Aug 2006 13:13:00 +0200

qpxtool (0.5.3-3) unstable; urgency=low

  * Making sure, the patch gets really applied in the right order this time
    (Closes: #376196).

 -- Daniel Baumann <daniel@debian.org>  Sat, 08 Jul 2006 13:26:00 +0200

qpxtool (0.5.3-2) unstable; urgency=low

  * New email address.
  * Added patch to fix FTBFS on kFreeBSD (Closes: #376196).

 -- Daniel Baumann <daniel@debian.org>  Fri, 07 Jul 2006 08:33:00 +0200

qpxtool (0.5.3-1) unstable; urgency=low

  * New upstream release.

 -- Daniel Baumann <daniel.baumann@panthera-systems.net>  Mon, 26 Jun 2006 14:03:00 +0200

qpxtool (0.5.0-1) unstable; urgency=low

  * Initial release (Closes: #357847).
  * Added manpage.

 -- Daniel Baumann <daniel.baumann@panthera-systems.net>  Tue, 21 Mar 2006 11:01:00 +0100
