[ossim] 04/04: Mark changes as Team upload.

2015-12-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository ossim.

commit 5ab7a8f6ed3f595c64dffd08bb9e8afcb44e9fdf
Author: Bas Couwenberg 
Date:   Wed Dec 30 20:51:10 2015 +0100

Mark changes as Team upload.
---
 debian/changelog | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/changelog b/debian/changelog
index 49acd74..8a05006 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 ossim (1.8.20.3+ds-2) UNRELEASED; urgency=medium
 
+  * Team upload.
   * date format used is mmdd in OSSIM_BUILD_DATE
   * building frameworks are for OSX
   * remove unused dependencies for ossim-core

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ossim.git

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


[ossim] 03/04: Restore CMake option for FreeType support.

2015-12-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository ossim.

commit d67274231bea72a762e63b6d914e88ee37d4b99b
Author: Bas Couwenberg 
Date:   Wed Dec 30 20:27:16 2015 +0100

Restore CMake option for FreeType support.
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index f13c1f8..0e121fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,6 +32,7 @@ CMAKE_OPTS = \
-DBUILD_OSSIM_MPI_SUPPORT=OFF \
-DBUILD_OSSIM_TEST_APPS=ON \
-DBUILD_SHARED_LIBS=ON \
+   -DFREETYPE_INCLUDE_DIRS=/usr/include/freetype2 \
-DGEOS_INCLUDE_DIR=/usr/include/geos \
-DOSSIM_BUILD_DATE=$(BUILD_DATE)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ossim.git

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


[ossim] 02/04: Reorder CMake options.

2015-12-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository ossim.

commit 3f47f4bf31c457e236578b6df14ab13de759d1d6
Author: Bas Couwenberg 
Date:   Wed Dec 30 19:53:41 2015 +0100

Reorder CMake options.
---
 debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 6a62fb4..f13c1f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,9 +23,9 @@ endif
 
 # Add here any variable or target overrides you need.
 CMAKE_OPTS = \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DOSSIM_BUILD_DATE=$(BUILD_DATE) \
-DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_MODULE_PATH=$(CURDIR)/ossim/CMakeModules \
-DBUILD_OSSIM_FRAMEWORKS=OFF \
-DBUILD_OSSIM_FREETYPE_SUPPORT=ON \
-DBUILD_OSSIM_ID_SUPPORT=ON \
@@ -33,7 +33,7 @@ CMAKE_OPTS = \
-DBUILD_OSSIM_TEST_APPS=ON \
-DBUILD_SHARED_LIBS=ON \
-DGEOS_INCLUDE_DIR=/usr/include/geos \
-   -DCMAKE_MODULE_PATH=$(CURDIR)/ossim/CMakeModules
+   -DOSSIM_BUILD_DATE=$(BUILD_DATE)
 
 override_dh_auto_clean:
rm -rf debian/build

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ossim.git

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


[ossim] branch master updated (8f49cd4 -> 5ab7a8f)

2015-12-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository ossim.

  from  8f49cd4   ossim-core: manpage-has-errors-from-man
   new  f12042e   Decrement revision back to 2.
   new  3f47f4b   Reorder CMake options.
   new  d672742   Restore CMake option for FreeType support.
   new  5ab7a8f   Mark changes as Team upload.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 3 ++-
 debian/rules | 7 ---
 2 files changed, 6 insertions(+), 4 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ossim.git

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


[ossim] 01/04: Decrement revision back to 2.

2015-12-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository ossim.

commit f12042ee1c697e3c58745a8e009f945f16364897
Author: Bas Couwenberg 
Date:   Wed Dec 30 19:51:12 2015 +0100

Decrement revision back to 2.

Erroniously incremented in commit d96d7ac90528f906f34309dc6dc418d1c72079b9.
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1aa5b0b..49acd74 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ossim (1.8.20.3+ds-3) UNRELEASED; urgency=medium
+ossim (1.8.20.3+ds-2) UNRELEASED; urgency=medium
 
   * date format used is mmdd in OSSIM_BUILD_DATE
   * building frameworks are for OSX

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ossim.git

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


