svn-autoreleasedeb

Automatically release/upload debian packages from SVN

Install

All systems
curl cmd.cat/svn-autoreleasedeb.sh
Debian Debian
apt-get install svn-autoreleasedeb
Ubuntu
apt-get install svn-autoreleasedeb
Windows (WSL2)
sudo apt-get update sudo apt-get install svn-autoreleasedeb
Raspbian
apt-get install svn-autoreleasedeb

svn-autoreleasedeb

Automatically release/upload debian packages from SVN

This package provides the capability of automatically publish a deb package directly from the SVN source. The SVN source must be already in the format managed by svn-buildpackage, since svn-buildpackage will be used to generate the deb. This package is useful to release the 'unstable' version of a software. The control of when to release the deb is made by watching the debian/changelog file. This script maintains a list of which packages to automate and the version they are. Every time you increases the version in changelog, the package you are working will be generated. It will also call dupload to send the generated package to your deb server (which can be the main debian server or your software house's debian server).