[SCM] morituri/master: Tidy rules file.

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:09:57 UTC 2014


The following commit has been merged in the master branch:
commit cefd9a5dc9d0ff8559cbc721c6aeebc67218b8da
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Jan 28 13:58:32 2013 +0100

    Tidy rules file.

diff --git a/debian/rules b/debian/rules
index 2b5f53a..a1a3b9f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,15 +46,16 @@ clean::
 # Suppress unneeded build-dependencies
 CDBS_BUILD_DEPENDS_class_python-distutils_python =
 
-# Needed by upstream build process
-CDBS_BUILD_DEPENDS += , python-epydoc, pychecker, python-twisted-core
+# Needed by upstream regression tests
+deps-test = python-epydoc, pychecker, python-twisted-core
 
-# Needed both to build and at runtime
+# Needed by upstream build and (always) at runtime
 #  * gstreamer0.10-plugins-good due to profiles flac, wav, wavpack and vorbis
 deps = python-gst0.10, python-gobject, python-gst0.10
 deps += , gstreamer0.10-plugins-good (>= 0.10.22)
+
+CDBS_BUILD_DEPENDS += , $(deps), $(deps-test)
 CDBS_DEPENDS_$(pkg) = $(deps)
-CDBS_BUILD_DEPENDS += , $(deps)
 
 # Needed (always/often/sometimes) at runtime
 #  * python-pkg-resources due to morituri/rip/cd.py cdrdao version check

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list