<div dir="ltr"><div>Hi Andreas,</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 28 Mar 2019 at 23:09, Andreas Tille <<a href="mailto:andreas@fam-tille.de" target="_blank">andreas@fam-tille.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Dear Liubov,<br>
<br>it seems you solved those issues I stumbled upon.  Really great!<br></blockquote><div><br></div><div>I had almost the same problem with qiime build-time tests before, as they also required plugins that had to be activated somehow. Then I spent some time trying to understand why some files were escaping from removing. Still, I do not know the reason, but removing them before installation fixed the problem :-)</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I did some polishing.</blockquote><div><br></div><div>Thank you!</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I think for now its only the autopkgtest<br>that should be either done (or the template removed) before it<br>is ready for uploading.<br></blockquote><div><br></div><div>I am going to look at how it can be tested. BTW, there are some data files that going to be installed, and I expect they will be useful for the testing.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Very impressive that you now dived into the packaging business!<br></blockquote><div><br></div><div>I am also very happy that it is not that difficult as it may seem at first :-)</div><div><br></div><div>I will write to you when I finish the autopkgtest!</div><div><br></div><div>With regards,</div><div>Liubov</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Kind regards<br>
<br>       Andreas.<br>
<br>On Thu, Mar 28, 2019 at 10:06:07PM +0000, Liubov Chuprikova wrote:<br>> <br>> <br>> Liubov Chuprikova pushed to branch master at Debian Med / q2-types<br>> <br>> <br>> Commits:<br>> fb20bccc by Liubov Chuprikova at 2019-03-28T21:57:02Z<br>> Delete extraneous files before the installation<br>> <br>>     Not all of them are deleted right after the test<br>> <br>> - - - - -<br>> <br>> <br>> 1 changed file:<br>> <br>> - debian/rules<br>> <br>> <br>> Changes:<br>> <br>> =====================================<br>> debian/rules<br>> =====================================<br>> @@ -20,7 +20,7 @@ include /usr/share/dpkg/<a href="http://default.mk" rel="noreferrer" target="_blank">default.mk</a><br>>  # For testing, we need .egg-info so the entry points are available.<br>>  export PYBUILD_BEFORE_TEST=python{version} setup.py develop --install-dir {build_dir}<br>>  # Delete .egg-info and other files that were generated along with .egg-info<br>> -export PYBUILD_AFTER_TEST=rm -rf {build_dir}/q2-types.egg-* {build_dir}/site.py \<br>> +export PYBUILD_BEFORE_INSTALL=rm -rvf {build_dir}/q2-types.egg-* {build_dir}/site.py \<br>>       {build_dir}/.coverage* {build_dir}/easy-install.pth<br>>  <br>>  %:<br>> <br>> <br>> <br>> View it on GitLab: <a href="https://salsa.debian.org/med-team/q2-types/commit/fb20bccc75ecbef1dff1cdc210d93bfe916e1375" rel="noreferrer" target="_blank">https://salsa.debian.org/med-team/q2-types/commit/fb20bccc75ecbef1dff1cdc210d93bfe916e1375</a><br>> <br>> -- <br>> View it on GitLab: <a href="https://salsa.debian.org/med-team/q2-types/commit/fb20bccc75ecbef1dff1cdc210d93bfe916e1375" rel="noreferrer" target="_blank">https://salsa.debian.org/med-team/q2-types/commit/fb20bccc75ecbef1dff1cdc210d93bfe916e1375</a><br>> You're receiving this email because of your account on <a href="http://salsa.debian.org" rel="noreferrer" target="_blank">salsa.debian.org</a>.<br>> <br>
<br>> _______________________________________________<br>> debian-med-commit mailing list<br>> <a href="mailto:debian-med-commit@alioth-lists.debian.net" target="_blank">debian-med-commit@alioth-lists.debian.net</a><br>> <a href="https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit" rel="noreferrer" target="_blank">https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit</a><br>
<br>
<br>-- <br>
<a href="http://fam-tille.de" rel="noreferrer" target="_blank">http://fam-tille.de</a><br>
</blockquote></div></div>