Format: 1.8 Date: Sat, 23 Mar 2019 14:39:19 +0800 Source: qtcreator Binary: qtcreator qtcreator-data qtcreator-doc Architecture: source Version: 4.6.2-1+16.04+xenial+build35~ubuntu16.04.1~ppa1 Distribution: xenial Urgency: medium Maintainer: Neon CI Changed-By: tanyuliang Description: qtcreator - integrated development environment (IDE) for Qt qtcreator-data - application data for Qt Creator IDE qtcreator-doc - documentation for Qt Creator IDE Closes: 803937 812531 824334 839791 843395 866846 873414 875863 877814 879427 881542 886820 888895 889558 889984 893207 893402 893508 895677 897901 Changes: qtcreator (4.6.2-1+16.04+xenial+build35~ubuntu16.04.1~ppa1) xenial; urgency=medium . * No-change backport to xenial . qtcreator (4.6.2-1+16.04+xenial+build35) xenial; urgency=medium . * Automatic CI Build . qtcreator (4.6.2-1) unstable; urgency=medium . * New upstream release. . qtcreator (4.6.1-1) unstable; urgency=medium . * New upstream release. * Make qtcreator suggest valgrind (Closes: #881542). * Backport upstream patch to improve AppStrem metadata (Closes: 897901). * Refresh patches. * Create arch_support_refactor.patch backporting various commits that improve arch/OS support, adding for example the xtensa-esp32 arch. * Remove empty from_header_to_body.diff file. * Fix typo in debian/copyright. . qtcreator (4.6.0-3) unstable; urgency=medium . * Fix clang model plugin build (Closes: 895677): - Build depend upon llvm-6.0-dev on all archs. - Once again pass LLVM_INSTALL_DIR to the config script. In Debian llvm-config is suffixed by the LLVM version, so the correct path is not detected without it. . qtcreator (4.6.0-2) unstable; urgency=medium . * Qt Creator now has a better heuristic for detecting LLVM, so it's not needed to explicitely tell it where is it installed. Thanks James Cowgill for pointing me in the right direction. - Make libclang-6.0-dev a dependency on all archs. . qtcreator (4.6.0-1) unstable; urgency=medium . [ Lisandro Damián Nicanor Pérez Meyer ] * Use Helmut Grohne's patch to simplify debian/rules and allow qtcreator to be crossbuilt (Closes: #893508). . [ Simon Quigley ] * New upstream release. * Run wrap-and-sort. * Confirm the multi-arch hinter's pointers and make qtcreator-data and qtcreator-doc Multi-Arch: foreign. * Bump Standards-version to 4.1.4, no changes needed. . [ Lisandro Damián Nicanor Pérez Meyer ] * Bump qbs build dependency to 1.11, required by this release. . qtcreator (4.5.2-3) unstable; urgency=medium . * Update libclang dependency to 6.0 (closes: #893402) . qtcreator (4.5.2-2) unstable; urgency=medium . * Team upload. * Switch the kdelibs5-data suggest to kate-data, since the latter is where the kate syntax definitions are; unfortunately they are the kde4 versions, as the KF5 syntax-highlighting embeds its own as Qt resources. * Use https in the watch file. * Move desktop file, and appdata file from qtcreator-data to qtcreator, as they must be together with the executable they refer to - add proper breaks/replaces * Add the zlib1g-dev build dependency: apparently LLVM/Clang 3.9 exposes -lz as dependency for its libraries, and the -dev packages do not depend on it. * Remove the unused ${perl:Depends} substvar from qtcreator-data. . qtcreator (4.5.2-1) unstable; urgency=medium . [ Simon Quigley ] * New upstream release. (closes: #893207) * Bump debhelper compat to 11, no changes needed. * Bump Standards-version to 4.1.3, no changes needed. * Fix insecure-copyright-format-uri. . [ Lisandro Damián Nicanor Pérez Meyer ] * Remove botan patches. We can now use USE_SYSTEM_BOTAN as soon as botan2 hits the archive. Thanks Christian Kandeler for the pointer! * Switch Vcs-[Git Browser] to salsa.debian.org. . [ Alexander Volkov ] * Revert "Export LLVM_INSTALL_DIR without harcoding the version." since this method doesn't work with libclang-3.9-dev and llvm-3.9-dev build dependencies. (closes: #889984, #888895) . [ Adam Majer ] * Enable USE_SYSTEM_BOTAN again. (botan2.wip.patch, botan2.debian.patch) * Update Qt minimum version dependency to 5.6.2 . qtcreator (4.5.0-3) unstable; urgency=medium . * Switch back to using the embedded botan's code. Version 1.10 will get removed from the archive. QTCREATORBUG-19745 was filed against upstream to improve this situation (Closes: #889558). - Remove botan build dependency. * Refresh patches. . qtcreator (4.5.0-2) unstable; urgency=medium . * Team upload. * Fix FTBFS on armhf. (Closes: #886820) - Remove hack to build some files with -O1. Thanks to Adrian Bunk for testing. * Build-depend on qml-module-qtquick-controls to satisfy the check in src/plugins/plugins.pro. - Thanks to Dmitry Shachnev. * Build-depend libclang and llvm 3.9 instead of the metapackage. - qtcreator only works with version 3.9. . qtcreator (4.5.0-1) unstable; urgency=medium . [ Adam Majer ] * Enable clang code plugin on i386 (closes: #877814) . [ Lisandro Damián Nicanor Pérez Meyer ] * New upstream release. (closes: #875863) * Bump QBS build dependency to >= 1.10, required by the source. . qtcreator (4.3.1-2) unstable; urgency=medium . [ Maximiliano Curia ] * New revision * Update uploaders list as requested by MIA team (Closes: #879427) . [ Lisandro Damián Nicanor Pérez Meyer ] * Switch to unversioned llvm-dev and libclang-dev, see if we can keep this dependencies this way (Closes: #873414). - Export LLVM_INSTALL_DIR without harcoding the version. * Switch to compat 10 which uses parallel building by default. - Depend on debhelper >= 10. * Update Standards-Version to 4.1.1, no changes required. . qtcreator (4.3.1-1) unstable; urgency=medium . * New upstream version (closes: #866846) + Fix wizards not to overwrite existing files + Fix memory leak in code completion + Fix crash when requesting refactoring on invalid C++ code * Remove qtscript5-private-dev as a BuildDepend * Bump QBS dependency to 1.8.1 * remove_libexec.diff: refreshed * fix_documentation_path.diff: re-add. We are putting compiled documentation in compiled directory instead of human readable documentation directory * Install HTML version of the documentation for both QtCreator end user and the plugin developer. * Remove qtcreator.desktop in favour of upstream version * Use dh_missing instead of deprecated dh_install --fail-missing . qtcreator (4.3.0-1) UNRELEASED; urgency=medium . * New upstream release. * Bump Standards-version to 4.0.0. * Refresh patches and remove fix_documentation_path.diff as it's no longer needed. * Add my name to Uploaders. . qtcreator (4.2.0-1) unstable; urgency=medium . * New upstream version + Added experimental editor for Qt SCXML + Added pattern substitution for variable expansion + Added option to hide the central widget in Debug mode + Fixed highlighting of Markdown files + Added option to skip big C++ files when indexing + Improved responsiveness of completion and highlighting when using clang code model + Made display of maps more compact under debugger + Added pretty printing of `QRegExp` captures, `QStaticStringData`, `QStandardItem`, and `std::pair` udner debugger * Bump min build dependencies: + Qt 5.6.0 + QBS 1.7.0 + clang/llvm 3.9.0, only build clangplugin on amd64 * debian/watch: update downloaded files to XZ compressed * debian/control: add missing build dependency on llvm . qtcreator (4.1.0-4) unstable; urgency=medium . * Make qtcreator depend upon qml-module-qtqml-models2 (Closes: #843395). Thanks Oswald Buddenhagen for the bug report! . qtcreator (4.1.0-3) unstable; urgency=medium . * Do not require clang support on archs that do not have it. . qtcreator (4.1.0-2) unstable; urgency=medium . * Do not build clang support on armel (Closes: #839791). Thanks Emilio for the bug! * Switch to libclang-dev, which currently depends on libclang-3.8-dev. Listing both versions of libclang-3.*-dev is futile as buildds will only consider the first one. . qtcreator (4.1.0-1) unstable; urgency=medium . [ Adam Majer ] * New upstream version * Re-enable QBS plugin . qtcreator (4.1.0~rc1-1) experimental; urgency=medium . [ Adam Majer ] * New upstream version + added the Flat Dark and Flat Light themes (Environment > Interface > Theme settings) + editted files are now loaded on visibility instead of all on session resumption + improved overall performance of Qt Quick designer + improved performance of QML Profiler + option to turn off automatic running of CMake per configured tool + experimental support for the Nim programming language (in plugins) + c++: added separate highlighting for function declarations and usages + c++: added highlighting option for global variables + added support for TCP/IP forward tunneling with SSH * fix_build_on_ppc.patch removed, upstreamed * Refreshed patches * Bump Clang dependency to 3.8 * Temporarily disable QBS . qtcreator (4.0.3-1) unstable; urgency=medium . [ Adam Majer ] * New upstream version + cmake: resolve symlinks when comparing source directories + Clang: Fix dot-arrow-correction for zero results + Clang: Fix dot-arrow-correction for not-yet-parsed unsaved content + ProjectExplorer: Fix comparison with default-constructed Runnables + Depend on qbs 1.5.2 * Update Qt build requirements to 5.5.x . qtcreator (4.0.2-1) unstable; urgency=medium . * New upstream release. + Fix bug debugging an application that has pdb files larger than 1 GB . qtcreator (4.0.1-1) unstable; urgency=medium . * New upstream release. * Add a lintian override for qbs' sources, as we don't build it nor use it. * Fix mistyped license in debian/copyright. * Backport a patch to fix a FTBFS in PowerPC. Thanks Thiago Macieira for the quick reply :) . qtcreator (4.0.0-1) unstable; urgency=medium . [ Lisandro Damián Nicanor Pérez Meyer ] * New upstream release. + Bump qbs-dev to 1.5.0. * Instruct uscan to repack the original source with xz compression. * Remove 02_use_x-terminal-emulator.diff, already present upstream. * Refresh botan_system_lib.diff. * Add qmlscene and qt5-qmltooling-plugins as a qtcreator recommendations (Closes: #824334). * Update debian/copyright. * Update Homepage and Vcs-* fields to use secure URLs. * Update Standards-Version to 3.9.8, no changes required. * Update install files. * Make qtcreator recommend clang, as it has added quite interesting tools that use it. . [ Adam Majer ] * Refresh patches: + always_autotect_qt_versions + fix_qt_version_autodetection.diff + missing_header.diff + fix_documentation_path.diff + remove_libexec.diff . qtcreator (3.6.1-1) unstable; urgency=medium . * New upstream version + clang code model improvements * debian/patches: + remove disable_llvm_rpath.diff - upstreamed . qtcreator (3.6.0-2) unstable; urgency=medium . * Move libexec executables out from under /usr/bin to under /usr/lib and point QtCreator's internal libexec path to the new location. This allows plugins like Clangbackend to function once more. (closes: #812531) * debian/rules: + remove obsolete jQuery-related link and cleanup, since we no longer ship +fdsg version. + remove unnecessary dh_auto_clean_override * debian/qtcreator.install: + no longer install unnecessary qtcreator.sh * debian/patches/fix_qt_version_autodetection.diff + in certain situations it was possible for a Qt version to be autodetected as a new installation even it was already found and previosuly saved. Add a patch by Benjamin Zeller to fix this issue. Thanks to Timo Jyrinki for report (closes: #803937) . qtcreator (3.6.0-1) unstable; urgency=medium . [ Lisandro Damián Nicanor Pérez Meyer ] * New upstream release. * No longer ship a +dfsg version: the only remaining javascript file is not minified nor used, as we don't build qbs' documentation. - Adjust README.source and debian/watch to this new situation. * Refresh patches. . [ Adam Majer ] * Refreshed disable_llvm_rpath.diff - still needed for clangbackend binary. * Move libexec executables back to standard bin path * No longer distribute qtcreator menu file. We are already distributing a .desktop file. Checksums-Sha1: 4eb3c96b5fafb861f41518e80a8412c0e35a91b4 2546 qtcreator_4.6.2-1+16.04+xenial+build35~ubuntu16.04.1~ppa1.dsc bad101f42eccc1b0e83994548138de5af64044f4 23397676 qtcreator_4.6.2.orig.tar.xz 20534ad54ba2a58713c28fbafb2a97af45427324 27996 qtcreator_4.6.2-1+16.04+xenial+build35~ubuntu16.04.1~ppa1.debian.tar.xz Checksums-Sha256: 3f4b61c62c99088d96f21dcc298b1808220ad9cf0be04e871b4e477d72619504 2546 qtcreator_4.6.2-1+16.04+xenial+build35~ubuntu16.04.1~ppa1.dsc bbaf667f51051c602df02e04c1d7369bef9553326d8377bc36a019ae718843cc 23397676 qtcreator_4.6.2.orig.tar.xz b3f73111a88627c3f759b27b4050560e814931c41ea960725171431f37112144 27996 qtcreator_4.6.2-1+16.04+xenial+build35~ubuntu16.04.1~ppa1.debian.tar.xz Files: 4ad0bd07d0326b02a68606748b52ce52 2546 devel optional qtcreator_4.6.2-1+16.04+xenial+build35~ubuntu16.04.1~ppa1.dsc bb0ef0ef3cc430e702f410eb5f0c789a 23397676 devel optional qtcreator_4.6.2.orig.tar.xz 915d72d2a772be0cc9daec0e89ff36ef 27996 devel optional qtcreator_4.6.2-1+16.04+xenial+build35~ubuntu16.04.1~ppa1.debian.tar.xz