summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-10-05 23:51:26 +0100
committerCarl Hetherington <cth@carlh.net>2014-10-05 23:51:26 +0100
commitaaf8e09b0091cae13eba9d39073571ab2f874ae2 (patch)
treec4ecb41c11200f1b068f08d188b3f8cd630f8897 /cscript
parent97ad6afa48bd6324132a25103ac2d36df5d4829c (diff)
Don't sign .debs.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 126bb244f..cfd5f6762 100644
--- a/cscript
+++ b/cscript
@@ -208,7 +208,7 @@ def package_debian(target, cpu, version):
target.set('CDIST_PKG_CONFIG_PATH', target.get('PKG_CONFIG_PATH'))
if target.version == 'unstable':
target.set('CDIST_EXTRA_CONFIGURE', '--debian-unstable')
- target.command('dpkg-buildpackage')
+ target.command('dpkg-buildpackage -uc -us')
debs = []
for p in glob.glob('../*.deb'):