From 15eaeaba3682f9ac124ea7bd7c5bc2e1dc31e326 Mon Sep 17 00:00:00 2001 From: Bernhard Miklautz Date: Fri, 6 May 2016 14:24:58 +0200 Subject: [PATCH] debian/control: add dependency in libwinpr2-dev to libwinpr-tools2 --- debian/changelog | 2 ++ debian/control | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index d03459c..5ad5265 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ freerdp2 (2.0.0~git20160503.1.f828595+dfsg1-1) UNRELEASED; urgency=medium + build with WITH_CLIENT_INTERFACE=OFF this removes libxfreerdp-client * debian/libfreerdp-shadow2.symbols + remove symbols obsoleted by libwinpr-tools + * debian/control + + add dependency in libwinpr2-dev to libwinpr-tools2 -- Bernhard Miklautz Tue, 03 May 2016 18:54:42 +0200 diff --git a/debian/control b/debian/control index 0d77184..07d0df6 100644 --- a/debian/control +++ b/debian/control @@ -148,6 +148,7 @@ Multi-Arch: same Depends: ${misc:Depends}, libwinpr2 (= ${binary:Version}), + libwinpr-tools2 (= ${binary:Version}), Description: Windows Portable Runtime library (development files) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP,