[med-svn] [Git][med-team/fast][master] Arch dependent directory for the lib

Shayan Doust gitlab at salsa.debian.org
Sun Aug 11 01:11:58 BST 2019



Shayan Doust pushed to branch master at Debian Med / fast


Commits:
88de85ee by Shayan Doust at 2019-08-11T00:10:10Z
Arch dependent directory for the lib

- - - - -


1 changed file:

- debian/rules


Changes:

=====================================
debian/rules
=====================================
@@ -7,10 +7,13 @@ include /usr/share/dpkg/default.mk
 
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
 %:
 	dh $@
 
 override_dh_install:
 	dh_install
 	find debian/fast -empty -type d -delete
-	
+	mkdir debian/fast/usr/lib debian/fast/usr/lib/$(DEB_HOST_MULTIARCH)
+	mv debian/fast/usr/fast/lib/* debian/fast/usr/lib/$(DEB_HOST_MULTIARCH)



View it on GitLab: https://salsa.debian.org/med-team/fast/commit/88de85ee279f3acd101d0e750595c9411809823e

-- 
View it on GitLab: https://salsa.debian.org/med-team/fast/commit/88de85ee279f3acd101d0e750595c9411809823e
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/20190811/9bf1901d/attachment-0001.html>


More information about the debian-med-commit mailing list