Re: Status of transition and fastcluster issue
Hi Andreas
Thanks for all your work on this transition!
On 07/06/2018 12:21, Andreas Tille wrote:
The issue is caused due to the fact that only one debhelper buildsystem
(R or pybuild) can be used.  The last one specified wins and thus
"--buildsystem=R" just does nothing.  I need to investigate this.  All
other package uploads where scripted and thus easy to do but for this
issue I need some chunk of spare time (hopefully before, if not at the
weekend).  Any volunteer is welcome to beat me in finding a fix.
How about the following as a temporary workaround?
It will stand out at the next transition in case it gets forgotten.
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@
 Priority: optional
 Build-Depends: debhelper (>= 11~),
                dh-r,
-               r-base-dev,
+               r-base-dev (>= 3.5~),
                dh-python,
                python-dev,
                python-numpy,
@@ -22,7 +22,7 @@
 Package: r-cran-fastcluster
 Architecture: any
-Depends: ${R:Depends},
+Depends: ${R:Depends}, r-api-3.5,
          ${shlibs:Depends},
          ${misc:Depends}
 Recommends: ${R:Recommends}
Refreshing this sentence hereby.  Graham, in some repositories I've
found commits of yours.  I'm not sure how urgently you need that fix
uploaded.  I really like to repeat that team uploads are perfectly
welcome.
You've always made me feel very welcome to do team uploads, and I have 
done so when needed.  I'm pretty sure the commits I have made and not 
uploaded, have been minor things which I didn't feel justified an upload 
on their own.
Regards
Graham
Reply to: