From 4f8dd4d3a10b00a11541d2843325760c893a6489 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 27 Jan 2014 10:20:04 +0000 Subject: Try to fix dbg .deb building. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 05e8da288..4103f9366 100644 --- a/cscript +++ b/cscript @@ -123,7 +123,7 @@ def make_control(version, bits, filename, debug): print >>f,'Architecture: amd64' print >>f,'Section: debug' print >>f,'Priority: extra' - print >>f,'Depends: ${dcpomatic:Depends}, ${misc:Depends}' + packages('Depends', depends[version], f) print >>f,'Description: debugging symbols for dcpomatic' print >>f,' This package contains the debugging symbols for dcpomatic.' print >>f,'' -- cgit v1.2.3