[SCM] libav/experimental: fix package names to follow correct soname of libavresample1

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Tue Oct 23 20:24:57 UTC 2012


The following commit has been merged in the experimental branch:
commit 8809c399f7c30a8db0e760c32c433489284e6c4c
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Tue Oct 23 18:48:38 2012 +0200

    fix package names to follow correct soname of libavresample1

diff --git a/debian/control b/debian/control
index 4b9894e..01e2038 100644
--- a/debian/control
+++ b/debian/control
@@ -352,7 +352,7 @@ Section: libdevel
 Architecture: any
 Depends:
  libavutil-dev (= ${binary:Version}),
- libavresample0 (= ${binary:Version}),
+ libavresample1 (= ${binary:Version}),
  ${misc:Depends}
 Description: Development files for libavresample
  Libav is a complete, cross-platform solution to decode, encode, record,
@@ -363,7 +363,7 @@ Description: Development files for libavresample
  This package contains the header files and static libraries needed to
  compile applications or shared objects that use libswrescale.
 
-Package: libavresample0
+Package: libavresample1
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
diff --git a/debian/libavresample0.lintian-overrides b/debian/libavresample0.lintian-overrides
deleted file mode 100644
index 9953af7..0000000
--- a/debian/libavresample0.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# Overriding these fpic lintian errors. Please see bug #528080.
-libavresample0: shlib-with-non-pic-code
diff --git a/debian/libavresample0.install.in b/debian/libavresample1.install.in
similarity index 100%
rename from debian/libavresample0.install.in
rename to debian/libavresample1.install.in
diff --git a/debian/libavcodec54.lintian-overrides b/debian/libavresample1.lintian-overrides
similarity index 61%
copy from debian/libavcodec54.lintian-overrides
copy to debian/libavresample1.lintian-overrides
index 0825375..e0329ab 100644
--- a/debian/libavcodec54.lintian-overrides
+++ b/debian/libavresample1.lintian-overrides
@@ -1,2 +1,2 @@
 # Overriding these fpic lintian errors. Please see bug #528080.
-libavcodec54: shlib-with-non-pic-code
+libavresample1: shlib-with-non-pic-code

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list