Author: vcheng Date: 2016-08-21 05:59:41 +0000 (Sun, 21 Aug 2016) New Revision: 15854
Modified: packages/trunk/0ad/debian/changelog packages/trunk/0ad/debian/rules Log: 0ad: call dh_strip --dbgsym-migration Modified: packages/trunk/0ad/debian/changelog =================================================================== --- packages/trunk/0ad/debian/changelog 2016-08-21 05:52:10 UTC (rev 15853) +++ packages/trunk/0ad/debian/changelog 2016-08-21 05:59:41 UTC (rev 15854) @@ -1,3 +1,10 @@ +0ad (0.0.20-3) UNRELEASED; urgency=medium + + * Call dh_strip --dbgsym-migration to cleanly migrate from the old -dbg + package to -dbgsym. + + -- Vincent Cheng <[email protected]> Sat, 20 Aug 2016 22:52:39 -0700 + 0ad (0.0.20-2) unstable; urgency=medium * Team upload. Modified: packages/trunk/0ad/debian/rules =================================================================== --- packages/trunk/0ad/debian/rules 2016-08-21 05:52:10 UTC (rev 15853) +++ packages/trunk/0ad/debian/rules 2016-08-21 05:59:41 UTC (rev 15854) @@ -39,6 +39,9 @@ install -Dm 0755 build/resources/0ad.sh $(CURDIR)/debian/tmp/usr/games/0ad dh_auto_install +override_dh_strip: + dh_strip --dbgsym-migration='0ad-dbg (<< 0.0.20-2~)' + override_dh_makeshlibs: dh_makeshlibs -Xusr/lib/games/0ad _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

