qliss3d (1.4-5) unstable; urgency=medium

  * Use my Debian e-mail address.
  * Drop a blank line at the end of the changelog file.
  * Bring up to compliance with Debian Policy 4.3.0: drop the upstream
    changelog/news file, it is not really very informative.
  * Add the year 2019 to my debian/* copyright notice.
  * Bump the debhelper compatibility level to 12 with no changes and
    use the new B-D: debhelper-compat (= 12) mechanism.

 -- Peter Pentchev <roam@debian.org>  Wed, 09 Jan 2019 01:22:05 +0200

qliss3d (1.4-4) unstable; urgency=medium

  * Add the qt-dynamic patch to fix the FTBFS after the Qt libs went
    multi-arch; the configure script was looking for *.so files in
    the /usr/lib/ directory where there might very well be none.
    Closes: #896477
  * Declare compliance with Debian Policy 4.1.4 with no changes.

 -- Peter Pentchev <roam@ringlet.net>  Sat, 21 Apr 2018 22:37:37 +0300

qliss3d (1.4-3) unstable; urgency=medium

  * Add the indent patch to fix the indentation of two lines that
    triggers a compiler warning.
  * Switch the copyright format specification URL to the HTTPS scheme.
  * Bump the watch file format version to 4 and use substitution variables.
  * Bump the year of my debian/* copyright notice.
  * Add the boolean patch to fix a mostly harmless GCC 7 warning.
  * Switch to git-dpm for patch management and rename the patches.
  * Use dpkg-buildflags's future/lfs feature instead of getconf(1).
  * Declare compliance with Debian Policy 4.1.3 with no changes.
  * Remove some trailing whitespace in debian/control.
  * Add "Rules-Requires-Root: no" to the source control stanza.
  * Bump the debhelper compatibility level to 11 with no changes.

 -- Peter Pentchev <roam@ringlet.net>  Sat, 06 Jan 2018 21:46:33 +0200

qliss3d (1.4-2) unstable; urgency=medium

  * Add the 18-warnings patch to fix some compiler warnings.
  * Declare compliance with Debian Policy 3.9.8:
    - update the copyright file to the 1.0 format
    - point the Vcs-* fields to the full-source GitLab repository and
      use the HTTPS scheme
    - drop the obsolete DM-Upload-Allowed field
  * Bump the debhelper compatibility level to 10:
    - get the build flags directly from debhelper
    - add an override for the Lintian warning as it itself suggests
    - use debhelper's autoreconf invocation and retarget the patches
  * Drop the menu file since we provide a desktop file.
  * Pad the qliss3d.xpm icon with three blank rows to 32x32 and
    convert it to PNG format before installing it.
  * Add a Keywords field to the desktop file and add "2DGraphics" to
    the Categories field.
  * Use dpkg-dev's defaults for compressing the source package.
  * Add Multi-Arch: foreign to the binary package.
  * Add the 19-lfs patch to use the proper Large File Support flags.
  * Add an upstream metadata file.
  * Bump the year on my debian/* copyright notice.

 -- Peter Pentchev <roam@ringlet.net>  Wed, 13 Apr 2016 15:13:42 +0300

qliss3d (1.4-1) unstable; urgency=low

  * New upstream release:
    - ported to QT 4 (Closes: #604581)
      - change the build dependency from libqt3-mt-dev to libqt4-dev
      - drop --with-Qt-dir=/usr/share/qt3, the /usr default is fine
    - drop the 11-cxxflags, 12-destdir, 13-warnings and 15-cppcheck
      patches - all of them were integrated upstream
    - update the 14-libm patch
    - add the 16-qt-ldadd patch to actually use QT_LDADD
    - add the 17-qt-pkgconfig patch to get the QT compiler and linker
      flags from pkg-config and build-depend on pkg-config
  * Update the copyright file to the latest DEP 5 candidate format.
  * Upload to unstable.

 -- Peter Pentchev <roam@ringlet.net>  Tue, 29 Mar 2011 18:51:25 +0300

qliss3d (1.3.2.1-3) experimental; urgency=low

  * Switch to Git and point the Vcs-* fields to Gitorious.
  * Bump Standards-Version to 3.9.1 with no changes.
  * Switch to bzip2 compression for the Debian tarball.
  * Bump the debhelper compatibility level to 8 and use dh $@ --with...
  * Add the 15-cppcheck patch to fix a memory leak reported by cppcheck.
  * Harden the build by default and use hardening-includes instead of
    the hardening-wrapper so that the flags are visible.
  * Use := instead of = in several shell invocations in the rules file.
  * Pass --as-needed to the linker to avoid needless library dependencies.
  * Bump the year on my copyright notice.

 -- Peter Pentchev <roam@ringlet.net>  Thu, 06 Jan 2011 13:32:08 +0200

qliss3d (1.3.2.1-2) unstable; urgency=low

  * Use dpkg-buildflags from dpkg-dev 1.15.7 to obtain the default values
    for CXXFLAGS, CPPFLAGS, and LDFLAGS.
  * Update the copyright file to the latest revision of the DEP 5 format.
  * Add the Vcs-Svn and Vcs-Browser source control fields.
  * Use dh --with autotools-dev to handle config.guess and config.sub.
  * Bump Standards-Version to 3.9.0 with no changes.

 -- Peter Pentchev <roam@ringlet.net>  Tue, 29 Jun 2010 11:03:40 +0300

qliss3d (1.3.2.1-1) unstable; urgency=low

  * New upstream version
    - remove the 10-locale patch - integrated upstream
    - regenerate the 12-destdir and 14-libm patches
    - refresh the 13-warnings patch
  * Bump Standards-Version to 3.8.4 with no changes.
  * Append a ~ to the debhelper dependency's version to ease backporting.
  * Bump the copyright year on the debian/ files.
  * All the patches were forwarded upstream.

 -- Peter Pentchev <roam@ringlet.net>  Tue, 09 Mar 2010 13:56:38 +0200

qliss3d (1.3.2-5) unstable; urgency=low

  * New maintainer.  Closes: #446448
  * Refresh config.sub and config.guess at configure time and remove them
    at clean-up time to avoid them polluting the diff.gz.
  * Point to SourceForge in the Homepage field and the copyright file.
  * Add a watch file.
  * Switch from dpatch to quilt.
  * Add the 11-cxxflags.patch to actually pass the proper flags to
    the C++ compiler.
  * Remove all the CFLAGS handling from the rules file - we do not even
    *have* any plain C code!
  * Bump Standards-Version to 3.8.3:
    - add the README.source file to note the use of quilt
  * Convert the copyright file to the DEP 5 format and add my own
    copyright notice for the Debian packaging files.
  * Remove the deprecated "Encoding" field from the desktop file.
  * Bump the debhelper compatibility level to 7:
    - let dh_auto_configure determine whether --build and --host are needed
    - add 12-destdir.patch to honor DESTDIR and simplify the installation
    - minimize the rules file using debhelper override targets
  * Add 13-warnings.patch to fix a couple of compiler warnings.
  * Enable the build hardening wrapper if "hardening" is specified
    in DEB_BUILD_OPTIONS.
  * Add 14-libm.patch to help the configure script find pow(3) and
    sqrt(3) in libm.
  * Add a DEP 3 header to 10-locale.patch to match the new patches.
  * Switch to the 3.0 (quilt) source format.
  * Unconditionally copy the config.{sub,guess} autotools-dev files.

 -- Peter Pentchev <roam@ringlet.net>  Mon, 21 Dec 2009 12:14:07 +0200

qliss3d (1.3.2-4) unstable; urgency=low

  * Bump standards version to 3.7.3
  * Bump debhelper level to 6 and change build-depends accordingly
  * Use Homepage field in debian/control
  * Change menu section to Applications/Science/Mathematics
  * No longer ignore errors by make in the clean target

 -- Steffen Joeris <white@debian.org>  Tue, 03 Jun 2008 10:40:20 +0000

qliss3d (1.3.2-3) unstable; urgency=low

  * Bump standards version
  * Bump debhelper level to 5
  * Update copyright notice
  * Change my maintainer address

 -- Steffen Joeris <white@debian.org>  Wed,  3 Jan 2007 20:06:38 +0100

qliss3d (1.3.2-2) unstable; urgency=low

  * Correct Makefile.in to enable locale support (10-locale.dpatch)
  * add build-depends against dpatch
  * add description for Lissajous figures (Closes: #345502)

 -- Steffen Joeris <steffen.joeris@skolelinux.de>  Sun,  1 Jan 2006 20:05:33 +0100

qliss3d (1.3.2-1) unstable; urgency=low

  * Initial release (Closes: #342951)

 -- Steffen Joeris <steffen.joeris@skolelinux.de>  Sat, 26 Nov 2005 18:19:20 +0100
