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,