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

package info (click to toggle)
nextcloud-desktop 3.16.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 50,092 kB
  • sloc: cpp: 115,410; javascript: 1,297; objc: 751; python: 650; ansic: 391; sh: 383; makefile: 185; ruby: 174; 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 dd96a86..b41828b 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -66,3 +66,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 )