[med-svn] [Git][med-team/dwgsim][master] 5 commits: d/rules: workaround build failure with gcc 14.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Sun Aug 25 08:39:32 BST 2024
Étienne Mollier pushed to branch master at Debian Med / dwgsim
Commits:
e5c729d9 by Étienne Mollier at 2024-08-25T09:32:39+02:00
d/rules: workaround build failure with gcc 14.
Closes: #1074926
- - - - -
499f5cc3 by Étienne Mollier at 2024-08-25T09:33:13+02:00
remove-travis-ci-link.patch: remove unused patch.
- - - - -
69bb7ae9 by Étienne Mollier at 2024-08-25T09:36:19+02:00
d/clean: properly cleanup multiple build artifacts.
Closes: #1044706, #1049717
- - - - -
dbeed64d by Étienne Mollier at 2024-08-25T09:37:39+02:00
d/control: declare compliance to standards version 4.7.0.
- - - - -
6268ffdf by Étienne Mollier at 2024-08-25T09:38:18+02:00
Ready for upload to unstable.
- - - - -
5 changed files:
- debian/changelog
- debian/clean
- debian/control
- − debian/patches/remove-travis-ci-link.patch
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+dwgsim (0.1.14-3) unstable; urgency=medium
+
+ * Team upload.
+ * d/rules: workaround build failure with gcc 14. (Closes: #1074926)
+ * remove-travis-ci-link.patch: remove unused patch.
+ * d/clean: properly cleanup multiple build artifacts.
+ (Closes: #1044706, #1049717)
+ * d/control: declare compliance to standards version 4.7.0.
+
+ -- Étienne Mollier <emollier at debian.org> Sun, 25 Aug 2024 09:38:11 +0200
+
dwgsim (0.1.14-2) unstable; urgency=medium
* Team upload.
=====================================
debian/clean
=====================================
@@ -1 +1,4 @@
README.html
+ex1.fa
+samtools/examples
+src/*.o
=====================================
debian/control
=====================================
@@ -6,7 +6,7 @@ Priority: optional
Build-Depends: debhelper-compat (= 13),
samtools,
zlib1g-dev
-Standards-Version: 4.6.1
+Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/dwgsim
Vcs-Git: https://salsa.debian.org/med-team/dwgsim.git
Homepage: https://github.com/nh13/DWGSIM/
=====================================
debian/patches/remove-travis-ci-link.patch deleted
=====================================
@@ -1,11 +0,0 @@
-Author: Nilesh Patra <npatra974 at gmail.com>
-Description: Remove Travis build status link - this is of no real use to end users and instead causes a privacy breach - hence removing this.
-Last Changed: Tue July 14 2020
---- a/README.md
-+++ b/README.md
-@@ -1,5 +1,3 @@
--[![Build Status](https://travis-ci.org/nh13/DWGSIM.svg?branch=master)](https://travis-ci.org/nh13/DWGSIM)
--
- Welcome to DWGSIM.
-
- Please see the file LICENSE for details.
=====================================
debian/rules
=====================================
@@ -6,6 +6,12 @@ include /usr/share/dpkg/default.mk
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+# FIXME: workaround build failure with gcc 14 until upstream until
+# upstream resolves [1].
+#
+# [1]: https://github.com/nh13/DWGSIM/issues/88
+export DEB_CFLAGS_MAINT_APPEND = -Wno-error=incompatible-pointer-types
+
%:
dh $@
View it on GitLab: https://salsa.debian.org/med-team/dwgsim/-/compare/83ca07487e3eebd1d8a89b26a89f2ec9c4f5e3a1...6268ffdfa07b19a3d389059e678e8614634f4dfd
--
View it on GitLab: https://salsa.debian.org/med-team/dwgsim/-/compare/83ca07487e3eebd1d8a89b26a89f2ec9c4f5e3a1...6268ffdfa07b19a3d389059e678e8614634f4dfd
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/20240825/71c5b05c/attachment-0001.htm>
More information about the debian-med-commit
mailing list