- qbs (2.4.2-2+rpi1) trixie-staging; urgency=medium
++qbs (2.6.1-1+rpi1) trixie-staging; urgency=medium
+
+ [changes brought forward from 1.10.0+dfsg-2+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Tue, 06 Feb 2018 00:27:38 +0000]
+ * Add symbols file hack for Raspbian.
+ * Fix clean target.
+
+ [changes introduced in 1.12.1+dfsg-2+rpi1 by Peter Michael Green]
+ * Disable testsuite.
+
+ [changes introduced in 1.12.2+dfsg-1+rpi1 by Peter Michael Green]
+ * Mark another symbol as optional. I'm guessing the presence or absesne of
+ this one depends on optimisation descisions by the compiler and/or the
+ version of libstdc++
+
+ [changes introduced in 1.13.1-2+rpi1 by Peter Michael Green]
+ * Extend symbols file hack.
+
+ [changes introduced in 1.22.0-4+rpi1 by Peter Michael Green]
+ * Further extend symbols file hack.
+
+ [changes introduced in 2.3.1-4+rpi1 by Peter Michael Green]
+ * Update symbols file changes for qbs 2.x
+
- -- Raspbian forward porter <root@raspbian.org> Thu, 31 Oct 2024 17:39:21 +0000
++ -- Peter Michael Green <plugwash@raspbian.org> Thu, 11 Sep 2025 19:17:23 +0000
++
+ qbs (2.6.1-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream release.
+
+ -- Pino Toscano <pino@debian.org> Mon, 21 Apr 2025 08:26:31 +0200
+
+ qbs (2.6.0-2) unstable; urgency=medium
+
+ * Team upload.
+ * Upload to unstable.
+
+ -- Pino Toscano <pino@debian.org> Sun, 30 Mar 2025 08:23:58 +0200
+
+ qbs (2.6.0-1) experimental; urgency=medium
+
+ * Team upload.
+
+ [ Simon Quigley ]
+ * Extend the -O2 hack for Ubuntu to also apply to amd64.
+
+ [ Pino Toscano ]
+ * Bump Standards-Version to 4.7.2, no changes required.
+ * New upstream release.
+ * Rename libqbscore2.5 to libqbscore2.6 according to the upstream SONAME
+ bump.
+ * Update install files.
+
+ -- Pino Toscano <pino@debian.org> Sat, 29 Mar 2025 07:50:00 +0100
+
+ qbs (2.5.1-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream release.
+
+ -- Pino Toscano <pino@debian.org> Sun, 02 Feb 2025 12:49:04 +0100
+
+ qbs (2.5.0-2) unstable; urgency=medium
+
+ * Team upload.
+ * Upload to unstable.
+ * Backport/adapt fixes from the upstream quickjs for GNU/Hurd to the embedded
+ copy in qbs; patch quickjs_hurd.diff.
+
+ -- Pino Toscano <pino@debian.org> Tue, 10 Dec 2024 06:26:52 +0100
+
+ qbs (2.5.0-1) experimental; urgency=medium
+
+ * Team upload.
+ * New upstream release.
+ * Update the patches:
+ - upstream_cmake-Do-not-install-.gitignore-files.patch: drop, backported
+ from upstream
+ - test_sanitizers_only_on_amd64.diff: refresh
+ * Rename libqbscore2.4 to libqbscore2.5 according to the upstream SONAME
+ bump.
+ * Update install files.
+ * Update copyright.
+ * Remove symbols file: the shared libqbscore library bumps SONAME at every
+ minor series, making the benefit of symbols files to lower the library
+ requirements less useful; furthermore, the current library exposes a lot
+ of internal symbols because of the enabled tests, making the symbols file
+ hard to maintain.
+
+ -- Pino Toscano <pino@debian.org> Sun, 08 Dec 2024 20:37:44 +0100
+
+ qbs (2.4.2-3) unstable; urgency=medium
+
+ * Team upload.
+ * Build the documentation only during arch-indep builds:
+ - move the python3-bs4, and python3-lxml build dependencies to
+ Build-Depends-Indep
+ - copy the qt6-tools-dev build dependency to Build-Depends-Indep, as it is
+ needed for running the test suite
+ - enable the -DQBS_INSTALL_HTML_DOCS, and -DQBS_INSTALL_QCH_DOCS cmake
+ arguments only when their respective packages are to be built
+ * Mark the qt6-declarative-dev, and qt6-tools-dev build dependencies as
+ !nocheck, as they are needed only when running the test suite.
+ * Update symbols file from the logs of buildds.
+ * Stop passing -DQBS_INSTALL_PREFIX to cmake, as it has not been used for a
+ long time.
+ * Simplifying avoiding installing .gitignore files:
+ - backport upstream commit 862deed5ec60c36c603d5ac84546804ea67cc675 to not
+ install .gitignore files; patch
+ upstream_cmake-Do-not-install-.gitignore-files.patch
+ - stop removing them from the sources in dh_auto_clean, to not modify the
+ sources
+ - drop the entries from debian/not-installed
+ * Remove entries from debian/not-installed that do not exist anymore.
+ * Remove Uploaders who have not contributed anything in more than 5 years.
+
+ -- Pino Toscano <pino@debian.org> Fri, 01 Nov 2024 11:12:59 +0100
qbs (2.4.2-2) unstable; urgency=medium