@@ -, +, @@ of debian/control --- debian/control | 3 +++ debian/control.in | 3 +++ 2 files changed, 6 insertions(+) --- a/debian/control +++ a/debian/control @@ -3,6 +3,9 @@ Maintainer: Robin Sheat Section: web Priority: optional Standards-Version: 3.8.4 +# WARNING: The "control" file is automatically generated from the "control.in" file. +# Do not manually edit "control" or your changes will be clobbered when you +# run update-control # NOTA BENE: Build dependencies end up as runtime dependencies as well. # See debian/rules, the override_dh_gencontrol rules. # There are some exceptions. --- a/debian/control.in +++ a/debian/control.in @@ -3,6 +3,9 @@ Maintainer: Robin Sheat Section: web Priority: optional Standards-Version: 3.8.4 +# WARNING: The "control" file is automatically generated from the "control.in" file. +# Do not manually edit "control" or your changes will be clobbered when you +# run update-control # NOTA BENE: Build dependencies end up as runtime dependencies as well. # See debian/rules, the override_dh_gencontrol rules. # There are some exceptions. --