projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4df4ec
)
Use release version for Debian
author
Christian Göttsche
<cgzones@googlemail.com>
Mon, 4 Jan 2021 13:15:00 +0000
(14:15 +0100)
committer
Sandro Knauß
<hefee@debian.org>
Thu, 1 Aug 2024 18:19:18 +0000
(20:19 +0200)
Forwarded: not-needed
Gbp-Pq: Name 0003-Use-release-version-for-Debian.patch
VERSION.cmake
patch
|
blob
|
history
diff --git
a/VERSION.cmake
b/VERSION.cmake
index cf82833f55fa35c192698d463567f0ca945113e2..5785c95912e09e5be535a84f70a252d7fa7f517f 100644
(file)
--- a/
VERSION.cmake
+++ b/
VERSION.cmake
@@
-37,3
+37,8
@@
set( MIRALL_VERSION_STRING "${MIRALL_VERSION}${MIRALL_VERSION_SUFFIX}" )
if( MIRALL_VERSION_BUILD )
set( MIRALL_VERSION_STRING "${MIRALL_VERSION_STRING} (build ${MIRALL_VERSION_BUILD})" )
endif( MIRALL_VERSION_BUILD )
+
+# Version from Debian changelog
+if( EXTERNAL_VERSION )
+ set( MIRALL_VERSION_STRING "${EXTERNAL_VERSION} (Debian built)" )
+endif( EXTERNAL_VERSION )