diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-18 05:01:48 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-18 05:01:48 +0100 |
commit | 117c53eb21b8803c1891e1f0b51bb47f5de5928f (patch) | |
tree | dee4aeba1578acee3ce7258f4a3e016091a89121 /debian/compat | |
parent | e487ceef68f572b4f86ce40481a57a5454cc8c46 (diff) | |
download | sciteco-117c53eb21b8803c1891e1f0b51bb47f5de5928f.tar.gz |
fixed Debian package: launchpad build servers have broken $TERM configurations
* it also sets the compatibility level to 7 which was required
when building for Ubuntu Lucid. This version cannot be supported
however since its libglib version is too old.
Diffstat (limited to 'debian/compat')
-rw-r--r-- | debian/compat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/compat b/debian/compat index 45a4fb7..7f8f011 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +7 |