From 67288b3133d29d75458e8539c0ce690d53e17a14 Mon Sep 17 00:00:00 2001 From: Aaron Wells Date: Mon, 25 Mar 2013 17:24:59 +1300 Subject: [PATCH] [PASSED QA] Bug 8816: Add warning about manual edits to top of debian/control And we need to add it to control.in as well, because control is created from control.in (which is the whole point of the warning ;) Signed-off-by: Mason James Signed-off-by: Katrin Fischer Adds comments with a warning. --- debian/control | 3 +++ debian/control.in | 3 +++ 2 files changed, 6 insertions(+) diff --git a/debian/control b/debian/control index be19e0c..fe69e1e 100644 --- a/debian/control +++ b/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. diff --git a/debian/control.in b/debian/control.in index a30aeed..0fd9d44 100644 --- a/debian/control.in +++ b/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. -- 1.7.9.5