[SCM] morituri/master: Build-depend on python-gtk2: Apparently needed by epydoc, even if never actually at runtime.

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:10:18 UTC 2014


The following commit has been merged in the master branch:
commit 4eab0f66af8d53f42689f8dbbf1372b9ad98633b
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Oct 16 21:12:54 2014 +0200

    Build-depend on python-gtk2: Apparently needed by epydoc, even if never actually at runtime.

diff --git a/debian/rules b/debian/rules
index 8cec61a..edf51ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,6 +49,10 @@ clean::
 # Suppress unneeded build-dependencies
 CDBS_BUILD_DEPENDS_class_python-distutils_python =
 
+# Needed by upstream build
+#  * python-gtk2 apparently needed only to fool epydoc
+bdeps = python-gtk2
+
 # Needed by upstream regression tests
 #  * gstreamer-tools due to gst-launch in test_common_encode.py
 deps-test = python-epydoc, pychecker, python-twisted-core

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list