[med-svn] [Git][med-team/bppphyview][master] 6 commits: Fix build with CMake 4 Closes: #1112732
Andreas Tille (@tille)
gitlab at salsa.debian.org
Fri Oct 17 09:13:36 BST 2025
Andreas Tille pushed to branch master at Debian Med / bppphyview
Commits:
705475f6 by Andreas Tille at 2025-10-17T10:09:23+02:00
Fix build with CMake 4 Closes: #1112732
- - - - -
0a97f491 by Andreas Tille at 2025-10-17T10:10:10+02:00
d/watch: version=5
- - - - -
a9919819 by Andreas Tille at 2025-10-17T10:10:19+02:00
Standards-Version: 4.7.2 (routine-update)
- - - - -
f2191c18 by Andreas Tille at 2025-10-17T10:10:51+02:00
debputy lint --auto-fix (routine-update)
- - - - -
48bc9441 by Andreas Tille at 2025-10-17T10:12:32+02:00
routine-update: Ready to upload to unstable
- - - - -
ab8475ff by Andreas Tille at 2025-10-17T10:13:12+02:00
Remove old FSF copyright
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/copyright
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+bppphyview (0.6.1-6) unstable; urgency=medium
+
+ * Fix build with CMake 4
+ Closes: #1112732
+ * d/watch: version=5
+ * Standards-Version: 4.7.2 (routine-update)
+ * debputy lint --auto-fix (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Fri, 17 Oct 2025 10:10:53 +0200
+
bppphyview (0.6.1-5) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -1,15 +1,17 @@
Source: bppphyview
+Standards-Version: 4.7.2
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Julien Dutheil <julien.dutheil at univ-montp2.fr>,
- Andreas Tille <tille at debian.org>
+Uploaders:
+ Julien Dutheil <julien.dutheil at univ-montp2.fr>,
+ Andreas Tille <tille at debian.org>,
Section: science
Priority: optional
-Build-Depends: debhelper-compat (= 13),
- cmake,
- qt5-qmake,
- qtdeclarative5-dev,
- libbpp-qt-dev
-Standards-Version: 4.6.2
+Build-Depends:
+ debhelper-compat (= 13),
+ cmake,
+ qt5-qmake,
+ qtdeclarative5-dev,
+ libbpp-qt-dev,
Vcs-Browser: https://salsa.debian.org/med-team/bppphyview
Vcs-Git: https://salsa.debian.org/med-team/bppphyview.git
Homepage: http://biopp.univ-montp2.fr/wiki/index.php/Main_Page
@@ -17,8 +19,9 @@ Rules-Requires-Root: no
Package: bppphyview
Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends}
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
Description: Bio++ Phylogenetic Viewer
A phylogenetic tree editor developed using Bio++ and Qt. Phyview allows one
to visualize, edit, print and output phylogenetic trees and associated data.
=====================================
debian/copyright
=====================================
@@ -529,10 +529,6 @@ License: GPL-2+
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
- .
- You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
.
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-2'.
=====================================
debian/rules
=====================================
@@ -7,6 +7,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@
+override_dh_auto_configure:
+ dh_auto_configure -- -DCMAKE_POLICY_VERSION_MINIMUM=3.5
+
override_dh_installman:
# Deal with
# dh_installman: warning: Multiple definitions for manpage via different compressions. Please ensure there is at most one definition.
=====================================
debian/watch
=====================================
@@ -1,4 +1,5 @@
-version=4
+Version: 5
-opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
- https://github.com/BioPP/bppphyview/tags .*/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
+Template: Github
+Owner: BioPP
+Project: bppphyview
View it on GitLab: https://salsa.debian.org/med-team/bppphyview/-/compare/7d618e2c39d24724a167e64099383e9cea094c66...ab8475ff09d601b61a91df6df8dc2c8aaf7a9366
--
View it on GitLab: https://salsa.debian.org/med-team/bppphyview/-/compare/7d618e2c39d24724a167e64099383e9cea094c66...ab8475ff09d601b61a91df6df8dc2c8aaf7a9366
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20251017/88437b5c/attachment-0001.htm>
More information about the debian-med-commit
mailing list