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
|
chessx (1.4.0-1) unstable; urgency=low
* New upstream release.
- New feature: Filter duplicate games.
- New feature: Chess960 support.
- Fix build with GCC 6 (Closes: #811749).
- Remove debian/patches/include-qdatastream.patch; applied upstream.
* debian/rules:
- Enable all hardening features.
* debian/patches/fix-typos.patch:
- Fix typos found by lintian.
* debian/control:
- Update standards version to 3.9.7.0; no changes required.
-- Niklas Fiekas <niklas.fiekas@tu-clausthal.de> Mon, 28 Mar 2016 10:56:34 +0200
chessx (1.3.2-2) unstable; urgency=low
* debian/patches/include-qdatastream.patch:
- Add missing QDataStream include in src/guess/compileeco.cpp
(Closes: #803759).
-- Niklas Fiekas <niklas.fiekas@tu-clausthal.de> Mon, 02 Nov 2015 14:40:46 +0100
chessx (1.3.2-1) unstable; urgency=low
* New upstream release.
- Fixed large file support. Reading index files did not work.
* debian/copyright:
- Do not define GPL-2+ twice; fixes lintian warning
dep5-copyright-license-name-not-unique.
- src/database/downloadmanager.h and src/database/downloadmanager.cpp are
actually licensed under the BSD 3-clause license.
- Add Jens Nissen as upstream contact.
- Capitalize upstream name (ChessX).
-- Niklas Fiekas <niklas.fiekas@tu-clausthal.de> Wed, 06 May 2015 14:36:12 +0200
chessx (1.3.0-1) unstable; urgency=low
* New upstream release.
* debian/control:
- Add new build dependency qtmultimedia5-dev.
- Apply patch by Pino Toscano to remove hardcoded dependencies already
supplied by dpkg-shlibdeps (Closes: #764654).
- Add new feature to description: Observe and play games on FICS.
* debian/rules:
- Apply patch by Pino Toscano to enable parallel builds (Closes: #764655).
* debian/watch:
- Use qa.debian.org redirector for SourceForge.
-- Niklas Fiekas <niklas.fiekas@tu-clausthal.de> Tue, 21 Apr 2015 10:37:42 +0200
chessx (1.2.2-1) unstable; urgency=low
* New upstream release.
- Fix crash and data loss when trying to save a database other than the
currently selected one.
- Exclude autogenerated files from source tarball; fixes lintian warning
source-contains-autogenerated-visual-c++-file.
- Remove debian/patches/desktop-file.patch; applied upstream.
- Remove debian/patches/desktop-mime-but-no-exec-code.patch; applied
upstream.
* debian/chessx.6:
- Adjust tagline in manpage.
* debian/rules:
- Remove duplicate QT_SELECT=5.
* debian/control:
- Update standards version to 3.9.6.0; no relevant changes.
-- Niklas Fiekas <niklas.fiekas@tu-clausthal.de> Mon, 06 Oct 2014 18:26:02 +0200
chessx (1.2.0-2) unstable; urgency=low
* debian/rules:
- Remove stale qm files during clean (Closes: #762856).
* debian/copyright:
- Use "LGPL" for QuaZIP instead of "GPL2+ or LPGL"; fixes lintian warning
invalid-short-name-in-dep5-copyright.
- Advanced filename matching patterns are not supported; fixes lintian
warning wildcard-matches-nothing-in-dep5-copyright.
* debian/patches/desktop-mime-but-no-exec-code.patch:
- Specify that chessx takes a single filename as an argument; fixes lintian
warning desktop-mime-but-no-exec-code.
-- Niklas Fiekas <niklas.fiekas@tu-clausthal.de> Fri, 26 Sep 2014 11:31:00 +0200
chessx (1.2.0-1) unstable; urgency=low
* New upstream release.
- Remove debian/patches/add-missing-resources-file.patch; fixed upstream.
- Remove debian/patches/fix-duplicated-key-in-desktop-entry.patch;
applied upstream.
- Add debian/patches/desktop-file.patch to fix capitalization of ChessX
in desktop file.
* debian/control:
- Downgrade package priority from optional to extra.
- Upgrade Build-Depends and Depends from Qt 4 to Qt 5.
* debian/rules:
- Explicitly select Qt 5.
* debian/watch:
- Update pattern to match new filename schema.
-- Niklas Fiekas <niklas.fiekas@tu-clausthal.de> Wed, 30 Jul 2014 11:16:30 +0200
chessx (1.1.0-1) unstable; urgency=low
* New upstream release.
-- Niklas Fiekas <niklas.fiekas@tu-clausthal.de> Mon, 17 Mar 2014 17:44:47 +0100
chessx (1.0.0-3) unstable; urgency=low
* Add icon entry to menu file (Closes: #737847).
* Update copyright years in debian/copyright.
-- Niklas Fiekas <niklas.fiekas@tu-clausthal.de> Thu, 06 Feb 2014 17:19:10 +0100
chessx (1.0.0-2) unstable; urgency=low
* Fix build on kFreeBSD (Upstream bug: #185).
-- Niklas Fiekas <niklas.fiekas@tu-clausthal.de> Sun, 01 Dec 2013 20:43:56 +0100
chessx (1.0.0-1) unstable; urgency=low
* Initial release (Closes: #728415).
-- Niklas Fiekas <niklas.fiekas@tu-clausthal.de> Thu, 31 Oct 2013 17:02:37 +0100
|