At some point, I'll make a script that just sets everything up. Until then, this is an evolving process.
apt-get install vim sudo cowbuilder dupload
As root (usermod -aG sudo YOURUSERNAME)
You'll need your public and private keys. They'll be used to sign the repo.
Modify "create_build_environment.sh" to reflect your GPG key, and target release. Then run the script. In time, I'll just make these options on the command-line.
Modify "repo_setup.sh" to reflect your GPG key, and target release. Then run the script. In time, I'll just make these options on the command-line.
I like to use ~/workspace. This is used to store the source files, packaging files, etc. When using "build_package.sh" and "build_local_package.sh" they assum your current working directory is your workspace.
There is no support. That said, these scripts and methods are based on information from the Debian wiki.
https://wiki.debian.org/AutomateBackports https://wiki.debian.org/PbuilderTricks