[med-svn] [Git][med-team/disulfinder][master] 4 commits: Fix FTCBFS by not hardcoding build arch compiler
Nilesh Patra
gitlab at salsa.debian.org
Mon Feb 22 18:19:30 GMT 2021
Nilesh Patra pushed to branch master at Debian Med / disulfinder
Commits:
a057cae2 by Nilesh Patra at 2021-02-22T23:31:33+05:30
Fix FTCBFS by not hardcoding build arch compiler
- - - - -
658875ee by Nilesh Patra at 2021-02-22T23:37:22+05:30
Remove useless .dirs where no data is installed
- - - - -
8bdfaa17 by Nilesh Patra at 2021-02-22T23:39:24+05:30
Migrate to secure URLs
- - - - -
e7ed5486 by Nilesh Patra at 2021-02-22T23:40:46+05:30
Update changelog
- - - - -
6 changed files:
- debian/changelog
- debian/control
- − debian/disulfinder-data.dirs
- + debian/patches/cross.patch
- debian/patches/gcc-6.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+disulfinder (1.2.11-10) unstable; urgency=medium
+
+ * Team Upload.
+ * Fix FTCBFS by not hardcoding build arch compiler
+ - Thank you, Helmut Grohne! (Closes: #982290)
+ * Remove useless .dirs where no data is installed
+ * Migrate to secure URLs
+
+ -- Nilesh Patra <npatra974 at gmail.com> Mon, 22 Feb 2021 23:39:27 +0530
+
disulfinder (1.2.11-9) unstable; urgency=medium
[ Jelmer Vernooij ]
=====================================
debian/control
=====================================
@@ -12,7 +12,7 @@ Build-Depends: debhelper-compat (= 13),
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/disulfinder
Vcs-Git: https://salsa.debian.org/med-team/disulfinder.git
-Homepage: http://disulfind.dsi.unifi.it/
+Homepage: https://disulfind.dsi.unifi.it/
Rules-Requires-Root: no
Package: disulfinder
=====================================
debian/disulfinder-data.dirs deleted
=====================================
@@ -1 +0,0 @@
-usr/share/disulfinder
=====================================
debian/patches/cross.patch
=====================================
@@ -0,0 +1,22 @@
+Description: Do not hardcode build compiler to fix FTCBFS
+Author: Helmut Grohne <helmut at subdivi.de>
+Last-Update: 2021-02-22
+--- a/disulfind/src/Common/Makefile
++++ b/disulfind/src/Common/Makefile
+@@ -12,13 +12,13 @@
+ lib : libCommon.a
+
+ Eig: Decomposition.o ${OBJECTFILES}
+- g++ -o $@ $+ ${LIBS}
++ $(CXX) -o $@ $+ ${LIBS}
+
+ Norm: Norm.o ${OBJECTFILES}
+- g++ -o $@ $+ ${LIBS}
++ $(CXX) -o $@ $+ ${LIBS}
+
+ %.o: %.cpp
+- g++ $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@
++ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@
+
+ clean:
+ $(MAKE) -C eig clean
=====================================
debian/patches/gcc-6.patch
=====================================
@@ -4,7 +4,7 @@ Description: compile with gcc-6
objects, it was easier to make the Assert function actually accept
an iostream object instead of add .good() to each call.
Forwarded: no
-Bug-Debian: http://bugs.debian.org/811876
+Bug-Debian: https://bugs.debian.org/811876
Author: Gert Wollny <gw.fossdev at gmail.com>
Last-Update: Fri, 1 Jul 2016
=====================================
debian/patches/series
=====================================
@@ -3,3 +3,4 @@ variable_length_array
unknown_escape
gcc-6.patch
gcc-7.patch
+cross.patch
View it on GitLab: https://salsa.debian.org/med-team/disulfinder/-/compare/5d8ccad64415a82404682b13bfb967b7401d1536...e7ed5486c55766ac3c6445f2c5e5fa1500ee9c61
--
View it on GitLab: https://salsa.debian.org/med-team/disulfinder/-/compare/5d8ccad64415a82404682b13bfb967b7401d1536...e7ed5486c55766ac3c6445f2c5e5fa1500ee9c61
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/20210222/d3abca03/attachment-0001.htm>
More information about the debian-med-commit
mailing list