[ossim] 01/01: update control and change file for precise

2015-12-30 Thread Rashad Kanavath
This is an automated email from the git hooks/post-receive script.

rashad-guest pushed a commit to branch ubuntu/precise
in repository ossim.

commit d22305396a187403fd41a4c11e06fd0406f536d0
Author: Rashad Kanavath 
Date:   Wed Dec 30 18:39:28 2015 +0100

update control and change file for precise
---
 debian/changelog | 4 ++--
 debian/control   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1aa5b0b..0c4ecc9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-ossim (1.8.20.3+ds-3) UNRELEASED; urgency=medium
+ossim (1.8.20.3+ds-2precise1) precise; urgency=medium
 
   * date format used is mmdd in OSSIM_BUILD_DATE
   * building frameworks are for OSX
   * remove unused dependencies for ossim-core
 
- -- Rashad Kanavath   Wed, 30 Dec 2015 15:00:59 +0100
+ -- Rashad Kanavath   Wed, 30 Dec 2015 18:15:49 +0100
 
 ossim (1.8.20.3+ds-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index d67e327..4ac6729 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: cmake (>= 2.8),
debhelper (>= 9),
libcurl4-gnutls-dev | libcurl4-dev,
libfreetype6-dev,
-   libgeos++-dev (>= 3.5.0),
+   libgeos-dev (>= 3.2.2),
libgeotiff-dev,
libjpeg-dev,
libopenthreads-dev,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ossim.git

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


[ossim] branch ubuntu/precise created (now d223053)

2015-12-30 Thread Rashad Kanavath
This is an automated email from the git hooks/post-receive script.

rashad-guest pushed a change to branch ubuntu/precise
in repository ossim.

at  d223053   update control and change file for precise

This branch includes the following new commits:

   new  d223053   update control and change file for precise

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ossim.git

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


[ossim] branch master updated (0b9f9f6 -> 8f49cd4)

2015-12-30 Thread Rashad Kanavath
This is an automated email from the git hooks/post-receive script.

rashad-guest pushed a change to branch master
in repository ossim.

  from  0b9f9f6   lintian: ossim-core: binaries without manpages
   new  8f49cd4   ossim-core: manpage-has-errors-from-man

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/manpages/ossim-senint.1 | 2 --
 1 file changed, 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ossim.git

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


[ossim] 01/01: ossim-core: manpage-has-errors-from-man

2015-12-30 Thread Rashad Kanavath
This is an automated email from the git hooks/post-receive script.

rashad-guest pushed a commit to branch master
in repository ossim.

commit 8f49cd46e2901e8b3a388c4f49d729c6c416c8bb
Author: Rashad Kanavath 
Date:   Wed Dec 30 18:41:25 2015 +0100

ossim-core: manpage-has-errors-from-man
---
 debian/manpages/ossim-senint.1 | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/manpages/ossim-senint.1 b/debian/manpages/ossim-senint.1
index 50b1942..e856b9e 100644
--- a/debian/manpages/ossim-senint.1
+++ b/debian/manpages/ossim-senint.1
@@ -6,11 +6,9 @@ ossim-senint \- ossim-senint
 .B ossim-senint-pt
 \fI\,processing type -i1 input geometry file\/\fR
 .SH DESCRIPTION
-
 .IP
 senint Geopositioning Report
 .PP
-
 .IP
 2015\-12\-30 18:07:56
 .PP

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ossim.git

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


Math-Mage.com game helps students learn Math

2015-12-30 Thread Matt Bass
Hello Fellow Educator,

Math-Mage.com is here!
This new, fast-paced, Math RPG game is just what you need to get your students 
excited about learning Math.


Try it now! http://www.math-mage.com


Please forward this email to any students who may find this Math game helpful.
Please post a link to our website to allow your students to find us easier.
If there is anything we can do to help in your other education efforts, please 
let us know.


Also available on mobile device app stores:
iOS: 
https://itunes.apple.com/us/app/MathMageFlashcardNumbersGame/id998824649
Android: 
https://play.google.com/store/apps/details?id=games.math.multiplication.mage


Thank You,
Matt Bass

Dega Solutions LLC
913 W 875 S
Lehi, UT 84043

Unsubscribe http://www.Math-Mage.com/EmailUnsubscribe___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[ossim] 02/02: lintian: ossim-core: binaries without manpages

2015-12-30 Thread Rashad Kanavath
This is an automated email from the git hooks/post-receive script.

rashad-guest pushed a commit to branch master
in repository ossim.

commit 0b9f9f619a3c0f30231168dc748277d0bc0e4e91
Author: Rashad Kanavath 
Date:   Wed Dec 30 18:12:01 2015 +0100

lintian: ossim-core: binaries without manpages
---
 debian/manpages/ossim-adrg-dump.1|  51 
 debian/manpages/ossim-applanix2ogeom.1   |  72 ++
 debian/manpages/ossim-autreg.1   | 102 
 debian/manpages/ossim-band-merge.1   |  88 +++
 debian/manpages/ossim-batch-test.1   | 103 
 debian/manpages/ossim-btoa.1 |  27 ++
 debian/manpages/ossim-chgkwval.1 |  32 +++
 debian/manpages/ossim-chipper.1  | 429 +++
 debian/manpages/ossim-cmm.1  |  97 +++
 debian/manpages/ossim-computeSrtmStats.1 |  55 
 debian/manpages/ossim-correl.1   |  18 ++
 debian/manpages/ossim-create-bitmask.1   | 103 
 debian/manpages/ossim-create-cg.1|  80 ++
 debian/manpages/ossim-create-histo.1 | 111 
 debian/manpages/ossim-deg2dms.1  |  22 ++
 debian/manpages/ossim-dms2deg.1  |  22 ++
 debian/manpages/ossim-dump-ocg.1 |  18 ++
 debian/manpages/ossim-equation.1 | 175 +
 debian/manpages/ossim-extract-vertices.1 |  24 ++
 debian/manpages/ossim-hlz.1  | 175 +
 debian/manpages/ossim-icp.1  | 161 
 debian/manpages/ossim-igen.1 |  57 
 debian/manpages/ossim-image-compare.1|  21 ++
 debian/manpages/ossim-image-synth.1  |  21 ++
 debian/manpages/ossim-img2md.1   |  67 +
 debian/manpages/ossim-img2rr.1   | 179 +
 debian/manpages/ossim-info.1 | 233 +
 debian/manpages/ossim-modopt.1   |  18 ++
 debian/manpages/ossim-mosaic.1   |  75 ++
 debian/manpages/ossim-ogeom2ogeom.1  |  84 ++
 debian/manpages/ossim-orthoigen.1| 338 
 debian/manpages/ossim-pc2dem.1   | 161 
 debian/manpages/ossim-pixelflip.1| 135 ++
 debian/manpages/ossim-preproc.1  | 246 ++
 debian/manpages/ossim-prune.1|  19 ++
 debian/manpages/ossim-rejout.1   |  18 ++
 debian/manpages/ossim-rpf.1  |  66 +
 debian/manpages/ossim-senint.1   | 119 +
 debian/manpages/ossim-slope.1|  86 +++
 debian/manpages/ossim-space-imaging.1|  20 ++
 debian/manpages/ossim-src2src.1  |  18 ++
 debian/manpages/ossim-swapbytes.1|  18 ++
 debian/manpages/ossim-tfw2ogeom.1|  29 +++
 debian/manpages/ossim-viewshed.1 | 136 ++
 debian/manpages/ossim-viirs-proc.1   |  57 
 debian/manpages/ossim-ws-cmp.1   |  22 ++
 debian/ossim-core.manpages   |  46 
 47 files changed, 4254 insertions(+)

diff --git a/debian/manpages/ossim-adrg-dump.1 
b/debian/manpages/ossim-adrg-dump.1
new file mode 100644
index 000..7d7ab29
--- /dev/null
+++ b/debian/manpages/ossim-adrg-dump.1
@@ -0,0 +1,51 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.46.4.
+.TH OSSIM-ADRG-DUMP "1" "December 2015" "ossim-adrg-dump 1.8.20" "User 
Commands"
+.SH NAME
+ossim-adrg-dump \- ossim-adrg-dump
+.SH SYNOPSIS
+.B ossim-adrg-dump
+[\fI\,options\/\fR] \fI\,<.imgfile>\/\fR
+.SH DESCRIPTION
+Description:
+ossim\-adrg\-dump This application dumps to screen the contents of an ADRG 
Header (.gen) file.
+.SH OPTIONS
+.TP
+\fB\-\-disable\-elev\fR
+Will disable the elevation
+.TP
+\fB\-\-disable\-notify\fR
+Takes an argument. Arguments are ALL, WARN, NOTICE, INFO,
+FATAL, DEBUG.  If you want multiple disables then just do
+multiple \fB\-\-disable\-notify\fR on the command line.  All argument
+are case insensitive.  Default is all are enabled.
+.TP
+\fB\-\-disable\-plugin\fR
+Will disable the plugin loader
+.TP
+\fB\-\-ossim\-logfile\fR
+takes a logfile as an argument.  All output messages are
+redirected to the specified log file.  By default there is
+no log file and all messages are enabled.
+.TP
+\fB\-K\fR
+specify individual keywords to add to the preferences
+keyword list: name=value
+.TP
+\fB\-P\fR
+specify a preference file to load
+.TP
+\fB\-T\fR
+specify the classes to trace, ex: ossimInit|ossimImage.*
+will trace ossimInit and all ossimImage classes
+.SH "SEE ALSO"
+The full documentation for
+.B ossim-adrg-dump
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B ossim-adrg-dump
+programs are properly installed at your site, the command
+.IP
+.B info ossim-adrg-dump
+.PP
+should give you access to the complete manual.
diff --git a/debian/manpages/ossim-applanix2ogeom.1 
b/debian/manpages/ossim-applanix2ogeom.1
new file mode 100644
index 000..40189e1
--- /dev/null
+++ b/debian/manpages/ossim-applanix2ogeom.1
@@ -0,0 +1,72 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man

[ossim] 01/02: empty build type set it to None

2015-12-30 Thread Rashad Kanavath
This is an automated email from the git hooks/post-receive script.

rashad-guest pushed a commit to branch master
in repository ossim.

commit 10fcc24b59e7e80b06e02e4be877d8ba9146c019
Author: Rashad Kanavath 
Date:   Wed Dec 30 17:58:40 2015 +0100

empty build type set it to None
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 443b886..6a62fb4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,7 @@ endif
 CMAKE_OPTS = \
-DCMAKE_INSTALL_PREFIX=/usr \
-DOSSIM_BUILD_DATE=$(BUILD_DATE) \
+   -DCMAKE_BUILD_TYPE=Release \
-DBUILD_OSSIM_FRAMEWORKS=OFF \
-DBUILD_OSSIM_FREETYPE_SUPPORT=ON \
-DBUILD_OSSIM_ID_SUPPORT=ON \

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ossim.git

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


[ossim] branch master updated (1d80ae0 -> 0b9f9f6)

2015-12-30 Thread Rashad Kanavath
This is an automated email from the git hooks/post-receive script.

rashad-guest pushed a change to branch master
in repository ossim.

  from  1d80ae0   let ossim detect correct libs automatically
   new  10fcc24   empty build type set it to None
   new  0b9f9f6   lintian: ossim-core: binaries without manpages

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/manpages/ossim-adrg-dump.1|  51 
 debian/manpages/ossim-applanix2ogeom.1   |  72 ++
 debian/manpages/ossim-autreg.1   | 102 
 debian/manpages/ossim-band-merge.1   |  88 +++
 debian/manpages/ossim-batch-test.1   | 103 
 debian/manpages/ossim-btoa.1 |  27 ++
 debian/manpages/ossim-chgkwval.1 |  32 +++
 debian/manpages/ossim-chipper.1  | 429 +++
 debian/manpages/ossim-cmm.1  |  97 +++
 debian/manpages/ossim-computeSrtmStats.1 |  55 
 debian/manpages/ossim-correl.1   |  18 ++
 debian/manpages/ossim-create-bitmask.1   | 103 
 debian/manpages/ossim-create-cg.1|  80 ++
 debian/manpages/ossim-create-histo.1 | 111 
 debian/manpages/ossim-deg2dms.1  |  22 ++
 debian/manpages/ossim-dms2deg.1  |  22 ++
 debian/manpages/ossim-dump-ocg.1 |  18 ++
 debian/manpages/ossim-equation.1 | 175 +
 debian/manpages/ossim-extract-vertices.1 |  24 ++
 debian/manpages/ossim-hlz.1  | 175 +
 debian/manpages/ossim-icp.1  | 161 
 debian/manpages/ossim-igen.1 |  57 
 debian/manpages/ossim-image-compare.1|  21 ++
 debian/manpages/ossim-image-synth.1  |  21 ++
 debian/manpages/ossim-img2md.1   |  67 +
 debian/manpages/ossim-img2rr.1   | 179 +
 debian/manpages/ossim-info.1 | 233 +
 debian/manpages/ossim-modopt.1   |  18 ++
 debian/manpages/ossim-mosaic.1   |  75 ++
 debian/manpages/ossim-ogeom2ogeom.1  |  84 ++
 debian/manpages/ossim-orthoigen.1| 338 
 debian/manpages/ossim-pc2dem.1   | 161 
 debian/manpages/ossim-pixelflip.1| 135 ++
 debian/manpages/ossim-preproc.1  | 246 ++
 debian/manpages/ossim-prune.1|  19 ++
 debian/manpages/ossim-rejout.1   |  18 ++
 debian/manpages/ossim-rpf.1  |  66 +
 debian/manpages/ossim-senint.1   | 119 +
 debian/manpages/ossim-slope.1|  86 +++
 debian/manpages/ossim-space-imaging.1|  20 ++
 debian/manpages/ossim-src2src.1  |  18 ++
 debian/manpages/ossim-swapbytes.1|  18 ++
 debian/manpages/ossim-tfw2ogeom.1|  29 +++
 debian/manpages/ossim-viewshed.1 | 136 ++
 debian/manpages/ossim-viirs-proc.1   |  57 
 debian/manpages/ossim-ws-cmp.1   |  22 ++
 debian/ossim-core.manpages   |  46 
 debian/rules |   1 +
 48 files changed, 4255 insertions(+)
 create mode 100644 debian/manpages/ossim-adrg-dump.1
 create mode 100644 debian/manpages/ossim-applanix2ogeom.1
 create mode 100644 debian/manpages/ossim-autreg.1
 create mode 100644 debian/manpages/ossim-band-merge.1
 create mode 100644 debian/manpages/ossim-batch-test.1
 create mode 100644 debian/manpages/ossim-btoa.1
 create mode 100644 debian/manpages/ossim-chgkwval.1
 create mode 100644 debian/manpages/ossim-chipper.1
 create mode 100644 debian/manpages/ossim-cmm.1
 create mode 100644 debian/manpages/ossim-computeSrtmStats.1
 create mode 100644 debian/manpages/ossim-correl.1
 create mode 100644 debian/manpages/ossim-create-bitmask.1
 create mode 100644 debian/manpages/ossim-create-cg.1
 create mode 100644 debian/manpages/ossim-create-histo.1
 create mode 100644 debian/manpages/ossim-deg2dms.1
 create mode 100644 debian/manpages/ossim-dms2deg.1
 create mode 100644 debian/manpages/ossim-dump-ocg.1
 create mode 100644 debian/manpages/ossim-equation.1
 create mode 100644 debian/manpages/ossim-extract-vertices.1
 create mode 100644 debian/manpages/ossim-hlz.1
 create mode 100644 debian/manpages/ossim-icp.1
 create mode 100644 debian/manpages/ossim-igen.1
 create mode 100644 debian/manpages/ossim-image-compare.1
 create mode 100644 debian/manpages/ossim-image-synth.1
 create mode 100644 debian/manpages/ossim-img2md.1
 create mode 100644 debian/manpages/ossim-img2rr.1
 create mode 100644 debian/manpages/ossim-info.1
 create mode 100644 debian/manpages/ossim-modopt.1
 create mode 100644 debian/manpages/ossim-mosaic.1
 create mode 100644 debian/manpages/ossim-ogeom2ogeom.1
 create mode 100644 debian/manpages/ossim-orthoigen.1
 create mode 100644 debian/manpages/ossim-pc2dem.1
 c

[ossim] 01/01: let ossim detect correct libs automatically

2015-12-30 Thread Rashad Kanavath
This is an automated email from the git hooks/post-receive script.

rashad-guest pushed a commit to branch master
in repository ossim.

commit 1d80ae03c6ef609b0efbbf2bec4f4ab6eda79900
Author: Rashad Kanavath 
Date:   Wed Dec 30 17:43:15 2015 +0100

let ossim detect correct libs automatically
---
 debian/rules | 8 +---
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/debian/rules b/debian/rules
index 95d9ea1..443b886 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,14 +31,8 @@ CMAKE_OPTS = \
-DBUILD_OSSIM_MPI_SUPPORT=OFF \
-DBUILD_OSSIM_TEST_APPS=ON \
-DBUILD_SHARED_LIBS=ON \
-   -DGEOS_C_LIB=/usr/lib/$(DEB_HOST_MULTIARCH)/libgeos_c.so \
-DGEOS_INCLUDE_DIR=/usr/include/geos \
-   -DGEOS_LIB=/usr/lib/$(DEB_HOST_MULTIARCH)/libgeos.so \
-   -DGEOS_LIBRARY=/usr/lib/$(DEB_HOST_MULTIARCH)/libgeos_c.so \
-   -DGEOTIFF_INCLUDE_DIR=/usr/include/geotiff \
-   -DCMAKE_MODULE_PATH=$(CURDIR)/CMakeModules \
-   -DFREETYPE_INCLUDE_DIRS=/usr/include/freetype2 \
-   -DGEOTIFF_LIBRARY=/usr/lib/$(DEB_HOST_MULTIARCH)/libgeotiff.so
+   -DCMAKE_MODULE_PATH=$(CURDIR)/ossim/CMakeModules
 
 override_dh_auto_clean:
rm -rf debian/build

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ossim.git

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


[ossim] branch master updated (d96d7ac -> 1d80ae0)

2015-12-30 Thread Rashad Kanavath
This is an automated email from the git hooks/post-receive script.

rashad-guest pushed a change to branch master
in repository ossim.

  from  d96d7ac   follow to last. updating changelong entry
   new  1d80ae0   let ossim detect correct libs automatically

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/rules | 8 +---
 1 file changed, 1 insertion(+), 7 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ossim.git

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


mapnik-vector-tile 0.14.2+dfsg-1 MIGRATED to testing

2015-12-30 Thread Debian testing watch
FYI: The status of the mapnik-vector-tile source package
in Debian's testing distribution has changed.

  Previous version: 0.14.1+dfsg-1
  Current version:  0.14.2+dfsg-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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


fiona 1.6.3-1 MIGRATED to testing

2015-12-30 Thread Debian testing watch
FYI: The status of the fiona source package
in Debian's testing distribution has changed.

  Previous version: 1.6.2-1
  Current version:  1.6.3-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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


[ossim] branch master updated (a6dacbf -> d96d7ac)

2015-12-30 Thread Rashad Kanavath
This is an automated email from the git hooks/post-receive script.

rashad-guest pushed a change to branch master
in repository ossim.

  from  a6dacbf   unused dependencies for ossim-core
   new  d96d7ac   follow to last. updating changelong entry

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ossim.git

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


[ossim] 01/01: follow to last. updating changelong entry

2015-12-30 Thread Rashad Kanavath
This is an automated email from the git hooks/post-receive script.

rashad-guest pushed a commit to branch master
in repository ossim.

commit d96d7ac90528f906f34309dc6dc418d1c72079b9
Author: Rashad Kanavath 
Date:   Wed Dec 30 15:02:29 2015 +0100

follow to last. updating changelong entry
---
 debian/changelog | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5c9f993..1aa5b0b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-ossim (1.8.20.3+ds-2) UNRELEASED; urgency=medium
+ossim (1.8.20.3+ds-3) UNRELEASED; urgency=medium
 
   * date format used is mmdd in OSSIM_BUILD_DATE
   * building frameworks are for OSX
+  * remove unused dependencies for ossim-core
 
- -- Rashad Kanavath   Wed, 30 Dec 2015 12:35:45 +0100
+ -- Rashad Kanavath   Wed, 30 Dec 2015 15:00:59 +0100
 
 ossim (1.8.20.3+ds-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ossim.git

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


[ossim] 01/01: unused dependencies for ossim-core

2015-12-30 Thread Rashad Kanavath
This is an automated email from the git hooks/post-receive script.

rashad-guest pushed a commit to branch master
in repository ossim.

commit a6dacbfbdc62a1074168d7fa1cc698cfdda1a876
Author: Rashad Kanavath 
Date:   Wed Dec 30 14:51:54 2015 +0100

unused dependencies for ossim-core
---
 debian/control | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 011900f..d67e327 100644
--- a/debian/control
+++ b/debian/control
@@ -3,22 +3,16 @@ Maintainer: Debian GIS Project 

 Uploaders: Francesco Paolo Lovergine 
 Section: science
 Priority: extra
-Build-Depends: autotools-dev,
-   cmake (>= 2.8),
+Build-Depends: cmake (>= 2.8),
debhelper (>= 9),
libcurl4-gnutls-dev | libcurl4-dev,
-   libexpat1-dev,
libfreetype6-dev,
libgeos++-dev (>= 3.5.0),
libgeotiff-dev,
-   libgif-dev,
libjpeg-dev,
-   libopenscenegraph-dev,
libopenthreads-dev,
libpng-dev,
-   libtar-dev,
libtiff-dev,
-   libzzip-dev,
zlib1g-dev
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/ossim.git
@@ -104,4 +98,3 @@ Description: OSSIM core utilities
  .
  This package includes core tools that use the OSSIM library to
  perform some basic tasks.
-

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ossim.git

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


[ossim] branch master updated (1a0bf07 -> a6dacbf)

2015-12-30 Thread Rashad Kanavath
This is an automated email from the git hooks/post-receive script.

rashad-guest pushed a change to branch master
in repository ossim.

  from  1a0bf07   Add changelog entries for Rashard's changes.
   new  a6dacbf   unused dependencies for ossim-core

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/control | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ossim.git

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


[ossim] branch master updated (d491d66 -> 1a0bf07)

2015-12-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository ossim.

  from  d491d66   building frameworks are for OSX
   new  1a0bf07   Add changelog entries for Rashard's changes.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 7 +++
 1 file changed, 7 insertions(+)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ossim.git

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


[ossim] 01/01: Add changelog entries for Rashard's changes.

2015-12-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository ossim.

commit 1a0bf0717e943f525906fc22c0861c26ba882e7c
Author: Bas Couwenberg 
Date:   Wed Dec 30 12:43:29 2015 +0100

Add changelog entries for Rashard's changes.
---
 debian/changelog | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 781ccee..5c9f993 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ossim (1.8.20.3+ds-2) UNRELEASED; urgency=medium
+
+  * date format used is mmdd in OSSIM_BUILD_DATE
+  * building frameworks are for OSX
+
+ -- Rashad Kanavath   Wed, 30 Dec 2015 12:35:45 +0100
+
 ossim (1.8.20.3+ds-1) unstable; urgency=medium
 
   * Team upload.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ossim.git

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


[ossim] 01/01: building frameworks are for OSX

2015-12-30 Thread Rashad Kanavath
This is an automated email from the git hooks/post-receive script.

rashad-guest pushed a commit to branch master
in repository ossim.

commit d491d662925c2d13ab12249ce217c7e3759eef6d
Author: Rashad Kanavath 
Date:   Wed Dec 30 12:29:35 2015 +0100

building frameworks are for OSX
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index f115208..95d9ea1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,7 @@ endif
 CMAKE_OPTS = \
-DCMAKE_INSTALL_PREFIX=/usr \
-DOSSIM_BUILD_DATE=$(BUILD_DATE) \
-   -DBUILD_OSSIM_FRAMEWORKS=ON \
+   -DBUILD_OSSIM_FRAMEWORKS=OFF \
-DBUILD_OSSIM_FREETYPE_SUPPORT=ON \
-DBUILD_OSSIM_ID_SUPPORT=ON \
-DBUILD_OSSIM_MPI_SUPPORT=OFF \

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ossim.git

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


[ossim] branch master updated (840003d -> d491d66)

2015-12-30 Thread Rashad Kanavath
This is an automated email from the git hooks/post-receive script.

rashad-guest pushed a change to branch master
in repository ossim.

  from  840003d   date format used is mmdd in OSSIM_BUILD_DATE
   new  d491d66   building frameworks are for OSX

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ossim.git

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


[ossim] 01/01: date format used is yyyymmdd in OSSIM_BUILD_DATE

2015-12-30 Thread Rashad Kanavath
This is an automated email from the git hooks/post-receive script.

rashad-guest pushed a commit to branch master
in repository ossim.

commit 840003d833e7585f1b179b039a486cc6522bf609
Author: Rashad Kanavath 
Date:   Wed Dec 30 12:28:20 2015 +0100

date format used is mmdd in OSSIM_BUILD_DATE
---
 debian/rules | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 47e4699..f115208 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-BUILD_DATE=$(shell dpkg-parsechangelog | sed -n 's/^Date: //p' | LC_ALL=C date 
-u "+%d %B %Y" -f -)
+BUILD_DATE=$(shell dpkg-parsechangelog | sed -n 's/^Date: //p' | LC_ALL=C date 
-u "+%Y%m%d" -f -)
 
 OSSIM_VERSION=$(shell dpkg-parsechangelog|grep Version:|cut -d' ' -f2|cut -d- 
-f1)
 OSSIM_VERSION_TAG=$(subst .,_,$(OSSIM_VERSION))
@@ -62,4 +62,3 @@ overridd_dh_auto_install:
 
 override_dh_install:
dh_install --list-missing
-

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ossim.git

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


[ossim] branch master updated (c70336b -> 840003d)

2015-12-30 Thread Rashad Kanavath
This is an automated email from the git hooks/post-receive script.

rashad-guest pushed a change to branch master
in repository ossim.

  from  c70336b   Set distribution to unstable.
   new  840003d   date format used is mmdd in OSSIM_BUILD_DATE

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/rules | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ossim.git

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