From 8fe9ca2fae0ce7e900fb2b0222a0567e49608ac9 Mon Sep 17 00:00:00 2001 From: Aaron Wells Date: Mon, 25 Mar 2013 17:24:59 +1300 Subject: [PATCH] Bug 8816: Add warning about manual edits to top of debian/control Content-Type: text/plain; charset="utf-8" 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 --- debian/control | 3 +++ debian/control.in | 3 +++ 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/debian/control b/debian/control index be19e0c..bf3f72e 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 manually 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..a4895a2 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 manually 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.2.5