diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-25 12:46:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-25 12:46:39 +0100 |
| commit | 223a9a691167cdc2b75627bdd851636b91528f6a (patch) | |
| tree | e4a12be3f944389e6c79114a64c297b60052e1c7 /cscript | |
| parent | 7a39db80265dc177d0c2de8360bdb77e35896bb3 (diff) | |
More debian unstable hacks.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -204,6 +204,8 @@ def package_debian(target, cpu, version): target.set('CDIST_LINKFLAGS', target.get('LINKFLAGS')) target.set('CDIST_CXXFLAGS', target.get('CXXFLAGS')) 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') debs = [] |
