Build quilt packages

This commit is contained in:
2015-09-23 21:21:30 +02:00
parent 5bd63ab0ef
commit 2cff8041dc
8 changed files with 47 additions and 14 deletions

View File

@ -0,0 +1,15 @@
#!/bin/bash
source "${TAMARIN_UTIL}"
if [ -f "debian/source/format" ]; then
format=$(cat debian/source/format)
case ${format} in
"3.0 (native)")
set_opt package_format "native"
;;
"3.0 (quilt)")
set_opt package_format "quilt"
;;
esac
fi