Author: pdewacht-guest Date: 2015-12-31 14:22:22 +0000 (Thu, 31 Dec 2015) New Revision: 15682
Modified: packages/trunk/kiki-the-nano-bot/debian/changelog packages/trunk/kiki-the-nano-bot/debian/rules Log: kiki-the-nano-bot: Pass --serial to oggenc to make package build reproducible Modified: packages/trunk/kiki-the-nano-bot/debian/changelog =================================================================== --- packages/trunk/kiki-the-nano-bot/debian/changelog 2015-12-31 14:16:53 UTC (rev 15681) +++ packages/trunk/kiki-the-nano-bot/debian/changelog 2015-12-31 14:22:22 UTC (rev 15682) @@ -1,6 +1,7 @@ kiki-the-nano-bot (1.0.2+dfsg1-6) UNRELEASED; urgency=medium * Fix miscompilation with SWIG 3.0. (Closes: #809317) + * Pass --serial to oggenc to make package build reproducible. (Closes: #775994) -- Peter De Wachter <[email protected]> Thu, 31 Dec 2015 15:13:48 +0100 Modified: packages/trunk/kiki-the-nano-bot/debian/rules =================================================================== --- packages/trunk/kiki-the-nano-bot/debian/rules 2015-12-31 14:16:53 UTC (rev 15681) +++ packages/trunk/kiki-the-nano-bot/debian/rules 2015-12-31 14:22:22 UTC (rev 15682) @@ -24,7 +24,7 @@ build-indep: build-indep-stamp build-indep-stamp: dh_testdir - oggenc sound/*.wav + oggenc --serial 0 sound/*.wav touch $@ clean: _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

