[med-svn] [Git][med-team/populations][master] Use DEB_HOST_GNU type for every arch since $(DEB_HOST_MULTIARCH) does not...

Nilesh Patra gitlab at salsa.debian.org
Fri Feb 19 14:04:57 GMT 2021



Nilesh Patra pushed to branch master at Debian Med / populations


Commits:
c3f06924 by Nilesh Patra at 2021-02-19T19:30:29+05:30
Use DEB_HOST_GNU type for every arch since $(DEB_HOST_MULTIARCH) does not match the default build directory used by debhelper

- - - - -


2 changed files:

- debian/populations.install.in
- debian/rules


Changes:

=====================================
debian/populations.install.in
=====================================
@@ -1 +1 @@
-obj- at DEB_HOST_MULTIARCH@/src/populations	usr/bin
+obj- at DEB_HOST_GNU_TYPE@/src/populations	usr/bin


=====================================
debian/rules
=====================================
@@ -14,11 +14,7 @@ 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
+	sed 's/@DEB_HOST_GNU_TYPE@/$(DEB_HOST_GNU_TYPE)/g' $< > $@
 
 override_dh_auto_clean:
 	dh_testdir



View it on GitLab: https://salsa.debian.org/med-team/populations/-/commit/c3f06924686a73ee788533491308747801e2217e

-- 
View it on GitLab: https://salsa.debian.org/med-team/populations/-/commit/c3f06924686a73ee788533491308747801e2217e
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/8a74bbdd/attachment.html>


More information about the debian-med-commit mailing list