From 61eb44d6b07360d8a3d4f5d7e838291ba8064949 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Wed, 24 Feb 2016 01:23:46 +0100 Subject: [PATCH] Revert library package split --- debian/control | 24 ------------------------ debian/libobs-opengl0.install | 1 - debian/libobs0.install | 2 ++ debian/libobsglad0.install | 1 - 4 files changed, 2 insertions(+), 26 deletions(-) delete mode 100644 debian/libobs-opengl0.install delete mode 100644 debian/libobsglad0.install diff --git a/debian/control b/debian/control index 4bc6216..2e5ad9d 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/libobs-opengl0.install b/debian/libobs-opengl0.install deleted file mode 100644 index eed357a..0000000 --- a/debian/libobs-opengl0.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/*/libobs-opengl.so.* diff --git a/debian/libobs0.install b/debian/libobs0.install index aa3640c..3c2e6b6 100644 --- a/debian/libobs0.install +++ b/debian/libobs0.install @@ -1,2 +1,4 @@ usr/lib/*/libobs.so.* +usr/lib/*/libobs-opengl.so.* +usr/lib/*/libobsglad.so.* usr/share/obs/libobs/* diff --git a/debian/libobsglad0.install b/debian/libobsglad0.install deleted file mode 100644 index c59c510..0000000 --- a/debian/libobsglad0.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/*/libobsglad.so.*