Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/FreeRDP-Ubuntu-PPA.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2020-04-14 15:10:13 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-04-14 15:10:13 +0300
commitd00bea90f946346c3374781033f17aa02047f18d (patch)
tree5d3cfdac8d6ae241f1951da68074854a9c6b9758
parent287a1e72317c219d4d7fcebbb41b837eba0f0326 (diff)
Setting default build options to use FreeRDP 2
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 8d24696..97d1a4a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -98,7 +98,8 @@ DTYPE = +dfsg1
VER ?= $(subst $(DTYPE),,$(UVER))
UURL = git://github.com/FreeRDP/FreeRDP.git
-UREV = $(shell echo $(VER) | cut -d"." -f5)
+#UREV = $(shell echo $(VER) | cut -d"." -f5)
+UREV = "2.0.0"
## http://wiki.debian.org/onlyjob/get-orig-source
.PHONY: get-orig-source