From 9ef3353e2fd1eb7e751e58b36c40b8d8da5209fa Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 28 Nov 2013 12:22:32 +0000 Subject: Don't bother building debug packages. --- cscript | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index ba99f5557..21717d843 100644 --- a/cscript +++ b/cscript @@ -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')) -- cgit v1.2.3