Revert library package split

This commit is contained in:
Sebastian Ramacher 2016-02-24 01:23:46 +01:00
parent beae374440
commit 61eb44d6b0
4 changed files with 2 additions and 26 deletions

24
debian/control vendored
View file

@ -73,35 +73,11 @@ Description: recorder and streamer for live video content (shared library)
.
This package contains the shared library libobs.
Package: libobsglad0
Multi-Arch: same
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: recorder and streamer for live video content (shared library, OpenGL wrapper)
OBS Studio is designed for efficiently recording and streaming live video
content. It supports live RTP streaming to various streaming sites.
.
This package contains the shared library libobsglad.
Package: libobs-opengl0
Multi-Arch: same
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: recorder and streamer for live video content (shared library, OpenGL support)
OBS Studio is designed for efficiently recording and streaming live video
content. It supports live RTP streaming to various streaming sites.
.
This package contains the shared library libobs-opengl.
Package: libobs-dev
Section: libdevel
Architecture: any
Depends:
libobs-opengl0 (= ${binary:Version}),
libobs0 (= ${binary:Version}),
libobsglad0 (= ${binary:Version}),
${misc:Depends}
Description: recorder and streamer for live video content (development files)
OBS Studio is designed for efficiently recording and streaming live video

View file

@ -1 +0,0 @@
usr/lib/*/libobs-opengl.so.*

View file

@ -1,2 +1,4 @@
usr/lib/*/libobs.so.*
usr/lib/*/libobs-opengl.so.*
usr/lib/*/libobsglad.so.*
usr/share/obs/libobs/*

View file

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