#!/bin/sh
export DEBEMAIL="golubev@svami.in.ua"
export DEBFULLNAME="Andrew Golubev"
dch -v 0.3.1 -D buster
dch -r
#dch -i
debuild
# --no-sign

