[med-svn] [Git][med-team/populations][master] Use DEB_HOST_GNU_TYPE only with i386 (as a failsafe)
    Nilesh Patra 
    gitlab at salsa.debian.org
       
    Fri Feb 19 08:13:20 GMT 2021
    
    
  
Nilesh Patra pushed to branch master at Debian Med / populations
Commits:
eec1535f by Nilesh Patra at 2021-02-19T13:39:43+05:30
Use DEB_HOST_GNU_TYPE only with i386 (as a failsafe)
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -14,7 +14,11 @@ override_dh_auto_install: debian/populations.install
 	dh_auto_install
 
 debian/%.install: debian/%.install.in
+ifneq (,$(filter $(DEB_BUILD_ARCH),i386))
+	sed 's/@DEB_HOST_MULTIARCH@/$(DEB_HOST_GNU_TYPE)/g' $< > $@
+else
 	sed 's/@DEB_HOST_MULTIARCH@/$(DEB_HOST_MULTIARCH)/g' $< > $@
+endif
 
 override_dh_auto_clean:
 	dh_testdir
View it on GitLab: https://salsa.debian.org/med-team/populations/-/commit/eec1535fa51f2d18f3fb8b9e3dfebefca9087628
-- 
View it on GitLab: https://salsa.debian.org/med-team/populations/-/commit/eec1535fa51f2d18f3fb8b9e3dfebefca9087628
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/20210219/ecb63e0d/attachment.html>
    
    
More information about the debian-med-commit
mailing list