## The `empty` template: a metapackage (non-empty Depends list) or an ## empty base package with no build system at all — pure `dh $@` plumbing ## as a starting point for hand-written rules. Pure data: no hooks, the ## metapackage Depends payload travels in the wizard answers, and the ## only upstream file is the stub README marking the tree as ## intentionally empty. ## ## Schema: see src/new/templates/mod.rs. id: empty label: Metapackage / empty base (no build system) detect: files: [] build_depends: [] architecture: all rules_dh_line: "dh $@" files: - path: README template: README.tpl