[med-svn] [Git][med-team/dawg][master] 5 commits: Fix Build with CMake 4
Andreas Tille (@tille)
gitlab at salsa.debian.org
Fri Oct 17 09:59:17 BST 2025
Andreas Tille pushed to branch master at Debian Med / dawg
Commits:
85a88275 by Andreas Tille at 2025-10-17T10:54:19+02:00
Fix Build with CMake 4
Closes: #1112828
- - - - -
e3b90ab8 by Andreas Tille at 2025-10-17T10:55:04+02:00
d/watch: version=5
- - - - -
755b7079 by Andreas Tille at 2025-10-17T10:55:13+02:00
Standards-Version: 4.7.2 (routine-update)
- - - - -
eea97f64 by Andreas Tille at 2025-10-17T10:55:31+02:00
debputy lint --auto-fix (routine-update)
- - - - -
a1d5fc3b by Andreas Tille at 2025-10-17T10:56:41+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 @@
+dawg (1.2-5) unstable; urgency=medium
+
+ * Team upload.
+ * Fix Build with CMake 4
+ Closes: #1112828
+ * 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:55:33 +0200
+
dawg (1.2-4) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -1,13 +1,15 @@
Source: dawg
+Standards-Version: 4.7.2
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Kevin Murray <spam at kdmurray.id.au>
+Uploaders:
+ Kevin Murray <spam at kdmurray.id.au>,
Section: science
Priority: optional
-Build-Depends: debhelper-compat (= 13),
- cmake,
- bison,
- flex
-Standards-Version: 4.6.0
+Build-Depends:
+ debhelper-compat (= 13),
+ cmake,
+ bison,
+ flex,
Vcs-Browser: https://salsa.debian.org/med-team/dawg
Vcs-Git: https://salsa.debian.org/med-team/dawg.git
Homepage: https://github.com/reedacartwright/dawg
@@ -15,8 +17,9 @@ Rules-Requires-Root: no
Package: dawg
Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends}
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
Description: simulate the evolution of recombinant DNA sequences
DNA Assembly with Gaps (Dawg) is an application designed to simulate the
evolution of recombinant DNA sequences in continuous time based on the robust
=====================================
debian/rules
=====================================
@@ -15,7 +15,8 @@ BINDIR := $(CURDIR)/obj-$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)/src
override_dh_auto_configure:
dh_auto_configure -- \
-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
- -DCMAKE_DATA_DIR=/usr/share/doc/dawg
+ -DCMAKE_DATA_DIR=/usr/share/doc/dawg \
+ -DCMAKE_POLICY_VERSION_MINIMUM=3.5
override_dh_fixperms:
dh_fixperms
=====================================
debian/watch
=====================================
@@ -1,3 +1,5 @@
-version=4
-opts="filenamemangle=s/(?:.*?)?v?(\d[\d.]*)\.tar\.gz/dawg_$1.tar.gz/" \
- https://github.com/reedacartwright/dawg/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz
+Version: 5
+
+Template: Github
+Owner: reedacartwright
+Project: dawg
View it on GitLab: https://salsa.debian.org/med-team/dawg/-/compare/8cb1ff07ff030eb70f9cae511ff9fafaa699ae06...a1d5fc3bd9db9aaefd3cb347d2142db235c7affc
--
View it on GitLab: https://salsa.debian.org/med-team/dawg/-/compare/8cb1ff07ff030eb70f9cae511ff9fafaa699ae06...a1d5fc3bd9db9aaefd3cb347d2142db235c7affc
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/ca2d5216/attachment-0001.htm>
More information about the debian-med-commit
mailing list