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

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Fri Jan 8 11:03:40 UTC 2016


The following commit has been merged in the master branch:
commit c24526d2d3a90b343392108bfa60ec374a352a36
Author: Sebastian Ramacher <sebastian at ramacher.at>
Date:   Fri Jan 8 00:58:47 2016 +0100

    Migrate to automatic dbg packages

diff --git a/debian/control b/debian/control
index 9c03897..ae99e3a 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders:
  Reinhard Tartler <siretart at tauware.de>,
  Maia Kozheva <sikon at ubuntu.com>
 Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 9.20151219),
  dh-autoreconf,
  libdv4-dev,
  libgtk2.0-dev,
@@ -34,28 +34,6 @@ Description: MJPEG capture/editing/replay and MPEG encoding toolset
  playback, simple cut-and-paste editing and the MPEG compression of audio and
  video under Linux.
 
-Package: mjpegtools-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends:
- liblavfile-2.1-0 (= ${binary:Version}),
- liblavjpeg-2.1-0 (= ${binary:Version}),
- liblavplay-2.1-0 (= ${binary:Version}),
- libmjpegtools-dev (= ${binary:Version}),
- libmjpegutils-2.1-0 (= ${binary:Version}),
- libmpeg2encpp-2.1-0 (= ${binary:Version}),
- libmplex2-2.1-0 (= ${binary:Version}),
- mjpegtools (= ${binary:Version}),
- mjpegtools-gtk (= ${binary:Version}),
- ${misc:Depends}
-Description: MJPEG capture/editing/replay and MPEG encoding toolset (debug)
- The mjpeg programs are a set of tools that can do recording of videos and
- playback, simple cut-and-paste editing and the MPEG compression of audio and
- video under Linux.
- .
- This package contains the debug symbols.
-
 Package: mjpegtools-gtk
 Architecture: any
 Depends:
diff --git a/debian/rules b/debian/rules
index 585f74f..d4cce1f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,6 @@ override_dh_autoreconf:
 	dh_autoreconf --as-needed
 
 override_dh_auto_configure:
-	dpkg-source --before-build .
 	dh_auto_configure -- --disable-simd-accel
 
 override_dh_install:
@@ -18,7 +17,7 @@ override_dh_install:
 	done
 
 override_dh_strip:
-	dh_strip --dbg-package=mjpegtools-dbg
+	dh_strip --ddeb-migration='mjpegtools-dbg (<< 1:2.1.0+debian-4~)'
 
 PACKAGE = mjpegtools
 EPOCH = $(shell dpkg-parsechangelog | grep "^Version:" | sed -r "s/Version: (.*):.*/\1/")

-- 
mjpegtools packaging



More information about the pkg-multimedia-commits mailing list