gislab-npo / gislab

GIS.lab - total reduction of deployment and maintenance costs for complete free and open source geospatial infrastructure
http://gislab-npo.github.io/gislab/
GNU General Public License v3.0
39 stars 14 forks source link

Set up Launchpad PPA for GIS.lab #518

Closed landam closed 6 years ago

landam commented 6 years ago

See https://launchpad.net/~gislab-npo

Proposal:

landam commented 6 years ago

See c8f769a1

landam commented 6 years ago

Applied also in version-0.7 branch (e66706a7015071d3f32af8618847c998ce459293), closing.

landam commented 6 years ago

Reopen since Launchpad PPA lacks still some packages.

landam commented 6 years ago

List of packages on server:

dal-bin
libgdal20
libgeos-3.5.1
libgeos-c1v5
liblwgeom-2.3-0
libopenscenegraph100v5
libopenthreads20
libqgis-analysis2.14.11
libqgis-core2.14.11
libqgis-gui2.14.11
osm2pgrouting
postgis
postgresql-9.5-pgrouting
postgresql-9.5-pgrouting-scripts
postgresql-9.5-postgis-2.3
postgresql-9.5-postgis-2.3-scripts
qgis-providers
qgis-providers-common
qgis-server
landam commented 6 years ago

List of packages on client:

gdal-bin
grass
grass-core
grass-dev
grass-doc
grass-gui
libgdal-dev
libgdal20
libgeos-3.5.1
libgeos-c1v5
libgeos-dev
liblas-c3
liblas3
liblwgeom-2.3-0
libopenscenegraph100v5
libopenthreads20
libossim1
libotb
libotb-apps
libotbapplicationengine-5.8-1
libotbcarto-5.8-1
libotbcommandline-5.8-1
libotbcommandlineparser-5.8-1
libotbcommon-5.8-1
libotbcurladapters-5.8-1
libotbedge-5.8-1
libotbextendedfilename-5.8-1
libotbfuzzy-5.8-1
libotbgdaladapters-5.8-1
libotbice-5.8-1
libotbimagebase-5.8-1
libotbimageio-5.8-1
libotbimagemanipulation-5.8-1
libotbiobsq-5.8-1
libotbiogdal-5.8-1
libotbiokml-5.8-1
libotbiolum-5.8-1
libotbiomstar-5.8-1
libotbiomw-5.8-1
libotbioonera-5.8-1
libotbiorad-5.8-1
libotbiotilemap-5.8-1
libotbmathparser-5.8-1
libotbmetadata-5.8-1
libotbmonteverdicore-5.8-1
libotbmonteverdigui-5.8-1
libotbopenthreadsadapters-5.8-1
libotbossimadapters-5.8-1
libotbossimplugins-5.8-1
libotbpolarimetry-5.8-1
libotbprojection-5.8-1
libotbqtadapters-5.8-1
libotbqtwidget-5.8-1
libotbrcc8-5.8-1
libotbsampling-5.8-1
libotbsiftfast-5.8-1
libotbstatistics-5.8-1
libotbstreaming-5.8-1
libotbsupervised-5.8-1
libotbtestkernel-5.8-1
libotbtransform-5.8-1
libotbvectordatabase-5.8-1
libotbvectordataio-5.8-1
libotbwavelet-5.8-1
libqgis-analysis2.14.11
libqgis-app2.14.11
libqgis-core2.14.11
libqgis-customwidgets
libqgis-gui2.14.11
libqgis-networkanalysis2.14.11
libqgis-server2.14.11
libqgisgrass7-2.14.11
libqgispython2.14.11
libsaga-api-2.3.1
libsaga-gdi-2.3.1
monteverdi
osm2pgrouting
osm2pgsql
otb-bin
otb-bin-qt
otb-i18n
postgis
postgis-doc
python-affine
python-fiona
python-gdal
python-otb
python-owslib
python-qgis
python-qgis-common
python-rasterio
python-saga
qgis
qgis-common
qgis-plugin-grass
qgis-plugin-grass-common
qgis-provider-grass
qgis-providers
qgis-providers-common
qgis-server
saga
saga-common
landam commented 6 years ago

Available in GIS.Lab PPA:

landam commented 6 years ago

All packages available in GIS.Lab PPA, closing.

landam commented 6 years ago

For record, the command to print packages from selected PPA:

apt-cache policy $(dpkg -l | awk 'NR >= 6 { print $2 }') |   awk '/^[^ ]/    { split($1, a, ":"); pkg = a[1] }
    nextline == 1 { nextline = 0; printf("%-40s %-50s %s\n", pkg, $2, $3) }
    /\*\*\*/      { nextline = 1 }' | grep ubuntugis | cut -d' ' -f1