diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-28 12:22:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-28 12:22:32 +0000 |
| commit | 9ef3353e2fd1eb7e751e58b36c40b8d8da5209fa (patch) | |
| tree | 44560ce15f184ced81c1ca973de2597960d7036d /cscript | |
| parent | 58431f2de00bd5a68e474f39d987a7f7bf10340f (diff) | |
Don't bother building debug packages.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -112,19 +112,6 @@ def make_control(version, bits, filename): print >>f,' files (such as those from DVDs or Blu-Rays) for presentation on DCI-compliant' print >>f,' digital projectors.' - print >>f,'' - print >>f,'Package: dcpomatic-dbg' - if bits == 32: - print >>f,'Architecture: i386' - else: - print >>f,'Architecture: amd64' - print >>f,'Section: debug' - print >>f,'Priority: extra' - print >>f,'Depends: ${dcpomatic:Depends}, ${misc:Depends}' - print >>f,'Description: debugging symbols for dcpomatic' - print >>f,' This package contains the debugging symbols for dcpomatic.' - print >>f,'' - def dependencies(target): return (('ffmpeg-cdist', '0b7ef017aca8b572914518c759db1e234d8fc505'), ('libdcp', 'v0.85')) |
