This repository contains PPAs for Kowainik:
This section contains description of the PPA workflow: from installing
packages to preparing releases. All examples are given using the
hit-on
package.
sudo add-apt-repository --update ppa:kowainik/hit-on
sudo apt install hit-on
- Enter the
hit-on
directory. - Copy binary of a new version to
bin/
. - Add new entry in the
debian/changelog
file.TODO: probably some other files needs to be changed, to be clarified later
- Build package:
debuild -S
- Step directory up.
- Upload a new version to PPA using a command like:
dput ppa:kowainik/hit-on hit-on_0.1.0.0_source.changes