macro_rules! debcargo_warn {
    ($e:expr) => { ... };
    ($fmt:expr, $( $arg:tt)+) => { ... };
}