[05:34] Hi, I am working on to create PPA for an open source python project Osdag. Using python setup tools I was able to create .deb file successfully. The folder structure is like:-debian-osdag-dependencies-install-osdag.sh-setup.pyThe bash script is supposed to install python dependencies from dependencies folder using the command 'conda install' and c [05:34] reating workspace folder etc. osdag folder contains the source code, I want the bash script to run during the installation process and install packages. I also want the dependencies folder to be included with the package.How can I accomplish this? This is the first time I'm creating PPA, gone through the documentation but couldn't found any solutio [05:34] n. Please help! === acheronuk is now known as rikmills