[med-svn] [Git][med-team/rosa][master] Try to fix the build of R package
Dylan Aïssi
gitlab at salsa.debian.org
Sat Jul 4 09:04:51 BST 2020
Dylan Aïssi pushed to branch master at Debian Med / rosa
Commits:
08b723f8 by Dylan Aïssi at 2020-07-04T10:04:21+02:00
Try to fix the build of R package
- - - - -
2 changed files:
- debian/r-other-rosa.install
- debian/rules
Changes:
=====================================
debian/r-other-rosa.install
=====================================
@@ -1 +1 @@
-usr/lib/R
+tmp-install/* /
=====================================
debian/rules
=====================================
@@ -8,14 +8,15 @@ export PYBUILD_INTERPRETERS=python3
include /usr/share/dh-r/r-cran.mk
%:
- dh $@ --with python3 --buildsystem R
+ dh $@ --with python3
override_dh_auto_build:
dh_auto_build
dh_auto_build --sourcedirectory=python --buildsystem=pybuild
override_dh_auto_install:
- dh_auto_install
+ dh_auto_install -O--buildsystem=R --sourcedirectory=$(CURDIR)
+ mv debian/tmp tmp-install
dh_auto_install --sourcedirectory=python --buildsystem=pybuild
#cd python && ( [ -r debian ] || ln -s ../debian . ) && pybuild --install
View it on GitLab: https://salsa.debian.org/med-team/rosa/-/commit/08b723f80265b6cd026811b2f729a7d33e5375d6
--
View it on GitLab: https://salsa.debian.org/med-team/rosa/-/commit/08b723f80265b6cd026811b2f729a7d33e5375d6
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/20200704/24742b9b/attachment-0001.html>
More information about the debian-med-commit
mailing list