summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-10-08 23:02:35 +0100
committerCarl Hetherington <cth@carlh.net>2014-10-08 23:02:35 +0100
commit12efbd5938f08eb445b43f539fa4f27aa5caccfb (patch)
treeff931f920b30ad187942206268d9f18b3f06448d /cscript
parent630a56ad9e7ecfb42b1d761098820f9e492f9c4e (diff)
parent0ae086a90ef262fed4e265df197fd62fcdfbccf7 (diff)
Merge master.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 603968a4d..795cf0a35 100644
--- a/cscript
+++ b/cscript
@@ -209,7 +209,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'):