Remove some old Ubuntu versions.
authorCarl Hetherington <cth@carlh.net>
Wed, 5 Jul 2017 22:11:27 +0000 (23:11 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 5 Jul 2017 22:11:27 +0000 (23:11 +0100)
cscript

diff --git a/cscript b/cscript
index 7ae0f39ed07378044ea2695527002878fa2985b5..3310b811f9739149b87d5f701d7ea14002cb305e 100644 (file)
--- a/cscript
+++ b/cscript
@@ -348,7 +348,7 @@ def package_debian(target, cpu, version):
     target.set('CDIST_CONFIGURE', '"' + configure_options(target) + '"')
     if target.debug:
         target.set('CDIST_DEBUG_PACKAGE', '--dbg-package=dcpomatic-dbg')
-    if target.version in ['15.04', '15.10', '16.04', '16.10', '17.04', '8', 'unstable']:
+    if target.version in ['16.04', '16.10', '17.04', '8', 'unstable']:
         target.set('CDIST_LOCALE_PREFIX', '/usr/share/locale')
     else:
         target.set('CDIST_LOCALE_PREFIX', '/usr/local/share/locale')