I am trying to make a PPA to run a custom version of open5gs on POWDER testbed. The source code will be a GitHub repo so how do I include the source code in my package? I believe I need to make .deb package? Any help would be appreciated!
Asked
Active
Viewed 36 times
0
debian/
folder turns it into a "debian source". After changing the code, you only need to update the changelog in the debian source folder (with the commanddch
). Once you have created the PPA, after changing the source you only need to build it again in Launchpad (no need to repeat the other steps). – Archisman Panigrahi Aug 29 '21 at 04:57