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.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit