[SCM] obs-studio/master: Revert library package split

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Wed Feb 24 00:23:52 UTC 2016


The following commit has been merged in the master branch:
commit 61eb44d6b07360d8a3d4f5d7e838291ba8064949
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Wed Feb 24 01:23:46 2016 +0100

    Revert library package split

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.*

-- 
obs-studio packaging



More information about the pkg-multimedia-commits mailing list