[med-svn] [Git][med-team/transrate-tools][master] 5 commits: Fix build with CMake 4
Andreas Tille (@tille)
gitlab at salsa.debian.org
Mon Oct 20 13:38:15 BST 2025
Andreas Tille pushed to branch master at Debian Med / transrate-tools
Commits:
7ee921f0 by Andreas Tille at 2025-10-20T14:29:04+02:00
Fix build with CMake 4
Closes: #1113584
- - - - -
8b455f5b by Andreas Tille at 2025-10-20T14:31:43+02:00
d/watch: version=5
- - - - -
cc6376e9 by Andreas Tille at 2025-10-20T14:31:59+02:00
Standards-Version: 4.7.2 (routine-update)
- - - - -
38e78153 by Andreas Tille at 2025-10-20T14:35:17+02:00
debputy lint --auto-fix (routine-update)
- - - - -
d14f0b6f by Andreas Tille at 2025-10-20T14:36:15+02:00
routine-update: Ready to upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+transrate-tools (1.0.0-6) unstable; urgency=medium
+
+ * Team upload.
+ * Fix build with CMake 4
+ Closes: #1113584
+ * d/watch: version=5
+ * Standards-Version: 4.7.2 (routine-update)
+ * debputy lint --auto-fix (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Mon, 20 Oct 2025 14:35:19 +0200
+
transrate-tools (1.0.0-5) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -1,14 +1,16 @@
Source: transrate-tools
+Standards-Version: 4.7.2
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Michael R. Crusoe <michael.crusoe at gmail.com>
+Uploaders:
+ Michael R. Crusoe <michael.crusoe at gmail.com>,
Section: science
Priority: optional
-Build-Depends: debhelper-compat (= 13),
- cmake,
- libbamtools-dev,
- zlib1g-dev,
- help2man
-Standards-Version: 4.6.1
+Build-Depends:
+ debhelper-compat (= 13),
+ cmake,
+ libbamtools-dev,
+ zlib1g-dev,
+ help2man,
Vcs-Browser: https://salsa.debian.org/med-team/transrate-tools
Vcs-Git: https://salsa.debian.org/med-team/transrate-tools.git
Homepage: https://hibberdlab.com/transrate/
@@ -16,8 +18,9 @@ Rules-Requires-Root: no
Package: transrate-tools
Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends}
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
Description: helper for transrate
Transrate is a library and command-line tool for quality assessment of de-novo
transcriptome assemblies.
=====================================
debian/rules
=====================================
@@ -5,6 +5,9 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@
+override_dh_auto_configure:
+ dh_auto_configure -- -DCMAKE_POLICY_VERSION_MINIMUM=3.5
+
override_dh_auto_install:
dh_auto_install
help2man --no-info --include debian/bam-read-man-include \
=====================================
debian/watch
=====================================
@@ -1,4 +1,4 @@
-version=4
+Version: 5
-opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
- https://github.com/blahah/transrate-tools/tags .*/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
+Source: https://github.com/blahah/@PACKAGE@/tags
+Matching-Pattern: (?:.*?/)?v?(\d[\d.]+)@ARCHIVE_EXT@
View it on GitLab: https://salsa.debian.org/med-team/transrate-tools/-/compare/1f4f518a6a404574907ae7a342d4e8c4a2107ca6...d14f0b6f98592bca635fc62df21b0b01f3ad03ef
--
View it on GitLab: https://salsa.debian.org/med-team/transrate-tools/-/compare/1f4f518a6a404574907ae7a342d4e8c4a2107ca6...d14f0b6f98592bca635fc62df21b0b01f3ad03ef
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/20251020/e5a19c03/attachment-0001.htm>
More information about the debian-med-commit
mailing list