Skip to content

Instantly share code, notes, and snippets.

NAME=hello-world
VERSION=0.1
# Standard setup
mkdir $NAME-$VERSION
cd $NAME-$VERSION
dh_make --createorig --indep --copyright gpl2 --yes
find debian -type f -not -regex 'debian/\(changelog\|compat\|rules\|control\|copyright\)' -exec rm {} \;
echo "./debian/source/* ./" > debian/$NAME.install