[med-svn] [Git][med-team/damapper][master] 2 commits: Do not hard code the build architecture compiler
Andreas Tille
gitlab at salsa.debian.org
Fri Nov 13 09:49:47 GMT 2020
Andreas Tille pushed to branch master at Debian Med / damapper
Commits:
7dca75df by Andreas Tille at 2020-11-13T10:41:20+01:00
Do not hard code the build architecture compiler
- - - - -
cb3428f1 by Andreas Tille at 2020-11-13T10:42:41+01:00
routine-update: Ready to upload to unstable
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/cross.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+damapper (0.0+git20200322.b2c9d7f-3) unstable; urgency=medium
+
+ * Team upload.
+ * Do not hard code the build architecture compiler (thanks for the
+ patch to Helmut Grohne)
+ Closes: #974600
+
+ -- Andreas Tille <tille at debian.org> Fri, 13 Nov 2020 10:41:48 +0100
+
damapper (0.0+git20200322.b2c9d7f-2) unstable; urgency=medium
* Team upload.
=====================================
debian/patches/cross.patch
=====================================
@@ -0,0 +1,20 @@
+Author: Helmut Grohne <helmut at subdivi.de>
+Date: Thu, 12 Nov 2020 20:15:04 UTC
+Bug-Debian: https://bugs.debian.org/974600
+Description: Do not hard code the build architecture compiler
+
+--- damapper-0.0+git20200322.b2c9d7f.orig/Makefile
++++ damapper-0.0+git20200322.b2c9d7f/Makefile
+@@ -5,10 +5,10 @@
+ all: $(ALL)
+
+ damapper: damapper.c map.c map.h align.c align.h DB.c DB.h QV.c QV.h
+- gcc $(CFLAGS) $(shell dpkg-buildflags --get CFLAGS) -o damapper damapper.c map.c align.c DB.c QV.c -lpthread -lm
++ $(CC) $(CFLAGS) $(shell dpkg-buildflags --get CFLAGS) -o damapper damapper.c map.c align.c DB.c QV.c -lpthread -lm
+
+ HPC.damapper: HPC.damapper.c DB.c DB.h QV.c QV.h
+- gcc $(CFLAGS) $(shell dpkg-buildflags --get CFLAGS) -o HPC.damapper HPC.damapper.c DB.c QV.c -lm
++ $(CC) $(CFLAGS) $(shell dpkg-buildflags --get CFLAGS) -o HPC.damapper HPC.damapper.c DB.c QV.c -lm
+
+ clean:
+ rm -f $(ALL)
=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
modify_makefile.patch
+cross.patch
View it on GitLab: https://salsa.debian.org/med-team/damapper/-/compare/eb351796e747d70f34d0778e17339ef6f1727f40...cb3428f1ba64a32599dee8add6e57e885aee7bfc
--
View it on GitLab: https://salsa.debian.org/med-team/damapper/-/compare/eb351796e747d70f34d0778e17339ef6f1727f40...cb3428f1ba64a32599dee8add6e57e885aee7bfc
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/20201113/3de6c83f/attachment-0001.html>
More information about the debian-med-commit
mailing list