diff -Nru debhelper-10.2.2ubuntu1/dh_gencontrol debhelper-10.2.2ubuntu2/dh_gencontrol --- debhelper-10.2.2ubuntu1/dh_gencontrol 2016-10-02 22:35:36.000000000 +0200 +++ debhelper-10.2.2ubuntu2/dh_gencontrol 2016-10-18 23:26:05.000000000 +0200 @@ -106,6 +106,7 @@ "-DDescription=Debug symbols for ${package}", "-DBuild-Ids=${build_ids}", "-DSection=${component}debug", + "-DPackage-Type=ddeb", ); # Disable multi-arch unless the original package is an # multi-arch: same package. In all other cases, we do not diff -Nru debhelper-10.2.2ubuntu1/dh_strip debhelper-10.2.2ubuntu2/dh_strip --- debhelper-10.2.2ubuntu1/dh_strip 2016-10-17 21:34:19.000000000 +0200 +++ debhelper-10.2.2ubuntu2/dh_strip 2016-10-18 23:07:52.000000000 +0200 @@ -166,8 +166,6 @@ error("--dbgsym-migration and --no-automatic-dbgsym are mutually exclusive"); } -$dh{ENABLE_DBGSYM} = 0 if not $ENV{'DH_BUILD_DDEBS'}; - # This variable can be used to turn off stripping (see Policy). if (get_buildoption('nostrip')) { exit;