[SCM] mpg123/master: Add libout123-0

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Wed Sep 28 17:29:30 UTC 2016


The following commit has been merged in the master branch:
commit 13b17c0ab0d1d16e6f8f49eb93174ecc44b7d6f0
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Wed Sep 28 18:07:59 2016 +0200

    Add libout123-0

diff --git a/debian/control b/debian/control
index 6d11ad1..c195014 100644
--- a/debian/control
+++ b/debian/control
@@ -66,12 +66,26 @@ Description: MPEG layer 1/2/3 audio decoder (shared library)
  This package contains the C libraries needed to run executables that use
  the mpg123 library.
 
+Package: libout123-0
+Multi-Arch: same
+Architecture: any
+Section: libs
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: MPEG layer 1/2/3 audio decoder (shared library)
+ mpg123 is a real time MPEG 1.0/2.0/2.5 audio player/decoder for layers
+ 1, 2 and 3 (MPEG 1.0 layer 3 also known as MP3).
+ .
+ This package contains the shared out123 library.
+
 Package: libmpg123-dev
 Multi-Arch: same
 Architecture: any
 Section: libdevel
 Depends:
  libmpg123-0 (= ${binary:Version}),
+ libout123-0 (= ${binary:Version}),
  ${misc:Depends}
 Description: MPEG layer 1/2/3 audio decoder (development files)
  mpg123 is a real time MPEG 1.0/2.0/2.5 audio player/decoder for layers
diff --git a/debian/libmpg123-0.install b/debian/libmpg123-0.install
index f1c83e6..43f2493 100644
--- a/debian/libmpg123-0.install
+++ b/debian/libmpg123-0.install
@@ -1 +1 @@
-debian/tmp/usr/lib/*/libmpg123.so.0*
+usr/lib/*/libmpg123.so.0*
diff --git a/debian/libout123-0.install b/debian/libout123-0.install
new file mode 100644
index 0000000..3aa8f70
--- /dev/null
+++ b/debian/libout123-0.install
@@ -0,0 +1 @@
+usr/lib/*/libout123.so.0*

-- 
mpg123 packaging



More information about the pkg-multimedia-commits mailing list