[SCM] librasterlite branch, master, updated. debian/1.1d-1-17-g98dcec4

2013-10-02 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit d6b5d641b490f0a958933e99ed86b6b2ee6630b0
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Tue Oct 1 22:48:39 2013 +0200

Build depend on libtiff-dev and libpng-dev directly, not as alternatives.

diff --git a/debian/changelog b/debian/changelog
index 04779ed..b953f34 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ librasterlite (1.1g-1) UNRELEASED; urgency=low
   * Update watch file, incorporate sepwatch changes and handle common mistakes.
   * Refresh patches.
   * Drop 03-fix_library_version.patch, applied upstream.
+  * Build depend on libtiff-dev and libpng-dev directly, not as alternatives.
 
  -- Bas Couwenberg sebas...@xs4all.nl  Tue, 01 Oct 2013 22:27:37 +0200
 
diff --git a/debian/control b/debian/control
index afde5f9..e327d4f 100644
--- a/debian/control
+++ b/debian/control
@@ -7,11 +7,11 @@ Uploaders: David Paleino da...@debian.org
 Build-Depends:
  debhelper (= 9~)
  , dh-autoreconf
- , libtiff5-dev | libtiff-dev
+ , libtiff-dev
  , libgeotiff-dev
  , libjpeg-dev
  , zlib1g-dev
- , libpng12-dev | libpng-dev
+ , libpng-dev
  , libepsilon-dev
  , libspatialite-dev
  , libproj-dev

-- 
library supporting raster data sources for spatialite

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] librasterlite branch, master, updated. debian/1.1d-1-17-g98dcec4

2013-10-02 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit 834a66d8d479cc1ed0b16e75e6be51b10e65c765
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Tue Oct 1 22:41:40 2013 +0200

Refresh patches.

diff --git a/debian/changelog b/debian/changelog
index 24fde3b..a7ce1a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ librasterlite (1.1g-1) UNRELEASED; urgency=low
   * New upstream version.
   * Add myself to Uploaders.
   * Update watch file, incorporate sepwatch changes and handle common mistakes.
+  * Refresh patches.
 
  -- Bas Couwenberg sebas...@xs4all.nl  Tue, 01 Oct 2013 22:27:37 +0200
 
diff --git a/debian/patches/01-fix_build.patch 
b/debian/patches/01-fix_build.patch
index 99d363c..8a0c7bb 100644
--- a/debian/patches/01-fix_build.patch
+++ b/debian/patches/01-fix_build.patch
@@ -9,8 +9,8 @@ Forwarded: no
  src/Makefile.am |5 -
  4 files changed, 10 insertions(+), 5 deletions(-)
 
 librasterlite.orig/lib/Makefile.am
-+++ librasterlite/lib/Makefile.am
+--- a/lib/Makefile.am
 b/lib/Makefile.am
 @@ -3,6 +3,8 @@ AM_CFLAGS = $(GCOV_FLAGS)
  
  INCLUDES = @CFLAGS@
@@ -21,15 +21,15 @@ Forwarded: no
  lib_LTLIBRARIES = librasterlite.la 
  
 @@ -21,6 +23,6 @@ librasterlite_la_SOURCES = \
- librasterlite_la_LDFLAGS = -version-info 1:0:1 -no-undefined
+ librasterlite_la_LDFLAGS = -version-info 2:0:0 -no-undefined
  
  librasterlite_la_LIBADD = @LIBSPATIALITE_LIBS@ @LIBPNG_LIBS@ \
 -  -lgeotiff -ltiff -ljpeg -lspatialite -lproj
 +  -lgeotiff -ltiff -ljpeg -lspatialite -lsqlite3
  
  MOSTLYCLEANFILES = *.gcna *.gcno *.gcda
 librasterlite.orig/src/Makefile.am
-+++ librasterlite/src/Makefile.am
+--- a/src/Makefile.am
 b/src/Makefile.am
 @@ -7,6 +7,8 @@ bin_PROGRAMS =rasterlite_load \
  
  INCLUDES = @CFLAGS@
@@ -48,8 +48,8 @@ Forwarded: no
 +-lgeotiff -ltiff -lspatialite
  
  MOSTLYCLEANFILES = *.gcna *.gcno *.gcda
 librasterlite.orig/Makefile.am
-+++ librasterlite/Makefile.am
+--- a/Makefile.am
 b/Makefile.am
 @@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I m4
  
  SUBDIRS = headers lib src test
@@ -59,8 +59,8 @@ Forwarded: no
  
  EXTRA_DIST = Makefile-static-MinGW Makefile-static-Linux \
Makefile-static-MacOsX makefile.vc nmake.opt 
 librasterlite.orig/configure.ac
