debian/{control,*.install,*.symbols}: Let package names match sonames.
This commit is contained in:
parent
2e5396a00a
commit
318d04a367
58
debian/control
vendored
58
debian/control
vendored
@ -73,11 +73,13 @@ Description: RDP client for Windows Terminal Services (X11 client)
|
||||
.
|
||||
This package contains the X11 based client.
|
||||
|
||||
Package: libfreerdp2
|
||||
Package: libfreerdp2-2
|
||||
Architecture: any
|
||||
Section: libs
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Breaks: libfreerdp2 (<< 2.0.0~git20170725.1.1648deb+dfsg1-1~),
|
||||
Replaces: libfreerdp2 (<< 2.0.0~git20170725.1.1648deb+dfsg1-1~),
|
||||
Multi-Arch: same
|
||||
Suggests: freerdp2-x11
|
||||
Description: Free Remote Desktop Protocol library (core library)
|
||||
@ -86,11 +88,13 @@ Description: Free Remote Desktop Protocol library (core library)
|
||||
.
|
||||
This package contains the shared library with all core functionality.
|
||||
|
||||
Package: libfreerdp-client2
|
||||
Package: libfreerdp-client2-2
|
||||
Architecture: any
|
||||
Section: libs
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Breaks: libfreerdp-client2 (<< 2.0.0~git20170725.1.1648deb+dfsg1-1~),
|
||||
Replaces: libfreerdp-client2 (<< 2.0.0~git20170725.1.1648deb+dfsg1-1~),
|
||||
Multi-Arch: same
|
||||
Description: Free Remote Desktop Protocol library (client library)
|
||||
FreeRDP is a libre client/server implementation of the Remote
|
||||
@ -98,11 +102,13 @@ Description: Free Remote Desktop Protocol library (client library)
|
||||
.
|
||||
This package contains the shared library for common client functionality.
|
||||
|
||||
Package: libfreerdp-server2
|
||||
Package: libfreerdp-server2-2
|
||||
Architecture: any
|
||||
Section: libs
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Breaks: libfreerdp-server2 (<< 2.0.0~git20170725.1.1648deb+dfsg1-1~),
|
||||
Replaces: libfreerdp-server2 (<< 2.0.0~git20170725.1.1648deb+dfsg1-1~),
|
||||
Multi-Arch: same
|
||||
Description: Free Remote Desktop Protocol library (server library)
|
||||
FreeRDP is a libre client/server implementation of the Remote
|
||||
@ -110,11 +116,13 @@ Description: Free Remote Desktop Protocol library (server library)
|
||||
.
|
||||
This package contains the shared library with common server functionality.
|
||||
|
||||
Package: libwinpr2
|
||||
Package: libwinpr2-2
|
||||
Architecture: any
|
||||
Section: libs
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Breaks: libwinpr2 (<< 2.0.0~git20170725.1.1648deb+dfsg1-1~),
|
||||
Replaces: libwinpr2 (<< 2.0.0~git20170725.1.1648deb+dfsg1-1~),
|
||||
Multi-Arch: same
|
||||
Suggests: freerdp2-x11
|
||||
Description: Windows Portable Runtime library
|
||||
@ -129,11 +137,13 @@ Description: Windows Portable Runtime library
|
||||
.
|
||||
This package contains the WinPR shared library.
|
||||
|
||||
Package: libwinpr-tools2
|
||||
Package: libwinpr-tools2-2
|
||||
Architecture: any
|
||||
Section: libs
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Breaks: libwinpr-tools2 (<< 2.0.0~git20170725.1.1648deb+dfsg1-1~),
|
||||
Replaces: libwinpr-tools2 (<< 2.0.0~git20170725.1.1648deb+dfsg1-1~),
|
||||
Multi-Arch: same
|
||||
Description: Windows Portable Runtime Tools library
|
||||
FreeRDP is a libre client/server implementation of the Remote
|
||||
@ -149,8 +159,8 @@ Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
libssl-dev,
|
||||
libwinpr2 (= ${binary:Version}),
|
||||
libwinpr-tools2 (= ${binary:Version}),
|
||||
libwinpr2-2 (= ${binary:Version}),
|
||||
libwinpr-tools2-2 (= ${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,
|
||||
@ -170,10 +180,10 @@ Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
libwinpr2-dev (= ${binary:Version}),
|
||||
libfreerdp2 (= ${binary:Version}),
|
||||
libfreerdp-server2 (= ${binary:Version}),
|
||||
libfreerdp-client2 (= ${binary:Version}),
|
||||
libfreerdp-shadow2 (= ${binary:Version}),
|
||||
libfreerdp2-2 (= ${binary:Version}),
|
||||
libfreerdp-server2-2 (= ${binary:Version}),
|
||||
libfreerdp-client2-2 (= ${binary:Version}),
|
||||
libfreerdp-shadow2-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
|
||||
@ -198,11 +208,13 @@ Description: Windows Portable Runtime library command line utilities
|
||||
.
|
||||
This package contains WinPR command line utils (winpr-hash, winpr-makecert).
|
||||
|
||||
Package: libfreerdp-shadow2
|
||||
Package: libfreerdp-shadow2-2
|
||||
Architecture: any
|
||||
Section: libs
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends},
|
||||
Breaks: libfreerdp-shadow2 (<< 2.0.0~git20170725.1.1648deb+dfsg1-1~),
|
||||
Replaces: libfreerdp-shadow2 (<< 2.0.0~git20170725.1.1648deb+dfsg1-1~),
|
||||
Multi-Arch: same
|
||||
Description: FreeRDP Remote Desktop Protocol shadow libraries
|
||||
FreeRDP is a libre client/server implementation of the Remote
|
||||
@ -210,6 +222,20 @@ Description: FreeRDP Remote Desktop Protocol shadow libraries
|
||||
.
|
||||
This package contains the shadow libraries.
|
||||
|
||||
Package: libfreerdp-shadow-subsystem2-2
|
||||
Architecture: any
|
||||
Section: libs
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Breaks: libfreerdp-shadow2 (<< 2.0.0~git20170725.1.1648deb+dfsg1-1~),
|
||||
Replaces: libfreerdp-shadow2 (<< 2.0.0~git20170725.1.1648deb+dfsg1-1~),
|
||||
Multi-Arch: same
|
||||
Description: FreeRDP Remote Desktop Protocol shadow subsystem libraries
|
||||
FreeRDP is a libre client/server implementation of the Remote
|
||||
Desktop Protocol (RDP).
|
||||
.
|
||||
This package contains the shadow subsystem libraries.
|
||||
|
||||
Package: freerdp2-shadow-x11
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
@ -221,11 +247,13 @@ Description: FreeRDP x11 shadowing server
|
||||
This package contains a "shadowing" server that can be used to
|
||||
share an already started X11 DISPLAY.
|
||||
|
||||
Package: libuwac0
|
||||
Package: libuwac0-0
|
||||
Architecture: any
|
||||
Section: libs
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Breaks: libuwac0 (<< 2.0.0~git20170725.1.1648deb+dfsg1-1~),
|
||||
Replaces: libuwac0 (<< 2.0.0~git20170725.1.1648deb+dfsg1-1~),
|
||||
Multi-Arch: same
|
||||
Description: Using wayland as a client library
|
||||
Using wayland as a client (uwac) is a library to provide common
|
||||
@ -239,7 +267,7 @@ Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
libuwac0 (= ${binary:Version}),
|
||||
libuwac0-0 (= ${binary:Version}),
|
||||
Description: Using wayland as a client (development files)
|
||||
Using wayland as a client (uwac) is a library to provide common
|
||||
functionality for wayland clients.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
libfreerdp-client2.so.2 libfreerdp-client2 #MINVER#
|
||||
libfreerdp-client2.so.2 libfreerdp-client2-2 #MINVER#
|
||||
client_cli_authenticate@Base 2.0.0~git20160317.1.75ae3f5+dfsg1
|
||||
client_cli_gw_authenticate@Base 2.0.0~git20160317.1.75ae3f5+dfsg1
|
||||
client_cli_verify_certificate@Base 2.0.0~git20160317.1.75ae3f5+dfsg1
|
||||
1
debian/libfreerdp-client2.lintian-overrides
vendored
1
debian/libfreerdp-client2.lintian-overrides
vendored
@ -1 +0,0 @@
|
||||
libfreerdp-client2: package-name-doesnt-match-sonames libfreerdp-client2-2
|
||||
2
debian/libfreerdp-server2-2.lintian-overrides
vendored
Normal file
2
debian/libfreerdp-server2-2.lintian-overrides
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# the RDP protocol throws an error containing the word UNKOWN... So it is not us who cannot spell...
|
||||
libfreerdp-server2-2: spelling-error-in-binary usr/lib/x86_64-linux-gnu/libfreerdp-server.so.2.0.0 UNKOWN UNKNOWN
|
||||
@ -1,4 +1,4 @@
|
||||
libfreerdp-server2.so.2 libfreerdp-server2 #MINVER#
|
||||
libfreerdp-server2.so.2 libfreerdp-server2-2 #MINVER#
|
||||
audin_server_context_free@Base 2.0.0~git20160317.1.75ae3f5+dfsg1
|
||||
audin_server_context_new@Base 2.0.0~git20160317.1.75ae3f5+dfsg1
|
||||
cliprdr_server_context_free@Base 2.0.0~git20160317.1.75ae3f5+dfsg1
|
||||
3
debian/libfreerdp-server2.lintian-overrides
vendored
3
debian/libfreerdp-server2.lintian-overrides
vendored
@ -1,3 +0,0 @@
|
||||
# the RDP protocol throws an error containing the word UNKOWN... So it is not us who cannot spell...
|
||||
libfreerdp-server2: spelling-error-in-binary usr/lib/x86_64-linux-gnu/libfreerdp-server.so.2.0.0 UNKOWN UNKNOWN
|
||||
libfreerdp-server2: package-name-doesnt-match-sonames libfreerdp-server2-2
|
||||
1
debian/libfreerdp-shadow-subsystem2-2.install
vendored
Normal file
1
debian/libfreerdp-shadow-subsystem2-2.install
vendored
Normal file
@ -0,0 +1 @@
|
||||
usr/lib/*/libfreerdp-shadow-subsystem*.so.*
|
||||
3
debian/libfreerdp-shadow-subsystem2-2.symbols
vendored
Normal file
3
debian/libfreerdp-shadow-subsystem2-2.symbols
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
libfreerdp-shadow-subsystem2.so.2 libfreerdp-shadow-subsystem2-2 #MINVER#
|
||||
X11_ShadowSubsystemEntry@Base 2.0.0~git20160317.1.75ae3f5+dfsg1
|
||||
shadow_subsystem_set_entry_builtin@Base 2.0.0~git20160317.1.75ae3f5+dfsg1
|
||||
1
debian/libfreerdp-shadow2-2.install
vendored
Normal file
1
debian/libfreerdp-shadow2-2.install
vendored
Normal file
@ -0,0 +1 @@
|
||||
usr/lib/*/libfreerdp-shadow2*.so.*
|
||||
@ -1,7 +1,4 @@
|
||||
libfreerdp-shadow-subsystem2.so.2 libfreerdp-shadow2 #MINVER#
|
||||
X11_ShadowSubsystemEntry@Base 2.0.0~git20160317.1.75ae3f5+dfsg1
|
||||
shadow_subsystem_set_entry_builtin@Base 2.0.0~git20160317.1.75ae3f5+dfsg1
|
||||
libfreerdp-shadow2.so.2 libfreerdp-shadow2 #MINVER#
|
||||
libfreerdp-shadow2.so.2 libfreerdp-shadow2-2 #MINVER#
|
||||
shadow_capture_align_clip_rect@Base 2.0.0~git20160317.1.75ae3f5+dfsg1
|
||||
shadow_capture_compare@Base 2.0.0~git20160317.1.75ae3f5+dfsg1
|
||||
shadow_client_boardcast_msg@Base 2.0.0~git20160317.1.75ae3f5+dfsg1
|
||||
1
debian/libfreerdp-shadow2.install
vendored
1
debian/libfreerdp-shadow2.install
vendored
@ -1 +0,0 @@
|
||||
usr/lib/*/libfreerdp-shadow*.so.*
|
||||
1
debian/libfreerdp-shadow2.lintian-overrides
vendored
1
debian/libfreerdp-shadow2.lintian-overrides
vendored
@ -1 +0,0 @@
|
||||
libfreerdp-shadow2: package-name-doesnt-match-sonames libfreerdp-shadow-subsystem2-2 libfreerdp-shadow2-2
|
||||
@ -1,4 +1,4 @@
|
||||
libfreerdp2.so.2 libfreerdp2 #MINVER#
|
||||
libfreerdp2.so.2 libfreerdp2-2 #MINVER#
|
||||
Bitmap_Alloc@Base 2.0.0~git20160317.1.75ae3f5+dfsg1
|
||||
Bitmap_SetDimensions@Base 2.0.0~git20160317.1.75ae3f5+dfsg1
|
||||
Bitmap_SetRectangle@Base 2.0.0~git20160317.1.75ae3f5+dfsg1
|
||||
1
debian/libfreerdp2.lintian-overrides
vendored
1
debian/libfreerdp2.lintian-overrides
vendored
@ -1 +0,0 @@
|
||||
libfreerdp2: package-name-doesnt-match-sonames libfreerdp2-2
|
||||
@ -1,4 +1,4 @@
|
||||
libuwac0.so.0 libuwac0 #MINVER#
|
||||
libuwac0.so.0 libuwac0-0 #MINVER#
|
||||
UwacCloseDisplay@Base 2.0.0~git20160317.1.75ae3f5+dfsg1
|
||||
UwacCreateWindowShm@Base 2.0.0~git20160317.1.75ae3f5+dfsg1
|
||||
UwacDestroyWindow@Base 2.0.0~git20160317.1.75ae3f5+dfsg1
|
||||
1
debian/libuwac0.lintian-overrides
vendored
1
debian/libuwac0.lintian-overrides
vendored
@ -1 +0,0 @@
|
||||
libuwac0: package-name-doesnt-match-sonames libuwac0-0
|
||||
@ -1,4 +1,4 @@
|
||||
libwinpr-tools2.so.2 libwinpr-tools2 #MINVER#
|
||||
libwinpr-tools2.so.2 libwinpr-tools2-2 #MINVER#
|
||||
makecert_context_free@Base 2.0.0~git20160503.1.f828595+dfsg1
|
||||
makecert_context_new@Base 2.0.0~git20160503.1.f828595+dfsg1
|
||||
makecert_context_output_certificate_file@Base 2.0.0~git20160503.1.f828595+dfsg1
|
||||
1
debian/libwinpr-tools2.lintian-overrides
vendored
1
debian/libwinpr-tools2.lintian-overrides
vendored
@ -1 +0,0 @@
|
||||
libwinpr-tools2: package-name-doesnt-match-sonames libwinpr-tools2-2
|
||||
@ -1,4 +1,4 @@
|
||||
libwinpr2.so.2 libwinpr2 #MINVER#
|
||||
libwinpr2.so.2 libwinpr2-2 #MINVER#
|
||||
ASN1DecSetError@Base 2.0.0~git20160317.1.75ae3f5+dfsg1
|
||||
ASN1EncSetError@Base 2.0.0~git20160317.1.75ae3f5+dfsg1
|
||||
ASN1_CloseEncoder@Base 2.0.0~git20160317.1.75ae3f5+dfsg1
|
||||
1
debian/libwinpr2.lintian-overrides
vendored
1
debian/libwinpr2.lintian-overrides
vendored
@ -1 +0,0 @@
|
||||
libwinpr2: package-name-doesnt-match-sonames libwinpr2-2
|
||||
15
debian/rules
vendored
15
debian/rules
vendored
@ -59,17 +59,18 @@ override_dh_install:
|
||||
dh_install --fail-missing
|
||||
|
||||
override_dh_strip:
|
||||
dh_strip -plibfreerdp2 --dbgsym-migration='libfreerdp2-dbg (<< 2.0.0~git20161130.1.e60d0d5+dfsg1-1~exp1~)'
|
||||
dh_strip -plibfreerdp-server2 --dbgsym-migration='libfreerdp-server2-dbg (<< 2.0.0~git20161130.1.e60d0d5+dfsg1-1~exp1~)'
|
||||
dh_strip -plibfreerdp-shadow2 --dbgsym-migration='libfreerdp-shadow2-dbg (<< 2.0.0~git20161130.1.e60d0d5+dfsg1-1~exp1~)'
|
||||
dh_strip -plibfreerdp-client2 --dbgsym-migration='libfreerdp-client2-dbg (<< 2.0.0~git20161130.1.e60d0d5+dfsg1-1~exp1~)'
|
||||
dh_strip -plibwinpr2 --dbgsym-migration='libwinpr2-dbg (<< 2.0.0~git20161130.1.e60d0d5+dfsg1-1~exp1~)'
|
||||
dh_strip -plibwinpr-tools2 --dbgsym-migration='libwinpr-tools2-dbg (<< 2.0.0~git20161130.1.e60d0d5+dfsg1-1~exp1~)'
|
||||
dh_strip -plibfreerdp2-2 --dbgsym-migration='libfreerdp2-dbg (<< 2.0.0~git20161130.1.e60d0d5+dfsg1-1~exp1~)'
|
||||
dh_strip -plibfreerdp-server2-2 --dbgsym-migration='libfreerdp-server2-dbg (<< 2.0.0~git20161130.1.e60d0d5+dfsg1-1~exp1~)'
|
||||
dh_strip -plibfreerdp-shadow2-2 --dbgsym-migration='libfreerdp-shadow2-dbg (<< 2.0.0~git20161130.1.e60d0d5+dfsg1-1~exp1~)'
|
||||
dh_strip -plibfreerdp-shadow-subsystem2-2 --dbgsym-migration='libfreerdp-shadow2-dbg (<< 2.0.0~git20161130.1.e60d0d5+dfsg1-1~exp1~)'
|
||||
dh_strip -plibfreerdp-client2-2 --dbgsym-migration='libfreerdp-client2-dbg (<< 2.0.0~git20161130.1.e60d0d5+dfsg1-1~exp1~)'
|
||||
dh_strip -plibwinpr2-2 --dbgsym-migration='libwinpr2-dbg (<< 2.0.0~git20161130.1.e60d0d5+dfsg1-1~exp1~)'
|
||||
dh_strip -plibwinpr-tools2-2 --dbgsym-migration='libwinpr-tools2-dbg (<< 2.0.0~git20161130.1.e60d0d5+dfsg1-1~exp1~)'
|
||||
dh_strip -pfreerdp2-x11 --dbgsym-migration='freerdp2-x11-dbg (<< 2.0.0~git20161130.1.e60d0d5+dfsg1-1~exp1~)'
|
||||
dh_strip -pfreerdp2-shadow-x11 --dbgsym-migration='freerdp2-shadow-x11-dbg (<< 2.0.0~git20161130.1.e60d0d5+dfsg1-1~exp1~)'
|
||||
dh_strip -pwinpr-utils --dbgsym-migration='winpr-utils-dbg (<< 2.0.0~git20161130.1.e60d0d5+dfsg1-1~exp1~)'
|
||||
dh_strip -pfreerdp2-wayland --dbgsym-migration='freerdp2-wayland-dbg (<< 2.0.0~git20161130.1.e60d0d5+dfsg1-1~exp1~)'
|
||||
dh_strip -plibuwac0 --dbgsym-migration='libuwac0-dbg (<< 2.0.0~git20161130.1.e60d0d5+dfsg1-1~exp1~)'
|
||||
dh_strip -plibuwac0-0 --dbgsym-migration='libuwac0-dbg (<< 2.0.0~git20161130.1.e60d0d5+dfsg1-1~exp1~)'
|
||||
|
||||
PKD = $(word 1,$(abspath $(dir $(MAKEFILE_LIST))))
|
||||
PKG = $(word 2,$(shell dpkg-parsechangelog -l$(PKD)/changelog | grep ^Source))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user