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
|
qastools (0.23.0-1) unstable; urgency=medium
* New upstream release.
- Apps: Add AppStream .appdata.xml meta information files
- Code: Modernize CTL_Address and CTL_Format
- Code: Make Controls_Model QAbstractListModel based
- Code: Make Cards_Model QAbstractListModel based
- Code: Fix missing includes (QPainterPath)
- Code: Fix compiler warnings (QStyleOptionViewItemV4, fall through)
- Code: Use clang-format for source code formatting
- Remove non functional Makefile
- CMake: Modernize CMakeLists.txt
* debian/control:
- Standards-Version raised to 4.5.0
* debian/copyright:
- Update dates from 2019 to 2020
* debian/patches:
- Remove Makefile removing patch. Makefile was removed by upstream.
-- Sebastian Holtermann <sebholt@web.de> Thu, 18 Jun 2020 19:48:12 +0200
qastools (0.22.0-1) unstable; urgency=medium
* New upstream release.
- Switch to MIT license
- Remove xwmw.org references
- CMake: Modernize CMakeLists.txt
- CMake: Use AUTOMOC
- Bug fixes
* Switch from upstream .tar.gz files to upstream git
* Add quilt patch to remove the misleading upstream Makefile
* debian/control:
- Use debhelper-compat instead of debian/compat
- debhelper-compat raised to 12
- Standards-Version raised to 4.4.1
- Set Rules-Requires-Root to no
- Update Build-Depends for Buster/Sid
- Set Vcs-* to salsa.debian.org
- Set Homepage to https://gitlab.com/sebholt/qastools
- Set maintainer address to debian-multimedia@lists.debian.org
- Set qastools-common Multi-Arch to foreign
* debian/copyright:
- Use https protocol in Format field
- Update contact addresses
- Set Source to https://gitlab.com/sebholt/qastools
- Change "Files: *" license to MIT
- Add MIT license
* debian/watch:
- Use fakeupstream.cgi to get the version from gitlab.com
-- Sebastian Holtermann <sebholt@web.de> Sat, 05 Oct 2019 14:30:44 +0200
qastools (0.21.0-1) unstable; urgency=medium
* New upstream release.
- Use Qt5 instead of Qt4
- Compile with C++11
- Compiler warning fixes
- Bug fixes
- Desktop files: "Categories" list extended with "Qt"
- Desktop files: "Keywords" list added
- Desktop files: Translations updated
* debian/control:
- Build-Depends on qtbase5-dev.
- Build-Depends on libqt5svg5-dev.
- Build-Depends on qttools5-dev-tools.
- Build-Depends removed libqt4-dev.
- Vcs-Git uses https:// instead of git://
- Vcs-Browser anonscm.debian.org url scheme updated
- Vcs-Browser uses https:// instead of http://
- Standards-Version raised to 3.9.8.
- Description typos fixed
* debian/rules:
- Hardening flags enabled
- Parallel build enabled
* Empty debian/docs file removed
-- Sebastian Holtermann <sebholt@xwmw.org> Thu, 28 Apr 2016 19:36:12 +0200
qastools (0.18.0-1) unstable; urgency=medium
* New upstream release.
* Build-depends on libudev-dev.
* Bump DH to 9.
* Update debian/copyright, add debian/* stanza.
* Bump Standards.
-- Alessio Treglia <alessio@debian.org> Mon, 28 Jul 2014 11:47:26 +0100
qastools (0.17.2-2) unstable; urgency=low
* Move python-scour to Build-Depends to fix FTBFS.
-- Alessio Treglia <alessio@debian.org> Thu, 17 May 2012 10:27:26 +0200
qastools (0.17.2-1) unstable; urgency=low
[ Sebastian Holtermann ]
* New upstream release:
- Compiler error and warning fixes for gcc-4.7 (Closes: #672052)
* Standards version increased to 3.9.3.
* Maintainer field changed to Debian Multimedia Maintainers.
* Add Alessio Treglia to the Uploaders field.
[ Alessio Treglia ]
* debian/control:
- Remove unneeded shlibs:Depends from qastools-common's Depends field.
- Add python-scour to Build-Depends-Indep.
* debian/rules:
- Add --with scour to dh sequencer to optimize SVGs at build time.
* debian/copyright: Update the Format field.
* Add Vcs tags.
-- Sebastian Holtermann <sebholt@xwmw.org> Wed, 09 May 2012 09:54:44 +0200
qastools (0.17.1-1) unstable; urgency=low
* replaces qasmixer and qasconfig package for easier maintenance
* qasconfig: new basic command line options (--version, --help, etc.)
* qashctl: qashctl forked out of qasmixer into separate application
* qashctl: wrong pixmaps in switch widgets fixed
* qashctl: new basic command line options (--version, --help, etc.)
* qasmixer: command line arguments -D and -c fixed
* qasmixer: command line arguments descriptions added in manpage
* shared: painting fixed for Qt 4.8.0
* shared: freed memory access fix
* shared: info dialog adapted to QasTools
* all: style tweaks
* all: manpages updated
* Initial public release (Closes: #651943)
-- Sebastian Holtermann <sebholt@xwmw.org> Mon, 30 Jan 2012 13:45:29 +0100
|