Don't sign .debs.
authorCarl Hetherington <cth@carlh.net>
Sun, 5 Oct 2014 22:51:26 +0000 (23:51 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 5 Oct 2014 22:51:26 +0000 (23:51 +0100)
cscript

diff --git a/cscript b/cscript
index 126bb244f4b7ae0850b7bf2e7fee55e60040b204..cfd5f67620458b6ab0d011bec235d8bacaf264de 100644 (file)
--- 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'):