From 7f45aa2c1ba50d6b9d6be36db561c1cd03f3a050 Mon Sep 17 00:00:00 2001 From: Martin Killenberg <martin.killenberg@desy.de> Date: Thu, 21 Jul 2016 11:16:51 +0200 Subject: [PATCH] added non-modification warning to the new script --- cmake/make_debian_package.sh.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/cmake/make_debian_package.sh.in b/cmake/make_debian_package.sh.in index 39228bee..7f661847 100755 --- a/cmake/make_debian_package.sh.in +++ b/cmake/make_debian_package.sh.in @@ -1,5 +1,19 @@ #!/bin/bash +# Shell script to generate a debian package from a particular tag (configured during the cmake configuration). + +####################################################################################################################### +# +# IMPORTANT NOTE: +# +# DO NOT MODIFY THIS FILE inside a project. Instead update the project-template repository and pull the change from +# there. Make sure to keep the file generic, since it will be used by other projects, too. +# +# If you have modified this file inside a project despite this warning, make sure to cherry-pick all your changes +# into the project-template repository immediately. +# +####################################################################################################################### + # This cmake.in file requires the following variables to be set: # PACKAGE_BUILDVERSION_ENVIRONMENT_VARIABLE_NAME Environment variable which contains the build version. # Must not contain any hyphens. -- GitLab