[Blends-commit] [SCM] website branch, master, updated. 10df86b0fa8c1cd09b5ae4412e5a9e5686eeb188
Andreas Tille
tille at debian.org
Fri Mar 18 10:43:11 UTC 2016
The following commit has been merged in the master branch:
commit 10df86b0fa8c1cd09b5ae4412e5a9e5686eeb188
Author: Andreas Tille <tille at debian.org>
Date: Fri Mar 18 11:42:10 2016 +0100
Ignore several packages maintained by Debian Med which are only preconditions for other packages with no direct relevance for our main topics
diff --git a/misc/sql/0-uncategorised.sh b/misc/sql/0-uncategorised.sh
index 1c364be..2857eb0 100755
--- a/misc/sql/0-uncategorised.sh
+++ b/misc/sql/0-uncategorised.sh
@@ -40,27 +40,31 @@ case "$1" in
# these source packages are simple preconditions which should not appear in any task
ignore="'bitops',
'catools','charls','circos-tools','colt','ctn-doc',
- 'dichromat',
+ 'datatables.js','dichromat',
'f2j',
'g2',
'igraph',
'jai-core','jai-imageio-core','jam-lib','jlapack',
- 'labeling','libcolt-free-java','libhac-java','libkmlframework-java','liboptions-java','libquazip','librg-exception-perl','libtecla','libzeep',
+ 'labeling','libcereal','libcolt-free-java','libhac-java','libjung-free-java','libkmlframework-java','liboptions-java',
+ 'libquazip','librg-exception-perl','libsis-base-java','libsis-jhdf5-java','libtecla','libzeep','libzstd',
'memoise','metastudent-data','metastudent-data-2',
'mgltools-bhtree','mgltools-cadd','mgltools-cmolkit','mgltools-dejavu','mgltools-geomutils','mgltools-gle','mgltools-mglutil','mgltools-molkit','mgltools-networkeditor',
'mgltools-opengltk','mgltools-pmv','mgltools-pyautodock','mgltools-pybabel','mgltools-pyglf','mgltools-scenario2','mgltools-sff','mgltools-support','mgltools-symserv',
'mgltools-utpackages','mgltools-viewerframework','mgltools-vision','mgltools-visionlibraries','mgltools-volume','mgltools-webservices',
'mpj','mtj','mummy',
'netlib-java',
- 'parafly', 'permute','pp-popularity-contest','pvrg-jpeg','pylibtiff','pyqi','python-qcli','pythonqt','python-burrito','python-bz2file','python-matplotlib-venn','python-sqlsoup',
- 'r-bioc-biocinstaller','r-bioc-biocparallel','r-bioc-s4vectors',
- 'r-cran-batchjobs','r-cran-bbmisc','r-cran-blockmodeling','r-cran-brew','r-cran-catools','r-cran-checkmate','r-cran-combinat','r-cran-crayon','r-cran-deal','r-cran-doparallel',
+ 'parafly', 'permute','pixelmed-codec','pp-popularity-contest','pvrg-jpeg','pylibtiff','pyqi','python-avro','python-qcli',
+ 'pythonqt','python-burrito','python-bz2file','python-matplotlib-venn','python-rdflib-jsonld','python-schema-salad','python-sqlsoup',
+ 'qsopt-ex',
+ 'r-bioc-biocinstaller','r-bioc-biocparallel','r-bioc-s4vectors','r-bioc-summarizedexperiment',
+ 'r-cran-batchjobs','r-cran-bbmisc','r-cran-biasedurn','r-cran-blockmodeling','r-cran-brew','r-cran-catools',
+ 'r-cran-checkmate','r-cran-combinat','r-cran-crayon','r-cran-deal','r-cran-doparallel','r-cran-etm',
'r-cran-evaluate','r-cran-fail','r-cran-fastcluster','r-cran-fastmatch','r-cran-futile.logger','r-cran-futile.options',
'r-cran-g.data','r-cran-genabel.data','r-cran-ggplot2','r-cran-hwriter','r-cran-igraph','r-cran-lambda.r','r-cran-magrittr','r-cran-matrixstats','r-cran-munsell','r-cran-nnls',
- 'r-cran-optparse','r-cran-plyr','r-cran-proto','r-cran-r.methodss3','r-cran-r.oo','r-cran-r.utils','r-cran-rcurl',
- 'r-cran-reshape','r-cran-reshape2','r-cran-rsolnp','r-cran-rsqlite','r-cran-scales','r-cran-segmented','r-cran-sendmailr','r-cran-stringr',
+ 'r-cran-optparse','r-cran-plyr','r-cran-praise','r-cran-proto','r-cran-r.methodss3','r-cran-r.oo','r-cran-r.utils','r-cran-rcurl',
+ 'r-cran-reshape','r-cran-reshape2','r-cran-rsolnp','r-cran-rsqlite','r-cran-scales','r-cran-segmented','r-cran-sendmailr','r-cran-stringi','r-cran-stringr',
'r-cran-testthat','r-cran-truncnorm','r-cran-vioplot',
- 'snappy1.0.3-java','socket++', 'sphinxcontrib-autoprogram','yaggo'
+ 'snappy1.0.3-java','socket++','spdlog','sphinxcontrib-autoprogram','yaggo'
"
;;
debian-gis)
@@ -79,8 +83,8 @@ esac
SERVICE="service=udd"
#if there is a local UDD clone just use this
-if psql -l 2>/dev/null | grep -qw udd ; then
- SERVICE=udd
+if psql -p 5452 -l 2>/dev/null | grep -qw udd ; then
+ SERVICE="-p 5452 udd"
fi
psql $SERVICE >$1.out <<EOT
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list