File: 0003-Use-release-version-for-Debian.patch

package info (click to toggle)
nextcloud-desktop 4.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 40,404 kB
  • sloc: cpp: 118,401; objc: 752; python: 606; sh: 395; ansic: 391; ruby: 174; makefile: 44; javascript: 32; xml: 6
file content (22 lines) | stat: -rw-r--r-- 657 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: =?utf-8?q?Christian_G=C3=B6ttsche?= <cgzones@googlemail.com>
Date: Mon, 4 Jan 2021 14:15:00 +0100
Subject: Use release version for Debian

Forwarded: not-needed
---
 VERSION.cmake | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/VERSION.cmake b/VERSION.cmake
index 591e40c..9370ad6 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -70,3 +70,8 @@ endif()
 # ------------------------------------
 # Not used anymore. For brander, please maintain craftmaster.ini
 set(QT_MAJOR_VERSION 6)
+
+# Version from Debian changelog
+if( EXTERNAL_VERSION )
+    set( MIRALL_VERSION_STRING "${EXTERNAL_VERSION} (Debian built)" )
+endif( EXTERNAL_VERSION )