Changeset: 57feb302ffc0 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=57feb302ffc0
Modified Files:
        debian/fix-deb.sh
Branch: Mar2018
Log Message:

We don't support Ubuntu Precise (12.04 LTS) anymore.


diffs (30 lines):

diff --git a/debian/fix-deb.sh b/debian/fix-deb.sh
--- a/debian/fix-deb.sh
+++ b/debian/fix-deb.sh
@@ -35,7 +35,7 @@ 1)
 esac
 
 case $SUITE in
-wheezy | precise | trusty)
+wheezy | trusty)
     # fix control file because these systems don't have liblas and a
     # too old version of libgeos
     sed -i -e 's/, libgeos-dev[^,]*//;s/, liblas-c-dev[^,]*//' \
@@ -47,7 +47,7 @@ wheezy | precise | trusty)
 esac
 
 case $SUITE in
-wheezy | jessie | precise | trusty | wily)
+wheezy | jessie | trusty | wily)
     # Xenial Xerus (and presumably newer releases) uses php-cli,
     # all others still have php5-cli and don't have php*-sockets
     sed -i 's/php-cli/php5-cli/;s/, *php-sockets//' debian/control
@@ -55,7 +55,7 @@ wheezy | jessie | precise | trusty | wil
 esac
 
 case $SUITE in
-wheezy | precise)
+wheezy)
     # numpy is too old
     sed -i -e 's/, python-dev[^,]*//;s/, python-numpy[^,]*//' \
        -e '/^Package:.*monetdb-python2/,/^$/d' debian/control
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to