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