Bug 8816: Add warning about manual edits to top of debian/control
authorAaron Wells <aaronw@catalyst.net.nz>
Mon, 25 Mar 2013 04:24:59 +0000 (17:24 +1300)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sun, 31 Mar 2013 00:40:12 +0000 (20:40 -0400)
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 <mtj@kohaaloha.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Adds comments with a warning.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
debian/control
debian/control.in

index be19e0c..fe69e1e 100644 (file)
@@ -3,6 +3,9 @@ Maintainer: Robin Sheat <robin@catalyst.net.nz>
 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.
index a30aeed..0fd9d44 100644 (file)
@@ -3,6 +3,9 @@ Maintainer: Robin Sheat <robin@catalyst.net.nz>
 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.