Shayan Doust pushed to branch master at Debian Med / fast


Commits:
3a581fd9 by Shayan Doust at 2019-08-20T15:36:43Z
Current workspace push.

Look into multiarch

- - - - -


2 changed files:

- debian/control
- debian/rules


Changes:

=====================================
debian/control
=====================================
@@ -45,6 +45,7 @@ Package: libfast0
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
+         ${misc:Pre-Depends},
          opencl-c-headers,
          ocl-icd-opencl-dev,
          libeigen3-dev,


=====================================
debian/rules
=====================================
@@ -7,9 +7,12 @@ 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
-       install -D -m 755 debian/tmp/usr/fast/lib/libFAST.so.0 
debian/libfast0/usr/lib
+       install -D -m 755 debian/tmp/usr/libFAST.so 
debian/libfast0/usr/lib/$(DEB_HOST_MULTIARCH)
+       install -D -m 755 debian/tmp/usr/libFAST.a 
debian/libfast-dev/usr/lib/$(DEB_HOST_MULTIARCH)



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

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/fast/commit/3a581fd9809f8d78f53bfdfc9a61ea9a3ed7822d
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

Reply via email to