diff -Nru dvd+rw-tools-7.1/debian/changelog dvd+rw-tools-7.1/debian/changelog --- dvd+rw-tools-7.1/debian/changelog 2018-12-12 04:42:15.000000000 +0000 +++ dvd+rw-tools-7.1/debian/changelog 2018-12-12 13:23:45.000000000 +0000 @@ -1,8 +1,12 @@ -dvd+rw-tools (7.1-13ubuntu1) disco; urgency=medium +dvd+rw-tools (7.1-14) unstable; urgency=medium - * debian/patches/glibc-2.28.patch: Fix FTBFS with glibc >= 2.28. + [ Jelmer Vernooij ] + * Transition to automatic debug package (from: dvd+rw-tools-dbg). - -- Logan Rosen Tue, 11 Dec 2018 23:42:15 -0500 + [ TANIGUCHI Takaki ] + * d/patches/glibc-2.28.patch: Fix FTBFS with glibc 2.28 (Closes: 916251) + + -- TANIGUCHI Takaki Wed, 12 Dec 2018 22:23:45 +0900 dvd+rw-tools (7.1-13) unstable; urgency=medium diff -Nru dvd+rw-tools-7.1/debian/control dvd+rw-tools-7.1/debian/control --- dvd+rw-tools-7.1/debian/control 2018-12-12 04:42:15.000000000 +0000 +++ dvd+rw-tools-7.1/debian/control 2018-12-12 13:23:45.000000000 +0000 @@ -1,8 +1,7 @@ Source: dvd+rw-tools Section: video Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Optical Media Tools Team +Maintainer: Optical Media Tools Team Uploaders: TANIGUCHI Takaki , Rogério Brito , @@ -59,18 +58,3 @@ . Additionally, it depends on the growisofs package to provide the main front-end for burning DVD-like media. - -Package: dvd+rw-tools-dbg -Section: debug -Priority: optional -Architecture: any -Depends: - dvd+rw-tools (= ${binary:Version}), - ${misc:Depends} -Description: DVD+-RW/R tools (debug) - dvd+rw-tools makes it possible to burn DVD images created by dvdauthor or - genisoimage to DVD+R, DVD+RW, DVD-R, and DVD-RW disks, replacing - cdrecord-proDVD in many cases. - . - This package contains the debugging symbols for the programs in the - growisofs and dvd+rw-tools packages. diff -Nru dvd+rw-tools-7.1/debian/rules dvd+rw-tools-7.1/debian/rules --- dvd+rw-tools-7.1/debian/rules 2018-10-09 14:05:01.000000000 +0000 +++ dvd+rw-tools-7.1/debian/rules 2018-12-12 13:23:45.000000000 +0000 @@ -14,4 +14,4 @@ $(MAKE) install prefix=$(CURDIR)/debian/tmp/usr override_dh_strip: - dh_strip --dbg-package=dvd+rw-tools-dbg + dh_strip --dbgsym-migration='dvd+rw-tools-dbg (<= 7.1-13)'