control: tag -1 patch

Hi,

I don't really have insight on the best place to put a sample ogg file ;
in the meanwhile, that one is now in python-pygame-doc, and the attached
patch fixes the FTBFS for me. Hoping this short-term fix can be useful.




diff --git a/debian/changelog b/debian/changelog
index efdca2d..f75c315 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+oggvideotools (0.9.1-4) UNRELEASED; urgency=medium
+
+  * Fixing in-packaging test relying on sample data from python-pygame
+    Closes: #861298
+
+ -- Georges Racinet <geor...@racinet.fr>  Sun, 14 May 2017 14:54:57 +0200
+
 oggvideotools (0.9.1-3) unstable; urgency=medium
 
   * Updated d/copyright file to relect that win32/ no longer is part
diff --git a/debian/control b/debian/control
index 55b7dd7..0926361 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends:
  libgd-dev,
  libboost-dev,
  debconf,
- python-pygame,
+ python-pygame-doc,
  python-mecavideo,
 Standards-Version: 3.9.8
 XS-Testsuite: autopkgtest
diff --git a/debian/tests/test-oggjoin b/debian/tests/test-oggjoin
index 9a9909e..e8fb951 100755
--- a/debian/tests/test-oggjoin
+++ b/debian/tests/test-oggjoin
@@ -31,7 +31,7 @@ ${VALGRIND} ${TESTBINDIR}oggJoin out.ogv slideshow.ogv
 # This should trigger the bug reported in bug #606224, which need an
 # audio file.
 echo "info: Copy Ogg Vorbis file using oggJoin."
-${VALGRIND} ${TESTBINDIR}oggJoin out.ogv /usr/lib/python*/dist-packages/pygame/examples/data/house_lo.ogg
+${VALGRIND} ${TESTBINDIR}oggJoin out.ogv /usr/share/doc/python-pygame-doc/examples/data/house_lo.ogg
 
 if [ -e out.ogv ] ; then
    echo "success: Ogg Theora file out.ogv created."

Reply via email to