[SCM] fdk-aac/master: Bump SONAME

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sat Sep 24 15:24:13 UTC 2016


The following commit has been merged in the master branch:
commit 71294ed7a266b0f58c1cf10001156c7da71409a2
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sat Sep 24 17:10:23 2016 +0200

    Bump SONAME

diff --git a/debian/control b/debian/control
index f593617..9e74eab 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Vcs-Git: git://anonscm.debian.org/pkg-multimedia/fdk-aac.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/fdk-aac.git;a=summary
 XS-Autobuild: yes
 
-Package: libfdk-aac0
+Package: libfdk-aac1
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -43,7 +43,7 @@ Architecture: any
 Multi-Arch: same
 Section: non-free/libdevel
 Depends:
- libfdk-aac0 (= ${binary:Version}),
+ libfdk-aac1 (= ${binary:Version}),
  pkg-config,
  ${misc:Depends}
 Description: Fraunhofer FDK AAC Codec Library - development files
@@ -56,7 +56,7 @@ Description: Fraunhofer FDK AAC Codec Library - development files
 Package: aac-enc
 Architecture: any
 Depends:
-  libfdk-aac0 (= ${binary:Version}),
+  libfdk-aac1 (= ${binary:Version}),
   ${shlibs:Depends},
   ${misc:Depends}
 Section: non-free/sound
diff --git a/debian/libfdk-aac0.install b/debian/libfdk-aac0.install
deleted file mode 100644
index 7bc749f..0000000
--- a/debian/libfdk-aac0.install
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/*/libfdk-aac.so.0*
diff --git a/debian/libfdk-aac0.symbols b/debian/libfdk-aac0.symbols
deleted file mode 100644
index 490e985..0000000
--- a/debian/libfdk-aac0.symbols
+++ /dev/null
@@ -1,19 +0,0 @@
-libfdk-aac.so.0 libfdk-aac0 #MINVER#
- aacDecoder_AncDataGet at Base 0.1.1
- aacDecoder_AncDataInit at Base 0.1.1
- aacDecoder_Close at Base 0.1.1
- aacDecoder_ConfigRaw at Base 0.1.1
- aacDecoder_DecodeFrame at Base 0.1.1
- aacDecoder_Fill at Base 0.1.1
- aacDecoder_GetFreeBytes at Base 0.1.1
- aacDecoder_GetLibInfo at Base 0.1.1
- aacDecoder_GetStreamInfo at Base 0.1.1
- aacDecoder_Open at Base 0.1.1
- aacDecoder_SetParam at Base 0.1.1
- aacEncClose at Base 0.1.1
- aacEncEncode at Base 0.1.1
- aacEncGetLibInfo at Base 0.1.1
- aacEncInfo at Base 0.1.1
- aacEncOpen at Base 0.1.1
- aacEncoder_GetParam at Base 0.1.1
- aacEncoder_SetParam at Base 0.1.1
diff --git a/debian/libfdk-aac1.install b/debian/libfdk-aac1.install
new file mode 100644
index 0000000..fd98dca
--- /dev/null
+++ b/debian/libfdk-aac1.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*/libfdk-aac.so.1*
diff --git a/debian/libfdk-aac1.symbols b/debian/libfdk-aac1.symbols
new file mode 100644
index 0000000..15b05a6
--- /dev/null
+++ b/debian/libfdk-aac1.symbols
@@ -0,0 +1,19 @@
+libfdk-aac.so.1 libfdk-aac1 #MINVER#
+ aacDecoder_AncDataGet at Base 0.1.4
+ aacDecoder_AncDataInit at Base 0.1.4
+ aacDecoder_Close at Base 0.1.4
+ aacDecoder_ConfigRaw at Base 0.1.4
+ aacDecoder_DecodeFrame at Base 0.1.4
+ aacDecoder_Fill at Base 0.1.4
+ aacDecoder_GetFreeBytes at Base 0.1.4
+ aacDecoder_GetLibInfo at Base 0.1.4
+ aacDecoder_GetStreamInfo at Base 0.1.4
+ aacDecoder_Open at Base 0.1.4
+ aacDecoder_SetParam at Base 0.1.4
+ aacEncClose at Base 0.1.4
+ aacEncEncode at Base 0.1.4
+ aacEncGetLibInfo at Base 0.1.4
+ aacEncInfo at Base 0.1.4
+ aacEncOpen at Base 0.1.4
+ aacEncoder_GetParam at Base 0.1.4
+ aacEncoder_SetParam at Base 0.1.4

-- 
fdk-aac packaging



More information about the pkg-multimedia-commits mailing list