r15682 - packages/trunk/kiki-the-nano-bot/debian

Peter De Wachter pdewacht-guest at moszumanska.debian.org
Thu Dec 31 14:22:23 UTC 2015


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 <pdewacht at gmail.com>  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:




More information about the Pkg-games-commits mailing list