[med-svn] [Git][med-team/last-align][master] 3 commits: fix the cross building fix

Michael R. Crusoe gitlab at salsa.debian.org
Wed May 6 13:56:04 BST 2020



Michael R. Crusoe pushed to branch master at Debian Med / last-align


Commits:
8c7475f3 by Michael R. Crusoe at 2020-05-06T14:54:54+02:00
fix the cross building fix

- - - - -
7a1e5a20 by Michael R. Crusoe at 2020-05-06T14:54:54+02:00
give credit for ppc64el patch

- - - - -
efe23ceb by Michael R. Crusoe at 2020-05-06T14:54:54+02:00
release 1060-4 to unstable

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,10 @@
-last-align (1060-4) UNRELEASED; urgency=medium
+last-align (1060-4) unstable; urgency=medium
 
   * Team upload.
   * Enable cross-building
+  * Fix FTBFS on ppc64el, courtesy of frediz. (Closes: #959866)
 
- -- Michael R. Crusoe <michael.crusoe at gmail.com>  Mon, 20 Apr 2020 07:22:34 +0200
+ -- Michael R. Crusoe <michael.crusoe at gmail.com>  Wed, 06 May 2020 14:28:21 +0200
 
 last-align (1060-3) unstable; urgency=medium
 


=====================================
debian/rules
=====================================
@@ -33,7 +33,7 @@ ifeq (amd64,$(DEB_HOST_ARCH))
 	mkdir -p $(libexecdir)
 	for SIMD in avx2 avx sse4.1 ssse3 sse3 sse2 ; do \
 		export CXXFLAGS="$(CXXFLAGS) -m$${SIMD}" && export CFLAGS="$(CFLAGS) -m$${SIMD}" && \
-		dh_auto_make -- all SFX=-$${SIMD}  ; \
+		dh_auto_build -- all SFX=-$${SIMD}  ; \
 		find . -name '*.o' -delete ; \
 		find . -name '*.o8' -delete ; \
 	done
@@ -42,11 +42,11 @@ else ifeq (i386,$(DEB_HOST_ARCH))
 	mkdir -p $(libexecdir)
 	for SIMD in ssse3 sse3 sse2 sse mmx; do \
 		export CXXFLAGS="$(CXXFLAGS) -m$${SIMD}" && export CFLAGS="$(CFLAGS) -m$${SIMD}" && \
-		dh_auto_make -- all SFX=-$${SIMD}  ; \
+		dh_auto_build -- all SFX=-$${SIMD}  ; \
 		find . -name '*.o' -delete ; \
 		find . -name '*.o8' -delete ; \
 	done
-	export CXXFLAGS="$(CXXFLAGS) -m$${SIMD}" && export CFLAGS="$(CFLAGS) -m$${SIMD}" && dh_auto_make -- all SFX=-plain
+	export CXXFLAGS="$(CXXFLAGS) -m$${SIMD}" && export CFLAGS="$(CFLAGS) -m$${SIMD}" && dh_auto_build -- all SFX=-plain
 else
 	dh_auto_build
 endif



View it on GitLab: https://salsa.debian.org/med-team/last-align/-/compare/c85ba5940cf48370cc9b28ed9922e90a92d1d513...efe23ceb2b8dd5acda8e8fcadef094b1e7d1e3e2

-- 
View it on GitLab: https://salsa.debian.org/med-team/last-align/-/compare/c85ba5940cf48370cc9b28ed9922e90a92d1d513...efe23ceb2b8dd5acda8e8fcadef094b1e7d1e3e2
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/20200506/e3491bf9/attachment-0001.html>


More information about the debian-med-commit mailing list