[SCM] morituri packaging branch, master, updated. debian/0.1.0-1-13-ga59bc0b

js at users.alioth.debian.org js at users.alioth.debian.org
Sat Apr 17 21:27:21 UTC 2010


The following commit has been merged in the master branch:
commit 2854d1841eeb04fb497a019e9b24f44d788c709c
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Apr 17 16:16:09 2010 +0200

    Recursively expand package relations in rules file.

diff --git a/debian/rules b/debian/rules
index 8ea3773..b2be786 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,8 +42,9 @@ CDBS_BUILD_DEPENDS += , python-epydoc, pychecker, python-twisted-core
 
 # Needed both to build and at runtime
 #  * gstreamer0.10-plugins-good due to flac
-CDBS_DEPENDS = python-gst0.10, python-gtk2, python-gobject, python-gst0.10, gstreamer0.10-plugins-good
-CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), $(CDBS_DEPENDS)
+common-depends = python-gst0.10, python-gtk2, python-gobject, python-gst0.10, gstreamer0.10-plugins-good
+CDBS_DEPENDS = $(common-depends)
+CDBS_BUILD_DEPENDS += , $(common-depends)
 
 # Needed (always/often/sometimes) at runtime
 # TODO: recommend (not suggest) python-pycdio when packaged

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list