Packaging my own programs for Trisquel?
- Login o registrati per inviare commenti
Dear Trisquel users,
In the process of installing my server on Trisquel, I have a cute program to publish my public IP addresses to my DNS provider. It builds with the GNU build system, and links to gnutls. I don’t think it’s useful enough for me to try and publish it in a distribution, but I would still like to create a package for it. What are you using to manage your personal package in Trisquel?
reprepro. After you make the .deb, use reprepro to make & maintain a package repo somewhere. Then add it to your /etc/apt/sources.list so you can do the usual sudo apt install and whatnot. Ta Da.
Thank you. I have many questions though!
Are you using the debian way to do your package? Which option are you using from https://www.debian.org/doc/manuals/maint-guide/build.en.html? Do you use git to manage your packaging / reprepro configuration? Is there a chance you have some published thing I could steal shamelessly?