#!/bin/bash

# Call parent script with custom profile
echo "Delegating to debian-package-build with profile debian"
debian-package-build "$@" --profile=debian
