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-05-20 14:16:24 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-05-20 14:16:24 +0300
commitf6bdf827b1df7aaceca33f91232f62a093ba1e57 (patch)
tree9d59d929a878211383ebc1a24fbf1f7d956cfa0f
parentd549a441b606bab262cc4825404013a3fb084e26 (diff)
Using FreeRDP 2.1.0 tag
Signed-off-by: Antenore Gatta <antenore@simbiosi.org>
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 9bb4f32..a99f611 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+freerdp (2.0.0~git-0~remmina5.1) artful; urgency=medium
+
+ * Using git TAG 2.1.0
+
+ -- Antenore Gatta <antenore@simbiosi.org> Wed, 20 May 2020 13:15:22 +0200
+
freerdp (2.0.0~git-0~remmina5) artful; urgency=medium
* Non-maintainer upload.
diff --git a/debian/rules b/debian/rules
index 97d1a4a..ebd3013 100755
--- a/debian/rules
+++ b/debian/rules
@@ -99,7 +99,7 @@ VER ?= $(subst $(DTYPE),,$(UVER))
UURL = git://github.com/FreeRDP/FreeRDP.git
#UREV = $(shell echo $(VER) | cut -d"." -f5)
-UREV = "2.0.0"
+UREV = "2.1.0"
## http://wiki.debian.org/onlyjob/get-orig-source
.PHONY: get-orig-source