[med-svn] [Git][med-team/ncbi-seg][master] 4 commits: d/rules: workaround build failure with gcc-14.

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Sun Sep 1 19:14:43 BST 2024



Étienne Mollier pushed to branch master at Debian Med / ncbi-seg


Commits:
52e172d2 by Étienne Mollier at 2024-09-01T20:06:38+02:00
d/rules: workaround build failure with gcc-14.

Closes: #1066563

- - - - -
7e0f705c by Étienne Mollier at 2024-09-01T20:10:57+02:00
d/{control,copyright}: update homepage from ftp to https.

- - - - -
f2551f27 by Étienne Mollier at 2024-09-01T20:11:12+02:00
d/control: declare compliance to standards version 4.7.0.

- - - - -
58918cf5 by Étienne Mollier at 2024-09-01T20:13:48+02:00
Ready for upload to unstable.

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/copyright
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+ncbi-seg (0.0.20000620-7) unstable; urgency=medium
+
+  * Team upload.
+  * d/rules: workaround build failure with gcc-14. (Closes: #1066563)
+  * d/{control,copyright}: update homepage from ftp to https.
+  * d/control: declare compliance to standards version 4.7.0.
+
+ -- Étienne Mollier <emollier at debian.org>  Sun, 01 Sep 2024 20:11:32 +0200
+
 ncbi-seg (0.0.20000620-6) unstable; urgency=medium
 
   [ Steffen Moeller ]


=====================================
debian/control
=====================================
@@ -6,10 +6,10 @@ Uploaders: Laszlo Kajan <lkajan at debian.org>,
 Section: science
 Priority: optional
 Build-Depends: debhelper-compat (= 13)
-Standards-Version: 4.5.0
+Standards-Version: 4.7.0
 Vcs-Browser: https://salsa.debian.org/med-team/ncbi-seg
 Vcs-Git: https://salsa.debian.org/med-team/ncbi-seg.git
-Homepage: ftp://ftp.ncbi.nih.gov/pub/seg/seg/
+Homepage: https://ftp.ncbi.nih.gov/pub/seg/seg/
 Rules-Requires-Root: no
 
 Package: ncbi-seg


=====================================
debian/copyright
=====================================
@@ -1,7 +1,7 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: seg
 Upstream-Contact: John Wootton <wootton at ncbi.nlm.nih.gov>
-Source: ftp://ftp.ncbi.nih.gov/pub/seg/seg/
+Source: https://ftp.ncbi.nih.gov/pub/seg/seg/
 
 Files: *
 Copyright: public-domain


=====================================
debian/rules
=====================================
@@ -4,6 +4,13 @@
 
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
+# ncbi-seg is written in K&R C which would require extensive rewrites to
+# accomodate modern C capabilities.  Since upstream hasn't seen an
+# update since 2000, the severity of the issue is downgraded instead.
+export DEB_CFLAGS_MAINT_APPEND = \
+	-Wno-error=implicit-function-declaration \
+	-Wno-error=implicit-int
+
 %:
 	dh $@
 



View it on GitLab: https://salsa.debian.org/med-team/ncbi-seg/-/compare/1daefaf30c57df406f72b8fc23f4bf72e9bc93f0...58918cf5ebc040231abb6569f45a5549a2f488f8

-- 
View it on GitLab: https://salsa.debian.org/med-team/ncbi-seg/-/compare/1daefaf30c57df406f72b8fc23f4bf72e9bc93f0...58918cf5ebc040231abb6569f45a5549a2f488f8
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/20240901/5e34e41c/attachment-0001.htm>


More information about the debian-med-commit mailing list