-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make a ppa with all depencencies #35
Comments
Good suggestion! The first problem for releasing a .deb package is: UnQlite don't have any released binary package yet. I don't know if it's a good idea to contain a third-party dependency in a our .deb package? |
Checkout launchpad documentations, I think you upload your code along with it's dependencies and launchpad takes care of building and making packages for you. |
Hey Aidin! I was reviewing issues I'm involved in and I saw this one. I decided to make this ppa.
You are definitely right! tocc's deb package must contain only tocc and nothing else. To emphasize this even more, I would say tocc needs three different .dep packages, one for I just finished adding unqlite to a ppa called tocc on launchpad, one can install unsqlite using that:
Please let me know if you have any comments, I will add tocc in the next step. |
Just a little update on this issue. First of all, properly packaging debian source code proved to be a tough task, at least for me. I played more with the above ppa and the corresponding debian packaging instructions. Now, instead of
I will try to build |
Hey Mehdi! Wow! That's great! Thanks for all the work (: |
I suggest to have a ppa repository on launchpad along with dependencies, in this case unqlite, which lets ppa users to install the software and newer versions easily.
The text was updated successfully, but these errors were encountered: