new approach to not doing version check on launch
[debian/openrocket] / debian / patches / debian-build.source.diff
1 diff --git a/core/resources/build.properties b/core/resources/build.properties
2 index d12cc3a..4897a42 100644
3 --- a/core/resources/build.properties
4 +++ b/core/resources/build.properties
5 @@ -8,9 +8,9 @@ build.version=12.03
6  # distribution (Debian, Fedora etc.), this should be changed appropriately!
7  # This is included in bug reports to identify the source of the software.
8  
9 -build.source=default
10 +build.source=Debian
11  
12  
13  # Whether checking for updates is enabled by default.
14  
15 -build.checkupdates=true
16 +build.checkupdates=false
17 diff --git a/debian/patches/debian-build.source.diff b/debian/patches/debian-build.source.diff
18 index 2152340..e69de29 100644
19 --- a/debian/patches/debian-build.source.diff
20 +++ b/debian/patches/debian-build.source.diff
21 @@ -1,13 +0,0 @@
22 -diff --git a/core/resources/build.properties b/core/resources/build.properties
23 -index 73ec3d0..e0cd5fa 100644
24 ---- a/core/resources/build.properties
25 -+++ b/core/resources/build.properties
26 -@@ -8,7 +8,7 @@ build.version=1.0.0
27 - # distribution (Debian, Fedora etc.), this should be changed appropriately!
28 - # This is included in bug reports to identify the source of the software.
29
30 --build.source=default
31 -+build.source=Debian
32
33
34 - # Whether checking for updates is enabled by default.