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

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Mon Jan 11 16:41:04 UTC 2016


The following commit has been merged in the master branch:
commit 51e29a1b9c400cfa3003faf33b25bb5ca5952b4b
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Mon Jan 11 17:32:11 2016 +0100

    Migrate to automatic dbg packages

diff --git a/debian/control b/debian/control
index 5b32326..665a0f0 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders:
 Build-Depends:
  autoconf,
  automake,
- debhelper (>= 9~),
+ debhelper (>= 9.20151219),
  dh-autoreconf,
  libjpeg-dev,
  libpng-dev,
@@ -52,23 +52,6 @@ Description: Open H.265 video codec implementation - development files
  The development headers for compiling programs that use libde265
  are provided by this package.
 
-Package: libde265-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
-Depends:
- libde265-0 (= ${binary:Version}),
- ${misc:Depends}
-Description: Open H.265 video codec implementation - debug symbols
- libde265 is an open source implementation of the H.265 video codec.
- It is written from scratch in plain C for simplicity and efficiency.
- Its simple API makes it easy to integrate it into other software.
- .
- The debugging symbols for tracking down bugs in applications that
- use libde265 are provided by this package.
-
 Package: libde265-examples
 Section: video
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 3682cbb..b7281c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,5 +13,4 @@ override_dh_auto_install:
 	fi
 
 override_dh_strip:
-	dh_strip -plibde265-0 --dbg-package=libde265-dbg
-	dh_strip --remaining-packages
+	dh_strip --ddeb-migration='libde265-dbg (<< 1.0.2-2~)'

-- 
libde265 packaging



More information about the pkg-multimedia-commits mailing list