summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-25 12:46:39 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-25 12:46:39 +0100
commit223a9a691167cdc2b75627bdd851636b91528f6a (patch)
treee4a12be3f944389e6c79114a64c297b60052e1c7 /cscript
parent7a39db80265dc177d0c2de8360bdb77e35896bb3 (diff)
More debian unstable hacks.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/cscript b/cscript
index 5591bbdab..f699e8089 100644
--- a/cscript
+++ b/cscript
@@ -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 = []