[SCM] x265/master: Migrate to automatic dbg packages

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Dec 20 19:41:51 UTC 2015


The following commit has been merged in the master branch:
commit fb10826ee32e4f537f930647b15189cb0f636214
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sun Dec 20 20:35:00 2015 +0100

    Migrate to automatic dbg packages

diff --git a/debian/control b/debian/control
index 25f575b..2d6e60e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Sebastian Ramacher <sramacher at debian.org>
 Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 9.20151219),
  cmake,
  libnuma-dev [amd64 arm64 i386 mips mips64 mips64el mipsel powerpc ppc64el],
  yasm (>= 1.2) [any-amd64]
@@ -60,28 +60,12 @@ Multi-Arch: same
 Depends:
  ${misc:Depends},
  ${shlibs:Depends}
-Suggests:
- libx265-68-dbg
 Description: H.265/HEVC video stream encoder (shared library)
  libx265 is an encoding library for creating H.265/High Efficency Video Coding
  (HEVC) video streams.
  .
  This package contains the shared library.
 
-Package: libx265-68-dbg
-Priority: extra
-Section: debug
-Architecture: any
-Multi-Arch: same
-Depends:
- ${misc:Depends},
- libx265-68 (= ${binary:Version})
-Description: H.265/HEVC video stream encoder (debugging symbols)
- libx265 is an encoding library for creating H.265/High Efficency Video Coding
- (HEVC) video streams.
- .
- This package provides the debugging symbols for the shared library.
-
 Package: libx265-doc
 Section: doc
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 38f3d14..ffe8181 100755
--- a/debian/rules
+++ b/debian/rules
@@ -76,5 +76,5 @@ override_dh_installdocs-indep:
 # common bits
 
 override_dh_strip:
-	dh_strip -plibx265-68 --dbg-package=libx265-68-dbg
+	dh_strip -plibx265-68 --ddeb-migration='libx265-86-dbg (<< 1.8-6~)'
 	dh_strip --remaining-packages

-- 
x265 packaging



More information about the pkg-multimedia-commits mailing list