[med-svn] [Git][med-team/phylip][master] 4 commits: fix-declarations.patch: new: fix a build failure.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Sat Mar 16 18:44:19 GMT 2024
Étienne Mollier pushed to branch master at Debian Med / phylip
Commits:
2d8182d9 by Étienne Mollier at 2024-03-16T19:39:02+01:00
fix-declarations.patch: new: fix a build failure.
Closes: #1066595
- - - - -
e6756b5b by Étienne Mollier at 2024-03-16T19:41:04+01:00
d/*.lintian-overrides: fix mismatches.
- - - - -
9a34b073 by Étienne Mollier at 2024-03-16T19:41:32+01:00
d/watch: use secure uri.
- - - - -
a940a700 by Étienne Mollier at 2024-03-16T19:43:27+01:00
ready changelog for upload to unstable.
- - - - -
5 changed files:
- debian/changelog
- + debian/patches/fix-declarartions.patch
- debian/patches/series
- debian/phylip.lintian-overrides
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+phylip (1:3.697+dfsg-4) unstable; urgency=medium
+
+ * Team upload.
+ * fix-declarations.patch: new: fix a build failure. (Closes: #1066595)
+ * d/*.lintian-overrides: fix mismatches.
+ * d/watch: use secure uri.
+
+ -- Étienne Mollier <emollier at debian.org> Sat, 16 Mar 2024 19:43:07 +0100
+
phylip (1:3.697+dfsg-3) unstable; urgency=medium
* Team upload.
=====================================
debian/patches/fix-declarartions.patch
=====================================
@@ -0,0 +1,17 @@
+Description: add missing C function declaration.
+Author: Étienne Mollier <emollier at debian.org>
+Bug-Debian: https://bugs.debian.org/1066595
+Forwarded: no
+Last-Update: 2024-03-16
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- phylip.orig/src/draw.h
++++ phylip/src/draw.h
+@@ -87,6 +87,7 @@
+ void plotlabels(char *fontname);
+ void pout(long);
+ double computeAngle(double oldx, double oldy, double newx, double newy);
++void makebox(char *, double *, double *, double *, long);
+
+
+ /* For povray, added by Dan F. */
=====================================
debian/patches/series
=====================================
@@ -5,3 +5,4 @@ do_not_install_jar_files.patch
soname.patch
optimisation_flags.patch
fcommon-flag.patch
+fix-declarartions.patch
=====================================
debian/phylip.lintian-overrides
=====================================
@@ -1,5 +1,5 @@
# Seems to be false positives - options are properly set
-phylip: hardening-no-fortify-functions usr/lib/*/libdraw*.so
+phylip: hardening-no-fortify-functions [usr/lib/*/libdraw*.so]
phylip: package-name-doesnt-match-sonames libdrawgram libdrawtree
phylip: shlib-without-versioned-soname usr/lib/*/libdraw*.so libdraw*.so
phylip: no-symbols-control-file usr/lib/*/libdraw*.so
=====================================
debian/watch
=====================================
@@ -1,3 +1,4 @@
version=4
opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g" \
- http://phylipweb.github.io/phylip/getme-new1.html .*phylip/download/phylip-(.*)\.tar\.gz
+ https://phylipweb.github.io/phylip/getme-new1.html
+ .*phylip/download/phylip-(.*)\.tar\.gz
View it on GitLab: https://salsa.debian.org/med-team/phylip/-/compare/12f86edab8858be80f7612e4747b0b811be1ea71...a940a700bad5bca7833be8bd2b6591b845ffb0fd
--
View it on GitLab: https://salsa.debian.org/med-team/phylip/-/compare/12f86edab8858be80f7612e4747b0b811be1ea71...a940a700bad5bca7833be8bd2b6591b845ffb0fd
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/20240316/e8494ee0/attachment-0001.htm>
More information about the debian-med-commit
mailing list