diff --git a/debian/control b/debian/control index 076b70f..3ffd953 100644 --- a/debian/control +++ b/debian/control @@ -97,6 +97,18 @@ Description: Free Remote Desktop Protocol library (client library) . This package contains the shared library for common client functionality. +Package: libxfreerdp-client2 +Architecture: any +Section: libs +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} +Multi-Arch: same +Description: Free Remote Desktop Protocol library (X11 client library) + FreeRDP is a libre client/server implementation of the Remote + Desktop Protocol (RDP). + . + This package contains the shared library for X11 client functionality. + Package: libfreerdp-server2 Architecture: any Section: libs @@ -214,6 +226,20 @@ Description: Free Remote Desktop Protocol client library (debug symbols) . This package contains the debug symbols of the FreeRDP client library. +Package: libxfreerdp-client2-dbg +Section: debug +Priority: extra +Architecture: any +Multi-Arch: same +Depends: + ${misc:Depends}, + libxfreerdp-client2 (= ${binary:Version}), +Description: Free Remote Desktop Protocol library (X11 client library, debug symbols) + FreeRDP is a libre client/server implementation of the Remote + Desktop Protocol (RDP). + . + This package contains the debug symbols of the FreeRDP X11 client library. + Package: libfreerdp-server2-dbg Section: debug Priority: extra diff --git a/debian/freerdp2-x11.install b/debian/freerdp2-x11.install index f5c4a77..a22cfca 100644 --- a/debian/freerdp2-x11.install +++ b/debian/freerdp2-x11.install @@ -1,3 +1,2 @@ usr/bin/xfreerdp usr/share/man/man1/xfreerdp.1* -usr/lib/*/libxfreerdp-client.so.* diff --git a/debian/libxfreerdp-client2.install b/debian/libxfreerdp-client2.install new file mode 100644 index 0000000..7ac0bf2 --- /dev/null +++ b/debian/libxfreerdp-client2.install @@ -0,0 +1 @@ +usr/lib/*/libxfreerdp-client.so.* diff --git a/debian/rules b/debian/rules index 1f5940d..6e4cfb1 100755 --- a/debian/rules +++ b/debian/rules @@ -51,6 +51,7 @@ override_dh_strip: dh_strip -plibfreerdp2 --dbg-package=libfreerdp2-dbg dh_strip -plibfreerdp-server2 --dbg-package=libfreerdp-server2-dbg dh_strip -plibfreerdp-client2 --dbg-package=libfreerdp-client2-dbg + dh_strip -plibxfreerdp-client2 --dbg-package=libxfreerdp-client2-dbg dh_strip -plibrdtk2 --dbg-package=librdtk2-dbg dh_strip -plibwinpr2 --dbg-package=libwinpr2-dbg dh_strip -pfreerdp2-x11 --dbg-package=freerdp2-x11-dbg