[SCM] libvpx/master: Use automatic debug packages instead of libvpx3-dbg
onovy at users.alioth.debian.org
onovy at users.alioth.debian.org
Wed Aug 3 22:00:33 UTC 2016
The following commit has been merged in the master branch:
commit b83a16b446366553d13c27646c9a9bdb63775f3d
Author: Ondřej Nový <onovy at debian.org>
Date: Wed Aug 3 23:41:11 2016 +0200
Use automatic debug packages instead of libvpx3-dbg
diff --git a/debian/control b/debian/control
index 0137017..afed1b4 100644
--- a/debian/control
+++ b/debian/control
@@ -40,20 +40,6 @@ Description: VP8 and VP9 video codec (shared library)
.
This package contains the shared libraries.
-Package: libvpx3-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: libvpx3 (= ${binary:Version}),
- ${misc:Depends}
-Description: VP8 and VP9 video codec (debugging symbols)
- VP8 and VP9 are open video codecs, originally developed by On2 and released
- as open source by Google Inc. They are the successor of the VP3 codec,
- on which the Theora codec was based.
- .
- Debugging symbols for the VPX library. This is
- needed to debug programs linked against libvpx3.
-
Package: libvpx-doc
Section: doc
Architecture: all
diff --git a/debian/rules b/debian/rules
index 2c7640d..3c1fab9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -166,7 +166,7 @@ endif
dh_installdocs -s -A README AUTHORS
dh_installchangelogs -s CHANGELOG
dh_link -s
- dh_strip -s --dbg-package=libvpx3-dbg
+ dh_strip -s --dbgsym-migration='libvpx3-dbg (<< 1.5.0-3~)'
# Make sure not to conflict with past SONAMEs:
rm -rf debian/libvpx3-dbg/usr/lib/debug/usr/bin
dh_compress -s
--
libvpx packaging
More information about the pkg-multimedia-commits
mailing list