[SCM] blender/master: debian/: -dbg -> -dbgsym package migration

mfv at users.alioth.debian.org mfv at users.alioth.debian.org
Fri Nov 10 20:20:08 UTC 2017


The following commit has been merged in the master branch:
commit 2c95d8f64f85942c209c1bfed8d4178a49702055
Author: Matteo F. Vescovi <mfv at debian.org>
Date:   Fri Nov 10 20:57:38 2017 +0100

    debian/: -dbg -> -dbgsym package migration

diff --git a/debian/control b/debian/control
index 98e9009..3f6990f 100644
--- a/debian/control
+++ b/debian/control
@@ -90,15 +90,3 @@ Description: Very fast and versatile 3D modeller/renderer - data package
  a standalone binary are common products of Blender use.
  .
  This package contains documentation, libraries and images for blender.
-
-Package: blender-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: blender (= ${binary:Version}),
-         ${misc:Depends}
-Description: Very fast and versatile 3D modeller/renderer - debug package
- Blender is an integrated 3d suite for modelling, animation, rendering,
- post-production, interactive creation and playback (games).
- .
- This package contains debug symbols to produce useful backtraces.
diff --git a/debian/rules b/debian/rules
index 60b52bb..c4fd055 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,7 +63,7 @@ override_dh_install:
 	dh_install --fail-missing --list-missing
 
 override_dh_strip:
-	dh_strip --dbg-package=blender-dbg
+	dh_strip --dbgsym-migration='blender-dbg (<< 2.79+dfsg0-3~)'
 
 override_dh_auto_test:
 

-- 
blender packaging



More information about the pkg-multimedia-commits mailing list