[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/libaxc][debian/master] Fix FTCBFS: Consistently use the host architecture compiler. (Closes: #994671)

Henry-Nicolas Tourneur (@hntourne) gitlab at salsa.debian.org
Sun Sep 19 15:28:33 BST 2021



Henry-Nicolas Tourneur pushed to branch debian/master at Debian On Mobile / libaxc


Commits:
a7437394 by Henry-Nicolas Tourneur at 2021-09-19T14:24:13+00:00
Fix FTCBFS: Consistently use the host architecture compiler. (Closes: #994671)

- - - - -


4 changed files:

- debian/changelog
- + debian/patches/0001_fix_ftcbfs.patch
- + debian/patches/series
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+axc (0.3.6-2) unstable; urgency=medium
+
+  * Fix FTCBFS: Consistently use the host architecture
+    compiler. (Closes: #994671)
+
+ -- Henry-Nicolas Tourneur <debian at nilux.be>  Sun, 19 Sep 2021 14:18:49 +0000
+
 axc (0.3.6-1) unstable; urgency=medium
 
   * New upstream version 0.3.6


=====================================
debian/patches/0001_fix_ftcbfs.patch
=====================================
@@ -0,0 +1,16 @@
+Author: Henry-Nicolas Tourneur <debian at nilux.be>
+Forwarded: https://github.com/gkdr/axc/pull/30
+Description: This patch fixes an FTCBFS, avoiding hard coded gcc call.
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/Makefile
++++ b/Makefile
+@@ -6,7 +6,7 @@ MKDIR = mkdir
+ MKDIR_P = mkdir -p
+ CMAKE ?= cmake
+ CMAKE_FLAGS = -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS=-fPIC
+-ARCH := $(shell gcc -print-multiarch)
++ARCH := $(shell $(CC) -print-multiarch)
+ VER_MAJ = 0
+ VERSION = 0.3.6
+ 


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+0001_fix_ftcbfs.patch


=====================================
debian/rules
=====================================
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 
 export DEB_BUILD_MAINT_OPTIONS= hardening=+all
+DPKG_EXPORT_BUILDTOOLS=1
+-include /usr/share/dpkg/buildtools.mk
 
 %:
 	dh $@



View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/libaxc/-/commit/a7437394b3b1cfc819a9d8b9c96bb73b144f0bba

-- 
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/libaxc/-/commit/a7437394b3b1cfc819a9d8b9c96bb73b144f0bba
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-on-mobile-maintainers/attachments/20210919/0f5099b6/attachment-0001.htm>


More information about the Debian-on-mobile-maintainers mailing list