#!/bin/sh

if [ $(dpkg-architecture -qDEB_HOST_ARCH) = arm64 ]; then
    hostarchitecture=amd64
else
    hostarchitecture=arm64
fi
pkg=hello-traditional

. debian/tests/debomatictest.sh

debomatictest_rebuild
debomatictest_create_conf
debomatic -c $conf -o incoming/${pkg}_${version}_source.changes -i
debomatictest_check_log ${pkg}_${version}_$hostarchitecture.changes:
