diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-05 23:51:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-05 23:51:26 +0100 |
| commit | aaf8e09b0091cae13eba9d39073571ab2f874ae2 (patch) | |
| tree | c4ecb41c11200f1b068f08d188b3f8cd630f8897 /cscript | |
| parent | 97ad6afa48bd6324132a25103ac2d36df5d4829c (diff) | |
Don't sign .debs.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'): |
