#!/bin/bash

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