A Debian Packaging Template.
$ apt-get install devscripts dput debhelper dpkg-dev gdebi-coreIdentify your private key by running
$ gpg --list-secret-keysRun this command to export your key
$ gpg --export-secret-keys $ID > my-private-key.ascTo import the key
$ gpg --import my-private-key.ascTo delete both the private and public key
$ gpg --delete-keys
$ gpg --delete-secret-keys$ debuild -sd$ dput ppa:clivern/ppa <source.changes>© 2019, Clivern. Released under MIT License.
debian-packaging is authored and maintained by @clivern.
