Filippo Rusconi pushed to branch master at Debian Med / beads
Commits: c90f387b by Rusconi Filippo at 2023-01-01T19:54:42+01:00 Prepare new version 1.1.22-1 hopefully fixing bug #1027544. - - - - - f078c60b by Rusconi Filippo at 2023-01-01T19:57:21+01:00 New upstream version 1.1.22 - - - - - 2b3f951c by Rusconi Filippo at 2023-01-01T19:58:45+01:00 Update upstream source from tag 'upstream/1.1.22' Update to upstream version '1.1.22' with Debian dir 3337398b4ee65e356bd32acffe5d3d47788ec788 - - - - - 3 changed files: - CMakeLists.txt - debian/changelog - src/detection.cpp Changes: ===================================== CMakeLists.txt ===================================== @@ -77,8 +77,8 @@ set(CMAKE_CXX_FLAGS_DEBUG "-g -s") set(CMAKE_CXX_FLAGS_MINSIZEREL "-Os -DNDEBUG") set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O2 -g") -set(BEADS_VERSION "1.1.21") -set(VERSION 1.1.21) +set(BEADS_VERSION "1.1.22") +set(VERSION 1.1.22) set(CPACK_CMAKE_GENERATOR "Unix Makefiles") set(CPACK_GENERATOR "STGZ;TGZ;TZ") ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +beads (1.1.22-1) unstable; urgency=low + + * New upstream version hopefully fixing bug (Closes: #1027544), thanks to + Lucas Nussbaum for the bug report (note the that the unfixed software + builds fine in a sid chroot on my computer). + + -- Filippo Rusconi <[email protected]> Sun, 01 Jan 2023 19:52:38 +0100 + beads (1.1.21-1) unstable; urgency=low * Port to Qt6. ===================================== src/detection.cpp ===================================== @@ -3,6 +3,8 @@ #include "qtbeads/qtbeads_error.h" #include <iostream> +#include <QObject> + using namespace std; detection::detection() : View it on GitLab: https://salsa.debian.org/med-team/beads/-/compare/1a05ea24066d45fb17935e1931944a95f273368d...2b3f951c699efa49e5cc718bd29f101589e6c8f8 -- View it on GitLab: https://salsa.debian.org/med-team/beads/-/compare/1a05ea24066d45fb17935e1931944a95f273368d...2b3f951c699efa49e5cc718bd29f101589e6c8f8 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
