diff options
Diffstat (limited to 'debian/patches/0003-Do-not-set-build-hash.patch')
-rw-r--r-- | debian/patches/0003-Do-not-set-build-hash.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/0003-Do-not-set-build-hash.patch b/debian/patches/0003-Do-not-set-build-hash.patch new file mode 100644 index 0000000..c5e26c4 --- /dev/null +++ b/debian/patches/0003-Do-not-set-build-hash.patch @@ -0,0 +1,16 @@ +From: Hilko Bengen <bengen@debian.org> +Date: Mon, 9 Jun 2014 00:11:28 +0200 +Subject: Do not set build hash + +--- + src/main/resources/es-build.properties | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/src/main/resources/es-build.properties b/src/main/resources/es-build.properties +index 563ecdd..570373a 100644 +--- a/src/main/resources/es-build.properties ++++ b/src/main/resources/es-build.properties +@@ -1,3 +1,2 @@ + version=${project.version} +-hash=${buildNumber} + timestamp=${timestamp} |