More debian unstable hacks.
authorCarl Hetherington <cth@carlh.net>
Wed, 25 Jun 2014 11:46:39 +0000 (12:46 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 25 Jun 2014 11:46:39 +0000 (12:46 +0100)
cscript

diff --git a/cscript b/cscript
index 5591bbdab6a34478eed56821ef3cffd3af67d567..f699e8089bd4ad04c9ace41c03be5b3b146f6756 100644 (file)
--- 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 = []