-+++ librasterlite/configure.ac
+--- a/configure.ac
 b/configure.ac
 @@ -79,11 +79,11 @@ AC_CHECK_LIB(tiff,TIFFClientOpen,,AC_MSG
  AC_CHECK_LIB(proj,pj_init_plus,,AC_MSG_ERROR(['libproj' is required but it 
doesn't seem to be installed on this system.]),-lm)
  AC_CHECK_LIB(geotiff,GTIFSetFromProj4,,AC_MSG_ERROR(['libgeotiff' [= 
v.1.2.5] is required but it doesn't seem to be installed on this system.]),-lm)
diff --git a/debian/patches/02-fix_typos.patch 
b/debian/patches/02-fix_typos.patch
index d26e7df..f95e758 100644
--- a/debian/patches/02-fix_typos.patch
+++ b/debian/patches/02-fix_typos.patch
@@ -6,8 +6,8 @@ Forwarded: no
  src/rasterlite_pyramid.c |2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 librasterlite.orig/src/rasterlite_pyramid.c
-+++ librasterlite/src/rasterlite_pyramid.c
+--- a/src/rasterlite_pyramid.c
 b/src/rasterlite_pyramid.c
 @@ -1029,7 +1029,7 @@ build_pyramid_level (sqlite3 * handle, c
  goto error2;
}

-- 
library supporting raster data sources for spatialite

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] librasterlite branch, master, updated. debian/1.1d-1-17-g98dcec4

2013-10-02 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit 51697f0cc9808edf02651d3b9e1b91e0e780fd6a
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Wed Oct 2 15:17:11 2013 +0200

Add man page for: rasterlite_grid.

diff --git a/debian/changelog b/debian/changelog
index 38d92be..5add933 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ librasterlite (1.1g-1) UNRELEASED; urgency=low
   * Use canonical URLs for Vcs-* fields.
   * Update Homepage URL.
   * Multi-Arch: same rasterlite-dbg for coinstallability.
+  * Add man page for tools:
+- rasterlite_grid
 
  -- Bas Couwenberg sebas...@xs4all.nl  Tue, 01 Oct 2013 22:27:37 +0200
 
diff --git a/debian/control b/debian/control
index 48f2da8..d347b28 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,10 @@ Build-Depends:
  , libproj-dev
  , libsqlite3-dev
  , pkg-config
+ , docbook2x
+ , docbook-xsl
+ , docbook-xml
+ , xsltproc
 Standards-Version: 3.9.4
 Section: libs
 Homepage: https://www.gaia-gis.it/fossil/librasterlite/
diff --git a/debian/man/rasterlite_grid.1.xml b/debian/man/rasterlite_grid.1.xml
new file mode 100644
index 000..d17eef5
--- /dev/null
+++ b/debian/man/rasterlite_grid.1.xml
@@ -0,0 +1,176 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE refentry PUBLIC -//OASIS//DTD DocBook XML V4.4//EN 
http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd;
+refentry id='rasterlite_grid'
+
+  refmeta
+refentrytitlerasterlite_grid/refentrytitle
+manvolnum1/manvolnum
+  /refmeta
+
+  refnamediv
+refnamerasterlite_grid/refname
+refpurposegenerate a GeoTIFF from am ASCII or BINARY Grid/refpurpose
+  /refnamediv
+
+  refsynopsisdiv id='synopsis'
+cmdsynopsis
+  commandrasterlite_grid/command
+  arg choice='opt'option-?/option/arg
+  arg choice='opt'option-g/option 
replaceablepathname/replaceable/arg
+  arg choice='opt'option-c/option 
replaceablepathname/replaceable/arg
+  arg choice='opt'option-t/option 
replaceablepathname/replaceable/arg
+  arg choice='opt'option-p/option 
replaceableproj4text/replaceable/arg
+  arg choice='opt'option-f/option
+group
+  arg choice='plain'ASCII/arg
+  arg choice='plain'FLOAT/arg
+/group
+  /arg
+  arg choice='opt'option-n/option 
replaceable0xRRGGBB/replaceable/arg
+  arg choice='opt'option-v/option/arg
+  arg choice='opt'option-sr/option/arg
+  arg choice='opt'option-m/option 
replaceable0xRRGGBB/replaceable/arg
+  arg choice='opt'option-z/option 
replaceablenumeric/replaceable/arg
+  arg choice='opt'option-s/option 
replaceablenumeric/replaceable/arg
+  arg choice='opt'option-az/option 
replaceablenumeric/replaceable/arg
+  arg choice='opt'option-al/option 
replaceablenumeric/replaceable/arg
+/cmdsynopsis
+  /refsynopsisdiv
+
+  refsect1 id='description'
+titleDESCRIPTION/title
+para
+  commandrasterlite_grid/command is a tool for generating a GeoTIFF 
from
+  an ASCII or BINARY Grid.
+/para
+  /refsect1
+
+  refsect1 id='options'
+titleOPTIONS/title
+variablelist
+
+  varlistentry
+termoption-?/option/term
+termoption--help/option/term
+listitem
+  paraprint help message/para
+/listitem
+  /varlistentry
+
+  varlistentry
+termoption-g/option replaceablepathname/replaceable/term
+termoption--grid-path/option 
replaceablepathname/replaceable/term
+listitem
+  parathe Grid path (input)/para
+/listitem
+  /varlistentry
+
+  varlistentry
+termoption-c/option replaceablepathname/replaceable/term
+termoption--color-path/option 
replaceablepathname/replaceable/term
+listitem
+  parathe ColorTable path (input)/para
+  para
+Please note: option--monochrome/option and
+option--color-path/option are mutually exclusive options.
+  /para
+/listitem
+  /varlistentry
+
+  varlistentry
+termoption-t/option replaceablepathname/replaceable/term
+termoption--tiff-path/option 
replaceablepathname/replaceable/term
+listitem
+  parathe GeoTIFF path (output)/para
+/listitem
+  /varlistentry
+
+  varlistentry
+termoption-p/option replaceableproj4text/replaceable/term
+termoption--proj4text/option 
replaceableproj4text/replaceable/term
+listitem
+  parathe PROJ.4 parameters/para
+/listitem
+  /varlistentry
+
+  varlistentry
+termoption-f/option [ASCII | FLOAT]/term
+termoption--grid-format/option [ASCII | FLOAT]/term
+listitem
+  parathe grid format, either ASCII or FLOAT/para
+/listitem
+  /varlistentry
+
+  varlistentry
+termoption-n/option replaceable0xRRGGBB/replaceable/term
+termoption--nodata-color/option 
replaceable0xRRGGBB/replaceable/term
+listitem
+  paraNo data color (default = 

[SCM] librasterlite branch, master, updated. debian/1.1d-1-17-g98dcec4

2013-10-02 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit bbabd8563af974579e01526aef777f51a307f441
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Tue Oct 1 22:30:43 2013 +0200

Update watch file, incorporate sepwatch changes and handle common mistakes.

diff --git a/debian/changelog b/debian/changelog
index 7e2dcbc..24fde3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ librasterlite (1.1g-1) UNRELEASED; urgency=low
 
   * New upstream version.
   * Add myself to Uploaders.
+  * Update watch file, incorporate sepwatch changes and handle common mistakes.
 
  -- Bas Couwenberg sebas...@xs4all.nl  Tue, 01 Oct 2013 22:27:37 +0200
 
diff --git a/debian/watch b/debian/watch
index 159eb8a..8be7e07 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,4 @@
 version=3
-http://www.gaia-gis.it/gaia-sins/librasterlite-sources/librasterlite-(\d+.*)\.tar\.gz
+opts=dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/
 \
+http://www.gaia-gis.it/gaia-sins/librasterlite-sources/ \
+(?:|.*/)librasterlite(?:[_\-]v?|)(\d\S*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)

-- 
library supporting raster data sources for spatialite

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] librasterlite branch, master, updated. debian/1.1d-1-17-g98dcec4

2013-10-02 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit 0ba6550f12fd1b2b8c16ae82eb19cfa4af82f243
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Wed Oct 2 16:28:26 2013 +0200

Add man page for: rasterlite_pyramid.

diff --git a/debian/changelog b/debian/changelog
index 8495ea1..bdff5d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ librasterlite (1.1g-1) UNRELEASED; urgency=low
   * Add man page for tools:
 - rasterlite_grid
 - rasterlite_load
+- rasterlite_pyramid
 
  -- Bas Couwenberg sebas...@xs4all.nl  Tue, 01 Oct 2013 22:27:37 +0200
 
diff --git a/debian/man/rasterlite_load.1.xml 
b/debian/man/rasterlite_pyramid.1.xml
similarity index 57%
copy from debian/man/rasterlite_load.1.xml
copy to debian/man/rasterlite_pyramid.1.xml
index d174beb..89c8214 100644
--- a/debian/man/rasterlite_load.1.xml
+++ b/debian/man/rasterlite_pyramid.1.xml
@@ -1,34 +1,28 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE refentry PUBLIC -//OASIS//DTD DocBook XML V4.4//EN 
http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd;
-refentry id='rasterlite_load'
+refentry id='rasterlite_pyramid'
 
   refmeta
-refentrytitlerasterlite_load/refentrytitle
+refentrytitlerasterlite_pyramid/refentrytitle
 manvolnum1/manvolnum
   /refmeta
 
   refnamediv
-refnamerasterlite_load/refname
-refpurposeupload GeoTIFF rasters into a SpatiaLite DB/refpurpose
+refnamerasterlite_pyramid/refname
+refpurposebuild raster pyramids into a SpatiaLite DB/refpurpose
   /refnamediv
 
   refsynopsisdiv id='synopsis'
 cmdsynopsis
-  commandrasterlite_load/command
+  commandrasterlite_pyramid/command
   arg choice='opt'option-?/option/arg
   arg choice='opt'option-t/option/arg
   arg choice='opt'option-v/option/arg
   arg choice='opt'option-d/option 
replaceablepathname/replaceable/arg
   arg choice='opt'option-T/option 
replaceablename/replaceable/arg
-  arg choice='opt'option-D/option 
replaceabledir_path/replaceable/arg
-  arg choice='opt'option-f/option 
replaceablefile_name/replaceable/arg
-  arg choice='opt'option-s/option 
replaceablenum/replaceable/arg
-  arg choice='opt'option-e/option 
replaceablenum/replaceable/arg
   arg choice='opt'option-i/option
 group
   arg choice='plain'JPEG/arg
-  arg choice='plain'PNG/arg
-  arg choice='plain'GIF/arg
   arg choice='plain'TIFF/arg
 /group
   /arg
@@ -39,8 +33,8 @@
   refsect1 id='description'
 titleDESCRIPTION/title
 para
-  commandrasterlite_load/command is a tool for uploading GeoTIFF
-  rasters into a SpatiaLite DB.
+  commandrasterlite_pyramid/command is a tool for building raster
+  pyramids into a SpatiaLite DB.
 /para
   /refsect1
 
@@ -89,40 +83,8 @@
   /varlistentry
 
   varlistentry
-termoption-D/option replaceabledir_path/replaceable/term
-termoption--dir/option replaceabledir_path/replaceable/term
-listitem
-  parathe DIR path containing GeoTIFF files/para
-/listitem
-  /varlistentry
-
-  varlistentry
-termoption-f/option replaceablefile_name/replaceable/term
-termoption--file/option 
replaceablefile_name/replaceable/term
-listitem
-  paraa single GeoTIFF file/para
-/listitem
-  /varlistentry
-
-  varlistentry
-termoption-s/option replaceablenum/replaceable/term
-termoption--tile-size/option 
replaceablenum/replaceable/term
-listitem
-  paraoverride the default tile size (default = 512)/para
-/listitem
-  /varlistentry
-
-  varlistentry
-termoption-e/option replaceablenum/replaceable/term
-termoption--epsg-code/option 
replaceablenum/replaceable/term
-listitem
-  paraset the optional EPSG code/para
-/listitem
-  /varlistentry
-
-  varlistentry
-termoption-i/option [JPEG|PNG|GIF|TIFF]/term
-termoption--image-type/option [JPEG|PNG|GIF|TIFF]/term
+termoption-i/option [JPEG|TIFF]/term
+termoption--image-type/option [JPEG|TIFF]/term
 listitem
   paraselect image type/para
 /listitem
diff --git a/debian/rasterlite-bin.manpages b/debian/rasterlite-bin.manpages
index 8ca1253..b46db7b 100644
--- a/debian/rasterlite-bin.manpages
+++ b/debian/rasterlite-bin.manpages
@@ -1,2 +1,3 @@
 debian/man/rasterlite_grid.1
 debian/man/rasterlite_load.1
+debian/man/rasterlite_pyramid.1

-- 
library supporting raster data sources for spatialite

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] librasterlite branch, master, updated. debian/1.1d-1-17-g98dcec4

2013-10-02 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit 734c9635318e49a6bd72987d153dffb4bb4b1ac9
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Wed Oct 2 15:50:53 2013 +0200

Add man page for: rasterlite_load.

diff --git a/debian/changelog b/debian/changelog
index 5add933..8495ea1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ librasterlite (1.1g-1) UNRELEASED; urgency=low
   * Multi-Arch: same rasterlite-dbg for coinstallability.
   * Add man page for tools:
 - rasterlite_grid
+- rasterlite_load
 
  -- Bas Couwenberg sebas...@xs4all.nl  Tue, 01 Oct 2013 22:27:37 +0200
 
diff --git a/debian/man/rasterlite_load.1.xml b/debian/man/rasterlite_load.1.xml
new file mode 100644
index 000..d174beb
--- /dev/null
+++ b/debian/man/rasterlite_load.1.xml
@@ -0,0 +1,143 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE refentry PUBLIC -//OASIS//DTD DocBook XML V4.4//EN 
http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd;
+refentry id='rasterlite_load'
+
+  refmeta
+refentrytitlerasterlite_load/refentrytitle
+manvolnum1/manvolnum
+  /refmeta
+
+  refnamediv
+refnamerasterlite_load/refname
+refpurposeupload GeoTIFF rasters into a SpatiaLite DB/refpurpose
+  /refnamediv
+
+  refsynopsisdiv id='synopsis'
+cmdsynopsis
+  commandrasterlite_load/command
+  arg choice='opt'option-?/option/arg
+  arg choice='opt'option-t/option/arg
+  arg choice='opt'option-v/option/arg
+  arg choice='opt'option-d/option 
replaceablepathname/replaceable/arg
+  arg choice='opt'option-T/option 
replaceablename/replaceable/arg
+  arg choice='opt'option-D/option 
replaceabledir_path/replaceable/arg
+  arg choice='opt'option-f/option 
replaceablefile_name/replaceable/arg
+  arg choice='opt'option-s/option 
replaceablenum/replaceable/arg
+  arg choice='opt'option-e/option 
replaceablenum/replaceable/arg
+  arg choice='opt'option-i/option
+group
+  arg choice='plain'JPEG/arg
+  arg choice='plain'PNG/arg
+  arg choice='plain'GIF/arg
+  arg choice='plain'TIFF/arg
+/group
+  /arg
+  arg choice='opt'option-q/option 
replaceablenum/replaceable/arg
+/cmdsynopsis
+  /refsynopsisdiv
+
+  refsect1 id='description'
+titleDESCRIPTION/title
+para
+  commandrasterlite_load/command is a tool for uploading GeoTIFF
+  rasters into a SpatiaLite DB.
+/para
+  /refsect1
+
+  refsect1 id='options'
+titleOPTIONS/title
+variablelist
+
+  varlistentry
+termoption-?/option/term
+termoption--help/option/term
+listitem
+  paraprint help message/para
+/listitem
+  /varlistentry
+
+  varlistentry
+termoption-t/option/term
+termoption--test/option/term
+listitem
+  paratest only minus; no actual action/para
+/listitem
+  /varlistentry
+
+  varlistentry
+termoption-v/option/term
+termoption--verbose/option/term
+listitem
+  paraverbose output/para
+/listitem
+  /varlistentry
+
+  varlistentry
+termoption-d/option replaceablepathname/replaceable/term
+termoption--db-path/option 
replaceablepathname/replaceable/term
+listitem
+  parathe SpatiaLite db path/para
+/listitem
+  /varlistentry
+
+  varlistentry
+termoption-T/option replaceablename/replaceable/term
+termoption--table-name/option 
replaceablename/replaceable/term
+listitem
+  paraDB table name/para
+/listitem
+  /varlistentry
+
+  varlistentry
+termoption-D/option replaceabledir_path/replaceable/term
+termoption--dir/option replaceabledir_path/replaceable/term
+listitem
+  parathe DIR path containing GeoTIFF files/para
+/listitem
+  /varlistentry
+
+  varlistentry
+termoption-f/option replaceablefile_name/replaceable/term
+termoption--file/option 
replaceablefile_name/replaceable/term
+listitem
+  paraa single GeoTIFF file/para
+/listitem
+  /varlistentry
+
+  varlistentry
+termoption-s/option replaceablenum/replaceable/term
+termoption--tile-size/option 
replaceablenum/replaceable/term
+listitem
+  paraoverride the default tile size (default = 512)/para
+/listitem
+  /varlistentry
+
+  varlistentry
+termoption-e/option replaceablenum/replaceable/term
+termoption--epsg-code/option 
replaceablenum/replaceable/term
+listitem
+  paraset the optional EPSG code/para
+/listitem
+  /varlistentry
+
+  varlistentry
+termoption-i/option [JPEG|PNG|GIF|TIFF]/term
+termoption--image-type/option [JPEG|PNG|GIF|TIFF]/term
+listitem
+  paraselect image type/para
+/listitem
+  /varlistentry
+
+  varlistentry
+termoption-q/option 

[SCM] librasterlite branch, master, updated. debian/1.1d-1-17-g98dcec4

2013-10-02 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit bef726129fd0a1414101dab0885c39333c39d8ca
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Tue Oct 1 22:51:14 2013 +0200

Multi-Arch: same rasterlite-dbg for coinstallability.

diff --git a/debian/changelog b/debian/changelog
index c493d23..38d92be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ librasterlite (1.1g-1) UNRELEASED; urgency=low
   * Build depend on libtiff-dev and libpng-dev directly, not as alternatives.
   * Use canonical URLs for Vcs-* fields.
   * Update Homepage URL.
+  * Multi-Arch: same rasterlite-dbg for coinstallability.
 
  -- Bas Couwenberg sebas...@xs4all.nl  Tue, 01 Oct 2013 22:27:37 +0200
 
diff --git a/debian/control b/debian/control
index 76712cf..48f2da8 100644
--- a/debian/control
+++ b/debian/control
@@ -53,6 +53,7 @@ Description: library supporting raster data sources for 
spatialite
 Package: rasterlite-dbg
 Section: debug
 Architecture: any
+Multi-Arch: same
 Depends:
  ${shlibs:Depends}
  , ${misc:Depends}
@@ -67,6 +68,7 @@ Description: library supporting raster data sources for 
spatialite - debugging s
 Package: rasterlite-bin
 Section: graphics
 Architecture: any
+Multi-Arch: foreign
 Depends:
  ${shlibs:Depends}
  , ${misc:Depends}

-- 
library supporting raster data sources for spatialite

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] librasterlite branch, master, updated. debian/1.1d-1-17-g98dcec4

2013-10-02 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit 0e89a9118fa7bd04128d1ebebcf1662b1f31e758
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Wed Oct 2 17:28:39 2013 +0200

Update Homepage URL.

diff --git a/debian/changelog b/debian/changelog
index b4f35cd..c493d23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ librasterlite (1.1g-1) UNRELEASED; urgency=low
   * Drop 03-fix_library_version.patch, applied upstream.
   * Build depend on libtiff-dev and libpng-dev directly, not as alternatives.
   * Use canonical URLs for Vcs-* fields.
+  * Update Homepage URL.
 
  -- Bas Couwenberg sebas...@xs4all.nl  Tue, 01 Oct 2013 22:27:37 +0200
 
diff --git a/debian/control b/debian/control
index c314631..76712cf 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Build-Depends:
  , pkg-config
 Standards-Version: 3.9.4
 Section: libs
-Homepage: http://www.gaia-gis.it/spatialite/
+Homepage: https://www.gaia-gis.it/fossil/librasterlite/
 Vcs-Git: git://anonscm.debian.org/pkg-grass/librasterlite.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/librasterlite.git
 

-- 
library supporting raster data sources for spatialite

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] librasterlite branch, master, updated. debian/1.1d-1-17-g98dcec4

2013-10-02 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit 9187ec34987b25ce99585f958ff6fa33808715af
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Wed Oct 2 17:09:01 2013 +0200

Restructure control file with cme fix dpkg-control.

diff --git a/debian/control b/debian/control
index d347b28..76d3dec 100644
--- a/debian/control
+++ b/debian/control
@@ -1,40 +1,38 @@
 Source: librasterlite
-Priority: extra
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
-Uploaders: David Paleino da...@debian.org 
- , Francesco Paolo Lovergine fran...@debian.org
- , Bas Couwenberg sebas...@xs4all.nl
-Build-Depends:
- debhelper (= 9~)
- , dh-autoreconf
- , libtiff-dev
- , libgeotiff-dev
- , libjpeg-dev
- , zlib1g-dev
- , libpng-dev
- , libepsilon-dev
- , libspatialite-dev
- , libproj-dev
- , libsqlite3-dev
- , pkg-config
- , docbook2x
- , docbook-xsl
- , docbook-xml
- , xsltproc
-Standards-Version: 3.9.4
+Uploaders: David Paleino da...@debian.org,
+   Francesco Paolo Lovergine fran...@debian.org,
+   Bas Couwenberg sebas...@xs4all.nl
 Section: libs
-Homepage: https://www.gaia-gis.it/fossil/librasterlite/
-Vcs-Git: git://anonscm.debian.org/pkg-grass/librasterlite.git
+Priority: extra
+Build-Depends: debhelper (= 9~),
+   dh-autoreconf,
+   libtiff-dev,
+   libgeotiff-dev,
+   libjpeg-dev,
+   zlib1g-dev,
+   libpng-dev,
+   libepsilon-dev,
+   libspatialite-dev,
+   libproj-dev,
+   libsqlite3-dev,
+   pkg-config,
+   docbook2x,
+   docbook-xsl,
+   docbook-xml,
+   xsltproc
+Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/librasterlite.git
+Vcs-Git: git://anonscm.debian.org/pkg-grass/librasterlite.git
+Homepage: https://www.gaia-gis.it/fossil/librasterlite/
 
 Package: librasterlite-dev
-Section: libdevel
-Multi-Arch: same
 Architecture: any
+Multi-Arch: same
+Section: libdevel
+Depends: ${misc:Depends},
+ librasterlite2 (= ${binary:Version})
 Pre-Depends: ${misc:Pre-Depends}
-Depends:
- ${misc:Depends}
- , librasterlite2 (= ${binary:Version})
 Description: library supporting raster data sources for spatialite - headers
  librasterlite is a library supporting raster data sources within a SpatiaLite
  DataBase, and any releated command-line management tool.
@@ -42,12 +40,11 @@ Description: library supporting raster data sources for 
spatialite - headers
  This package contains development files.
 
 Package: librasterlite2
-Multi-Arch: same
 Architecture: any
+Multi-Arch: same
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Depends:
- ${shlibs:Depends}
- , ${misc:Depends}
 Description: library supporting raster data sources for spatialite
  librasterlite is a library supporting raster data sources within a SpatiaLite
  DataBase, and any releated command-line management tool.
@@ -55,14 +52,13 @@ Description: library supporting raster data sources for 
spatialite
  This package contains the shared library.
 
 Package: rasterlite-dbg
-Section: debug
 Architecture: any
 Multi-Arch: same
-Depends:
- ${shlibs:Depends}
- , ${misc:Depends}
- , librasterlite2 (= ${binary:Version})
- , rasterlite-bin (= ${binary:Version})
+Section: debug
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ librasterlite2 (= ${binary:Version}),
+ rasterlite-bin (= ${binary:Version})
 Description: library supporting raster data sources for spatialite - debugging 
symbols
  librasterlite is a library supporting raster data sources within a SpatiaLite
  DataBase, and any releated command-line management tool.
@@ -70,15 +66,15 @@ Description: library supporting raster data sources for 
spatialite - debugging s
  This package contains debugging symbols for librasterlite and rasterlite-bin.
 
 Package: rasterlite-bin
-Section: graphics
 Architecture: any
 Multi-Arch: foreign
-Depends:
- ${shlibs:Depends}
- , ${misc:Depends}
- , librasterlite2 (= ${binary:Version})
+Section: graphics
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ librasterlite2 (= ${binary:Version})
 Description: command line tools for librasterlite
  librasterlite is a library supporting raster data sources within a SpatiaLite
  DataBase, and any releated command-line management tool.
  .
  This package contains command-line tools to use librasterlite.
+

-- 
library supporting raster data sources for spatialite

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] librasterlite branch, master, updated. debian/1.1d-1-17-g98dcec4

2013-10-02 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit 6077360920553f2c6d28a2e6c55ba40f61bdb740
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Tue Oct 1 22:49:38 2013 +0200

Use canonical URLs for Vcs-* fields.

diff --git a/debian/changelog b/debian/changelog
index b953f34..b4f35cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ librasterlite (1.1g-1) UNRELEASED; urgency=low
   * Refresh patches.
   * Drop 03-fix_library_version.patch, applied upstream.
   * Build depend on libtiff-dev and libpng-dev directly, not as alternatives.
+  * Use canonical URLs for Vcs-* fields.
 
  -- Bas Couwenberg sebas...@xs4all.nl  Tue, 01 Oct 2013 22:27:37 +0200
 
diff --git a/debian/control b/debian/control
index e327d4f..c314631 100644
--- a/debian/control
+++ b/debian/control
@@ -20,8 +20,8 @@ Build-Depends:
 Standards-Version: 3.9.4
 Section: libs
 Homepage: http://www.gaia-gis.it/spatialite/
-Vcs-Git: git://git.debian.org/pkg-grass/librasterlite.git
-Vcs-Browser: http://git.debian.org/?p=pkg-grass/librasterlite.git
+Vcs-Git: git://anonscm.debian.org/pkg-grass/librasterlite.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/librasterlite.git
 
 Package: librasterlite-dev
 Section: libdevel

-- 
library supporting raster data sources for spatialite

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] librasterlite branch, master, updated. debian/1.1d-1-17-g98dcec4

2013-10-02 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit ee654a93960d089d633e64c5e5ddb351c49d88e6
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Wed Oct 2 16:43:53 2013 +0200

Add man page for: rasterlite_tool.

diff --git a/debian/changelog b/debian/changelog
index bdff5d2..ddee493 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ librasterlite (1.1g-1) UNRELEASED; urgency=low
 - rasterlite_grid
 - rasterlite_load
 - rasterlite_pyramid
+- rasterlite_tool
 
  -- Bas Couwenberg sebas...@xs4all.nl  Tue, 01 Oct 2013 22:27:37 +0200
 
diff --git a/debian/man/rasterlite_tool.1.xml b/debian/man/rasterlite_tool.1.xml
new file mode 100644
index 000..10d1b4e
--- /dev/null
+++ b/debian/man/rasterlite_tool.1.xml
@@ -0,0 +1,161 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE refentry PUBLIC -//OASIS//DTD DocBook XML V4.4//EN 
http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd;
+refentry id='rasterlite_tool'
+
+  refmeta
+refentrytitlerasterlite_tool/refentrytitle
+manvolnum1/manvolnum
+  /refmeta
+
+  refnamediv
+refnamerasterlite_tool/refname
+refpurposegenerate rasters from a SpatiaLite DB/refpurpose
+  /refnamediv
+
+  refsynopsisdiv id='synopsis'
+cmdsynopsis
+  commandrasterlite_tool/command
+  arg choice='opt'option-?/option/arg
+  arg choice='opt'option-o/option 
replaceablepathname/replaceable/arg
+  arg choice='opt'option-d/option 
replaceablepathname/replaceable/arg
+  arg choice='opt'option-T/option 
replaceablename/replaceable/arg
+  arg choice='opt'option-x/option 
replaceablecoordinate/replaceable/arg
+  arg choice='opt'option-y/option 
replaceablecoordinate/replaceable/arg
+  arg choice='opt'option-r/option 
replaceablenum/replaceable/arg
+  arg choice='opt'option-w/option 
replaceablenum/replaceable/arg
+  arg choice='opt'option-h/option 
replaceablenum/replaceable/arg
+  arg choice='opt'option-i/option
+group
+  arg choice='plain'JPEG/arg
+  arg choice='plain'GIF/arg
+  arg choice='plain'PNG/arg
+  arg choice='plain'TIFF/arg
+/group
+  /arg
+  arg choice='opt'option-q/option 
replaceablenum/replaceable/arg
+  arg choice='opt'option-c/option 
replaceable0xRRGGBB/replaceable/arg
+  arg choice='opt'option-b/option 
replaceable0xRRGGBB/replaceable/arg
+/cmdsynopsis
+  /refsynopsisdiv
+
+  refsect1 id='description'
+titleDESCRIPTION/title
+para
+  commandrasterlite_tool/command is a tool for generating rasters from
+  a SpatiaLite DB
+/para
+  /refsect1
+
+  refsect1 id='options'
+titleOPTIONS/title
+variablelist
+
+  varlistentry
+termoption-?/option/term
+termoption--help/option/term
+listitem
+  paraprint help message/para
+/listitem
+  /varlistentry
+
+  varlistentry
+termoption-o/option replaceablepathname/replaceable/term
+termoption--output/option 
replaceablepathname/replaceable/term
+listitem
+  parathe image path/para
+/listitem
+  /varlistentry
+
+  varlistentry
+termoption-d/option replaceablepathname/replaceable/term
+termoption--db-path/option 
replaceablepathname/replaceable/term
+listitem
+  parathe SpatiaLite db path/para
+/listitem
+  /varlistentry
+
+  varlistentry
+termoption-T/option replaceablename/replaceable/term
+termoption--table-name/option 
replaceablename/replaceable/term
+listitem
+  paraDB table name/para
+/listitem
+  /varlistentry
+
+  varlistentry
+termoption-x/option replaceablecoordinate/replaceable/term
+termoption--center-x/option 
replaceablecoordinate/replaceable/term
+listitem
+  paracenterminus;point X coord/para
+/listitem
+  /varlistentry
+
+  varlistentry
+termoption-y/option replaceablecoordinate/replaceable/term
+termoption--center-y/option 
replaceablecoordinate/replaceable/term
+listitem
+  paracenterminus;point Y coord/para
+/listitem
+  /varlistentry
+
+  varlistentry
+termoption-r/option replaceablenum/replaceable/term
+termoption--pixel-ratio/option 
replaceablenum/replaceable/term
+listitem
+  paramap-units per pixel/para
+/listitem
+  /varlistentry
+
+  varlistentry
+termoption-w/option replaceablenum/replaceable/term
+termoption--width/option replaceablenum/replaceable/term
+listitem
+  pararaster width/para
+/listitem
+  /varlistentry
+
+  varlistentry
+termoption-h/option replaceablenum/replaceable/term
+termoption--height/option replaceablenum/replaceable/term
+listitem
+  pararaster height/para
+/listitem
+  /varlistentry
+
+  varlistentry
+termoption-i/option [JPEG|GIF|PNG|TIFF]/term
+

[SCM] librasterlite branch, master, updated. debian/1.1d-1-17-g98dcec4

2013-10-02 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit 1e3fb25e7b317576b8ee59bfb60920f3a9a416de
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Wed Oct 2 16:49:39 2013 +0200

Add man page for: rasterlite_topmost.

diff --git a/debian/changelog b/debian/changelog
index ddee493..ca43dfa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ librasterlite (1.1g-1) UNRELEASED; urgency=low
 - rasterlite_load
 - rasterlite_pyramid
 - rasterlite_tool
+- rasterlite_topmost
 
  -- Bas Couwenberg sebas...@xs4all.nl  Tue, 01 Oct 2013 22:27:37 +0200
 
diff --git a/debian/man/rasterlite_pyramid.1.xml 
b/debian/man/rasterlite_topmost.1.xml
similarity index 70%
copy from debian/man/rasterlite_pyramid.1.xml
copy to debian/man/rasterlite_topmost.1.xml
index 89c8214..b7ef38c 100644
--- a/debian/man/rasterlite_pyramid.1.xml
+++ b/debian/man/rasterlite_topmost.1.xml
@@ -1,20 +1,20 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE refentry PUBLIC -//OASIS//DTD DocBook XML V4.4//EN 
http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd;
-refentry id='rasterlite_pyramid'
+refentry id='rasterlite_topmost'
 
   refmeta
-refentrytitlerasterlite_pyramid/refentrytitle
+refentrytitlerasterlite_topmost/refentrytitle
 manvolnum1/manvolnum
   /refmeta
 
   refnamediv
-refnamerasterlite_pyramid/refname
-refpurposebuild raster pyramids into a SpatiaLite DB/refpurpose
+refnamerasterlite_topmost/refname
+refpurposebuild raster topmost pyramids levels into a SpatiaLite 
DB/refpurpose
   /refnamediv
 
   refsynopsisdiv id='synopsis'
 cmdsynopsis
-  commandrasterlite_pyramid/command
+  commandrasterlite_topmost/command
   arg choice='opt'option-?/option/arg
   arg choice='opt'option-t/option/arg
   arg choice='opt'option-v/option/arg
@@ -27,14 +27,16 @@
 /group
   /arg
   arg choice='opt'option-q/option 
replaceablenum/replaceable/arg
+  arg choice='opt'option-c/option 
replaceable0xRRGGBB/replaceable/arg
+  arg choice='opt'option-b/option 
replaceable0xRRGGBB/replaceable/arg
 /cmdsynopsis
   /refsynopsisdiv
 
   refsect1 id='description'
 titleDESCRIPTION/title
 para
-  commandrasterlite_pyramid/command is a tool for building raster
-  pyramids into a SpatiaLite DB.
+  commandrasterlite_topmost/command is a tool for building raster
+  topmost pyramid's levels into a SpatiaLite DB.
 /para
   /refsect1
 
@@ -98,6 +100,22 @@
 /listitem
   /varlistentry
 
+  varlistentry
+termoption-c/option replaceable0xRRGGBB/replaceable/term
+termoption--transparent-color/option 
replaceable0xRRGGBB/replaceable/term
+listitem
+  paraoverride the default transparency color (default = NONE)/para
+/listitem
+  /varlistentry
+
+  varlistentry
+termoption-b/option replaceable0xRRGGBB/replaceable/term
+termoption--background-color/option 
replaceable0xRRGGBB/replaceable/term
+listitem
+  paraoverride the default background color (default = 
0x00)/para
+/listitem
+  /varlistentry
+
 /variablelist
 
   /refsect1
diff --git a/debian/rasterlite-bin.manpages b/debian/rasterlite-bin.manpages
index e5beebf..041a010 100644
--- a/debian/rasterlite-bin.manpages
+++ b/debian/rasterlite-bin.manpages
@@ -2,3 +2,4 @@ debian/man/rasterlite_grid.1
 debian/man/rasterlite_load.1
 debian/man/rasterlite_pyramid.1
 debian/man/rasterlite_tool.1
+debian/man/rasterlite_topmost.1

-- 
library supporting raster data sources for spatialite

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel