From 6f0fdfb56f8a7077a3c7a9fa8e93224f0c673dab Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 9 Oct 2017 11:14:30 +0200 Subject: [PATCH 1/5] debian/control: Add D (freerdp-dev): libfreerdp-shadow-subsystem2-2 (same binary version}. (Closes: #877456). --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 709083a..24a59fa 100644 --- a/debian/control +++ b/debian/control @@ -184,6 +184,7 @@ Depends: libfreerdp-server2-2 (= ${binary:Version}), libfreerdp-client2-2 (= ${binary:Version}), libfreerdp-shadow2-2 (= ${binary:Version}), + libfreerdp-shadow-subsystem2-2 (= ${binary:Version}, winpr-utils (= ${binary:Version}), Description: Free Remote Desktop Protocol library (development files) FreeRDP is a libre client/server implementation of the Remote From cac1decf2ef91deb209c9b020a824c5a514f350e Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 9 Oct 2017 11:19:35 +0200 Subject: [PATCH 2/5] upload to unstable (debian/2.0.0~git20170725.1.1648deb+dfsg1-3) --- debian/changelog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6e568eb..275a7a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +freerdp2 (2.0.0~git20170725.1.1648deb+dfsg1-3) unstable; urgency=medium + + * debian/control: + + Add D (freerdp-dev): libfreerdp-shadow-subsystem2-2 (same binary version}. + (Closes: #877456). + + -- Mike Gabriel Mon, 09 Oct 2017 11:15:16 +0200 + freerdp2 (2.0.0~git20170725.1.1648deb+dfsg1-2) unstable; urgency=medium * debian/changelog: From 429ae0c23fa6f8ae300720e036718cfc59b27f91 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 9 Oct 2017 15:53:01 +0200 Subject: [PATCH 3/5] debian/control: Fix typo in newly added dependency for freerdp2-dev. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 24a59fa..72b7723 100644 --- a/debian/control +++ b/debian/control @@ -184,7 +184,7 @@ Depends: libfreerdp-server2-2 (= ${binary:Version}), libfreerdp-client2-2 (= ${binary:Version}), libfreerdp-shadow2-2 (= ${binary:Version}), - libfreerdp-shadow-subsystem2-2 (= ${binary:Version}, + libfreerdp-shadow-subsystem2-2 (= ${binary:Version}), winpr-utils (= ${binary:Version}), Description: Free Remote Desktop Protocol library (development files) FreeRDP is a libre client/server implementation of the Remote From b60f67017d6a74092a99d0b6c237451aa0789090 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 9 Oct 2017 15:55:33 +0200 Subject: [PATCH 4/5] debian/rules: Improve fix for build support on armel. Thanks to Adrian Bunk. (Closes: #874164). --- debian/rules | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/debian/rules b/debian/rules index 3aa71da..bd40883 100755 --- a/debian/rules +++ b/debian/rules @@ -7,15 +7,10 @@ CFLAGS+=$(CPPFLAGS) CXXFLAGS+=$(CPPFLAGS) DEB_HOST_ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH) -ifneq (,$(filter armhf,$(DEB_HOST_ARCH))) -ARM_FLOAT_ABI = -DARM_FP_ABI=hard -else -ARM_FLOAT_ABI = -endif ifneq (,$(filter armel,$(DEB_HOST_ARCH))) -ARM_FLOAT_ABI = -DARM_FP_ABI=hard -DWITH_NEON=off +WITH_NEON = -DWITH_NEON=OFF else -ARM_FLOAT_ABI = +WITH_NEON = endif NULL = @@ -49,7 +44,7 @@ DEB_CMAKE_EXTRA_FLAGS := -DCMAKE_INSTALL_INCLUDEDIR=include/$(shell dpkg-archit -DCMAKE_BUILD_TYPE=RELWITHDEBINFO \ -DWITH_WAYLAND=ON \ -DWITH_CLIENT_INTERFACE=OFF \ - $(ARM_FLOAT_ABI) \ + $(WITH_NEON) \ $(NULL) %: dh $@ --parallel From db713bef31bc297e12a8972a90bd90776a2fd0c5 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 9 Oct 2017 16:01:53 +0200 Subject: [PATCH 5/5] upload to unstable (debian/2.0.0~git20170725.1.1648deb+dfsg1-4) --- debian/changelog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index 275a7a5..ad071c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +freerdp2 (2.0.0~git20170725.1.1648deb+dfsg1-4) unstable; urgency=medium + + * debian/control: + + Fix typo in newly added dependency for freerdp2-dev. + * debian/rules: + + Improve fix for build support on armel. Thanks to Adrian Bunk. (Closes: + #874164). + + -- Mike Gabriel Mon, 09 Oct 2017 15:55:42 +0200 + freerdp2 (2.0.0~git20170725.1.1648deb+dfsg1-3) unstable; urgency=medium * debian/control: