Split-off libxfreerdp-client.so.2.0.0 into its own bin:pkg.

This commit is contained in:
Mike Gabriel 2016-04-27 23:36:46 +02:00
parent c04c1a7651
commit 413dd1db1c
4 changed files with 28 additions and 1 deletions

26
debian/control vendored
View File

@ -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

View File

@ -1,3 +1,2 @@
usr/bin/xfreerdp
usr/share/man/man1/xfreerdp.1*
usr/lib/*/libxfreerdp-client.so.*

1
debian/libxfreerdp-client2.install vendored Normal file
View File

@ -0,0 +1 @@
usr/lib/*/libxfreerdp-client.so.*

1
debian/rules vendored
View File

@ -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