diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-27 10:20:04 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-27 10:20:04 +0000 |
| commit | 4f8dd4d3a10b00a11541d2843325760c893a6489 (patch) | |
| tree | c1efa4760257ee1ee126372abc1936b74e5be225 /cscript | |
| parent | 2503e49d93065cd1f3b3c1cbdc1ad1aeb9fffa62 (diff) | |
Try to fix dbg .deb building.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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,'' |
