sudo add-apt-repository ppa:ramses-tech/ramses
sudo apt-get update
sudo apt-get install ramses(e.g. update ramses-X.X to ramses-Y.Y where X.X is the old version and Y.Y is the new one):
- Clone this repo:
git clone git@github.com:ramses-tech/debian-ramses.git - Rename "debian-ramses" to "ramses-Y.Y"
- Enter the new version folder (ramses-Y.Y)
- Edit
./debianfolder files if needed (e.g.changelogfile) - Create .tar.gz:
dh_make -s --indep --createorig - Build package:
debuild -S -sa - Push package to Launchpad:
dput ppa:ramses-tech/ramses ../ramses_Y.Y_source.changes - At Launchpad go to ramses PPA -> View package details -> Copy packages. Select new version of package. Destination PPA: This PPA. Copy options: Copy existing binaries. And copy package to all supported series.