[otb] 03/05: remove otb-bin-common

2015-09-22 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 otb.

commit 78e08137238d3e858c74407dc66abefc1616fd98
Author: Rashad Kanavath 
Date:   Tue Sep 22 15:08:31 2015 +0200

remove otb-bin-common
---
 debian/otb-bin-common.install | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/otb-bin-common.install b/debian/otb-bin-common.install
deleted file mode 100644
index f3824c2..000
--- a/debian/otb-bin-common.install
+++ /dev/null
@@ -1,2 +0,0 @@
-# OTB specific libraries (binaries and symlinks)
-usr/lib/otb/applications/otbapp_*.so

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/otb.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


[otb] 01/05: update control file with new packages

2015-09-22 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 otb.

commit 18bd2c792a02848275255d1144beec47b6fa040f
Author: Rashad Kanavath 
Date:   Tue Sep 22 15:06:12 2015 +0200

update control file with new packages
---
 debian/control | 61 ++
 1 file changed, 44 insertions(+), 17 deletions(-)

diff --git a/debian/control b/debian/control
index b34076a..ee72d0c 100644
--- a/debian/control
+++ b/debian/control
@@ -60,8 +60,6 @@ Section: libdevel
 Depends: libotb (= ${binary:Version}),
  cmake (>= 2.8.3),
  libboost-graph-dev,
- libexpat1-dev,
- libfftw3-dev,
  libgdal-dev (>= 1.10.0),
  libgeotiff-dev,
  libinsighttoolkit4-dev,
@@ -71,7 +69,8 @@ Depends: libotb (= ${binary:Version}),
  libopenthreads-dev,
  libossim-dev,
  ${misc:Depends}
-Conflicts: libotb3-dev
+Conflicts: libotb3-dev,
+  libotb4-dev
 Description: Free library of image processing algorithms - development
  ORFEO Toolbox (OTB) is distributed as an open source library of image
  processing algorithms. OTB is based on the medical image processing library
@@ -79,9 +78,9 @@ Description: Free library of image processing algorithms - 
development
  in general and for high spatial resolution images in particular.
  .
  This package contains the development files needed to build your own OTB
- applications.
+ applications and modules.
 
-Package: otb-bin-common
+Package: otb-apps
 Architecture: any
 Depends: libotb (= ${binary:Version}),
  ${shlibs:Depends},
@@ -92,12 +91,13 @@ Description: Plugins for ORFEO Toolbox applications
  ITK and offers particular functionalities for remote sensing image processing
  in general and for high spatial resolution images in particular.
  .
- This package contains the application plugins used by otb-bin and otb-bin-qt
+ This package contains the application plugins used by otb-bin(commandline)
+ and otb-bin-qt(gui)
 
 Package: otb-bin
 Architecture: any
-Depends: libotb (= ${binary:Version}),
- otb-bin-common (= ${binary:Version}),
+Depends: libotb-commandline  (= ${binary:Version}),
+ otb-apps (= ${binary:Version}),
  ${shlibs:Depends},
  ${misc:Depends}
 Description: ORFEO Toolbox command line applications
@@ -106,13 +106,26 @@ Description: ORFEO Toolbox command line applications
  ITK and offers particular functionalities for remote sensing image processing
  in general and for high spatial resolution images in particular.
  .
- This package contains the command line tools illustrating OTB features (using
- plugins provided by otb-bin-common package).
+ This package contains the command line application launcher than can run any 
OTB
+ application provided by otb-apps package.
 
-Package: otb-bin-qt
+Package: libotb-commandline
+Architecture: any
+Depends: libotb (= ${binary:Version}),
+ ${shlibs:Depends},
+ ${misc:Depends}
+Description: ORFEO Toolbox graphical user interface applications
+ ORFEO Toolbox (OTB) is distributed as an open source library of image
+ processing algorithms. OTB is based on the medical image processing library
+ ITK and offers particular functionalities for remote sensing image processing
+ in general and for high spatial resolution images in particular.
+ .
+ This package contains the shared library files for OTB's command line launcher
+ provided by otb-bin package.
+
+Package: libotb-qt4
 Architecture: any
 Depends: libotb (= ${binary:Version}),
- otb-bin-common (= ${binary:Version}),
  ${shlibs:Depends},
  ${misc:Depends},
  libqtcore4,
@@ -123,8 +136,23 @@ Description: ORFEO Toolbox graphical user interface 
applications
  ITK and offers particular functionalities for remote sensing image processing
  in general and for high spatial resolution images in particular.
  .
- This package contains the GUI tools illustrating OTB features (using plugins
- provided by otb-bin-common package).
+ This package contains the shared library files for OTB's GUI application 
launcher
+ provided by otb-bin-qt package.
+
+Package: otb-bin-qt
+Architecture: any
+Depends: libotb-qt4 (= ${binary:Version}),
+ otb-apps (= ${binary:Version}),
+ ${shlibs:Depends},
+ ${misc:Depends}
+Description: ORFEO Toolbox graphical user interface applications
+ ORFEO Toolbox (OTB) is distributed as an open source library of image
+ processing algorithms. OTB is based on the medical image processing library
+ ITK and offers particular functionalities for remote sensing image processing
+ in general and for high spatial resolution images in particular.
+ .
+ This package contains the GUI launcher that can run any OTB application 
provided
+ by otb-apps package)
 
 Package: python-otb
 Architecture: any
@@ -132,7 +160,6 @@ Section: python
 Depends: libotb (= ${binary:Version}),
  ${shlibs

[otb] 04/05: linitain: long description

2015-09-22 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 otb.

commit 02ff77087f00c62652f9205405576c6678e8d14b
Author: Rashad Kanavath 
Date:   Tue Sep 22 16:56:23 2015 +0200

linitain: long description
---
 debian/control | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index ee72d0c..8087c1f 100644
--- a/debian/control
+++ b/debian/control
@@ -106,8 +106,8 @@ Description: ORFEO Toolbox command line applications
  ITK and offers particular functionalities for remote sensing image processing
  in general and for high spatial resolution images in particular.
  .
- This package contains the command line application launcher than can run any 
OTB
- application provided by otb-apps package.
+ This package contains the command line application launcher than can
+ run any OTB application provided by otb-apps package.
 
 Package: libotb-commandline
 Architecture: any
@@ -120,8 +120,8 @@ Description: ORFEO Toolbox graphical user interface 
applications
  ITK and offers particular functionalities for remote sensing image processing
  in general and for high spatial resolution images in particular.
  .
- This package contains the shared library files for OTB's command line launcher
- provided by otb-bin package.
+ This package contains the shared library files for OTB's
+ command line launcher provided by otb-bin package.
 
 Package: libotb-qt4
 Architecture: any

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/otb.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


[otb] branch master updated (336078d -> e1672fa)

2015-09-22 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 otb.

  from  336078d   add comment for missing ITCopyright.txt
   new  18bd2c7   update control file with new packages
   new  ae5ee37   add new .install files
   new  78e0813   remove otb-bin-common
   new  02ff770   linitain: long description
   new  e1672fa   add man pages for all otb application

The 5 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 |  61 --
 debian/libotb-commandline.install  |   2 +
 debian/libotb-qt4.install  |   3 +
 .../manpages/otbApplicationLauncherCommandLine.1   |  18 ++
 debian/manpages/otbApplicationLauncherQt.1 |  18 ++
 debian/manpages/otbTestDriver.1|  56 ++
 debian/{ => manpages}/otbcli.1 |   0
 debian/manpages/otbcli_BandMath.1  |  40 
 .../manpages/otbcli_BinaryMorphologicalOperation.1 |  74 
 debian/manpages/otbcli_BlockMatching.1 | 116 
 debian/manpages/otbcli_BundleToPerfectSensor.1 |  55 ++
 .../otbcli_ClassificationMapRegularization.1   |  50 +
 debian/manpages/otbcli_ColorMapping.1  |  73 
 debian/manpages/otbcli_CompareImages.1 |  54 ++
 debian/manpages/otbcli_ComputeConfusionMatrix.1|  52 ++
 debian/manpages/otbcli_ComputeImagesStatistics.1   |  40 
 .../otbcli_ComputeOGRLayersFeaturesStatistics.1|  38 
 .../otbcli_ComputePolylineFeatureFromImage.1   |  48 +
 debian/manpages/otbcli_ConcatenateImages.1 |  38 
 debian/manpages/otbcli_ConcatenateVectorData.1 |  35 
 .../otbcli_ConnectedComponentSegmentation.1|  55 ++
 debian/manpages/otbcli_Convert.1   |  54 ++
 debian/manpages/otbcli_ConvertCartoToGeoPoint.1|  47 +
 debian/manpages/otbcli_ConvertSensorToGeoPoint.1   |  40 
 debian/manpages/otbcli_DEMConvert.1|  35 
 debian/manpages/otbcli_DSFuzzyModelEstimation.1|  57 ++
 debian/manpages/otbcli_Despeckle.1 |  53 ++
 debian/manpages/otbcli_DimensionalityReduction.1   |  68 +++
 .../manpages/otbcli_DisparityMapToElevationMap.1   |  63 +++
 debian/manpages/otbcli_DownloadSRTMTiles.1 |  42 +
 debian/manpages/otbcli_EdgeExtraction.1|  51 +
 debian/manpages/otbcli_ExtractROI.1|  68 +++
 debian/manpages/otbcli_FineRegistration.1  |  85 +
 debian/manpages/otbcli_FusionOfClassifications.1   |  51 +
 debian/manpages/otbcli_GeneratePlyFile.1   |  52 ++
 debian/manpages/otbcli_GenerateRPCSensorModel.1|  62 +++
 .../otbcli_GrayScaleMorphologicalOperation.1   |  53 ++
 debian/manpages/otbcli_GridBasedImageResampling.1  |  66 +++
 debian/manpages/otbcli_HaralickTextureExtraction.1 |  67 +++
 .../manpages/otbcli_HomologousPointsExtraction.1   |  92 +
 debian/manpages/otbcli_HooverCompareSegmentation.1 |  47 +
 debian/manpages/otbcli_HyperspectralUnmixing.1 |  39 
 debian/manpages/otbcli_ImageClassifier.1   |  47 +
 debian/manpages/otbcli_ImageEnvelope.1 |  50 +
 debian/manpages/otbcli_KMeansClassification.1  |  59 ++
 debian/manpages/otbcli_KmzExport.1 |  53 ++
 debian/manpages/otbcli_LSMSSegmentation.1  |  60 ++
 debian/manpages/otbcli_LSMSSmallRegionsMerging.1   |  45 +
 debian/manpages/otbcli_LSMSVectorization.1 |  42 +
 debian/manpages/otbcli_LineSegmentDetection.1  |  47 +
 debian/manpages/otbcli_LocalStatisticExtraction.1  |  45 +
 debian/manpages/otbcli_MeanShiftSmoothing.1|  59 ++
 debian/manpages/otbcli_MultiResolutionPyramid.1|  50 +
 .../otbcli_MultivariateAlterationDetector.1|  39 
 debian/manpages/otbcli_OGRLayerClassifier.1|  42 +
 debian/manpages/otbcli_OSMDownloader.1 |  53 ++
 debian/manpages/otbcli_ObtainUTMZoneFromGeoPoint.1 |  36 
 debian/manpages/otbcli_OrthoRectification.1|  96 ++
 debian/manpages/otbcli_Pansharpening.1 |  54 ++
 debian/manpages/otbcli_PixelValue.1|  39 
 debian/manpages/otbcli_Quicklook.1 |  59 ++
 debian/manpages/otbcli_RadiometricIndices.1|  56 ++
 debian/manpages/otbcli_Rasterization.1 |  74 
 debian/manpages/otbcli_ReadImageInfo.1 |  40 
 debian/manpages/otbcli_RefineSensorModel.1 |  63 +++
 debian/manpages/otbcli_Rescale.1   |  44 +
 debian/manpages/otbcli_RigidTransfor

[otb] 01/01: remove unused manual entry files

2015-09-22 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 otb.

commit 594058071a9cdd5a8f8bdf8fd3bdc00d2e6876ed
Author: Rashad Kanavath 
Date:   Tue Sep 22 17:02:23 2015 +0200

remove unused manual entry files
---
 debian/otbcli.1 | 13 -
 debian/otbgui.1 | 13 -
 2 files changed, 26 deletions(-)

diff --git a/debian/otbcli.1 b/debian/otbcli.1
deleted file mode 100644
index 295f624..000
--- a/debian/otbcli.1
+++ /dev/null
@@ -1,13 +0,0 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.45.1.
-.TH OTBCLI "1" "July 2014" "otbcli 4.0.0" "User Commands"
-.SH NAME
-otbcli \- ORFEO Toolbox command line applications
-.SH DESCRIPTION
-ORFEO Toolbox (OTB) is distributed as an open source library of image
-processing algorithms. OTB is based on the medical image processing library
-ITK and offers particular functionalities for remote sensing image processing
-in general and for high spatial resolution images in particular.
-.SH USAGE
-\fI/usr/bin/otbApplicationLauncherCommandLine\fP module_name [MODULEPATH] 
[arguments]
-.P
-Here is a list of available module wrappers:
diff --git a/debian/otbgui.1 b/debian/otbgui.1
deleted file mode 100644
index 0a5711d..000
--- a/debian/otbgui.1
+++ /dev/null
@@ -1,13 +0,0 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.45.1.
-.TH OTBCLI "1" "July 2014" "otbcli 4.0.0" "User Commands"
-.SH NAME
-otbgui \- ORFEO Toolbox graphical user interface applications
-.SH DESCRIPTION
-ORFEO Toolbox (OTB) is distributed as an open source library of image
-processing algorithms. OTB is based on the medical image processing library
-ITK and offers particular functionalities for remote sensing image processing
-in general and for high spatial resolution images in particular.
-.SH USAGE
-\fI/usr/bin/otbApplicationLauncherQt\fP module_name [MODULEPATH] [arguments]
-.P
-Here is a list of available module wrappers:

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/otb.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


[otb] branch master updated (e1672fa -> 5940580)

2015-09-22 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 otb.

  from  e1672fa   add man pages for all otb application
   new  5940580   remove unused manual entry files

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/otbcli.1 | 13 -
 debian/otbgui.1 | 13 -
 2 files changed, 26 deletions(-)
 delete mode 100644 debian/otbcli.1
 delete mode 100644 debian/otbgui.1

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/otb.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


[otb] 02/05: add new .install files

2015-09-22 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 otb.

commit ae5ee376b62daa8f02d97bdb1f5ad8bfa9fb52ee
Author: Rashad Kanavath 
Date:   Tue Sep 22 15:08:12 2015 +0200

add new .install files
---
 debian/libotb-commandline.install | 2 ++
 debian/libotb-qt4.install | 3 +++
 debian/otb-apps.install   | 2 ++
 debian/otb-bin-qt.install | 5 -
 debian/otb-bin.install| 4 
 5 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/debian/libotb-commandline.install 
b/debian/libotb-commandline.install
new file mode 100755
index 000..baa9639
--- /dev/null
+++ b/debian/libotb-commandline.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBCommandLine*.so.*usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotb-qt4.install b/debian/libotb-qt4.install
new file mode 100755
index 000..93bbde5
--- /dev/null
+++ b/debian/libotb-qt4.install
@@ -0,0 +1,3 @@
+#! /usr/bin/dh-exec
+# OTB Qt4 libraries (binaries and all symlinks)
+usr/lib/libOTBQtWidget*.so.*  usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/otb-apps.install b/debian/otb-apps.install
new file mode 100644
index 000..f3824c2
--- /dev/null
+++ b/debian/otb-apps.install
@@ -0,0 +1,2 @@
+# OTB specific libraries (binaries and symlinks)
+usr/lib/otb/applications/otbapp_*.so
diff --git a/debian/otb-bin-qt.install b/debian/otb-bin-qt.install
old mode 100755
new mode 100644
index 71546af..b9b2cfc
--- a/debian/otb-bin-qt.install
+++ b/debian/otb-bin-qt.install
@@ -1,8 +1,3 @@
-#! /usr/bin/dh-exec
-
-# OTB specific libraries (binaries and all symlinks)
-usr/lib/libOTBQtWidget*.so.*   usr/lib/${DEB_HOST_MULTIARCH}
-
 # Executables
 usr/bin/otbApplicationLauncherQt
 usr/bin/otbgui_*
diff --git a/debian/otb-bin.install b/debian/otb-bin.install
old mode 100755
new mode 100644
index 4bd6b43..144da0f
--- a/debian/otb-bin.install
+++ b/debian/otb-bin.install
@@ -1,7 +1,3 @@
-#! /usr/bin/dh-exec
-# OTB specific libraries (binaries and all symlinks)
-usr/lib/libOTBCommandLine*.so.*usr/lib/${DEB_HOST_MULTIARCH}
-
 # Executables
 usr/bin/otbApplicationLauncherCommandLine
 usr/bin/otbcli_*

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/otb.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


saga 2.2.0+dfsg-2 MIGRATED to testing

2015-09-22 Thread Debian testing watch
FYI: The status of the saga source package
in Debian's testing distribution has changed.

  Previous version: 2.2.0+dfsg-1
  Current version:  2.2.0+dfsg-2

-- 
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


geolinks 0.2.0-1 MIGRATED to testing

2015-09-22 Thread Debian testing watch
FYI: The status of the geolinks source package
in Debian's testing distribution has changed.

  Previous version: 0.1.0-1
  Current version:  0.2.0-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


Bug#634108: part of window appears below task bar on 800 x 600 display

2015-09-22 Thread Sebastiaan Couwenberg
Control: tags -1 - confirmed
Control: tags -1 + moreinfo

Hi Mark,

On 20-09-15 21:37, Sebastiaan Couwenberg wrote:
> On Sun, 17 Jul 2011 11:34:16 +0200 Bernd Zeimetz wrote:
>>> Part of the main window appears below the task bar on 800 x 600 display. 
>>> This
>>> was observed whilst using the icewm window manager.
>>
>> thanks for the bug report, I'll pass it on to upstream. Not sure if it was 
>> ever
>> tested at such a low resolution. Easiest fix could be to close parts of the
>> windows within the main window -  I could imagine they push the main window
>> above the normal limits.
> 
> I've tested some common resolutions, 1024x768 is the minimum resolution
> to keep the default Docks above the taskbar. This seems reasonable this
> day and age.

Do you want this feature request forwarded upstream to have them
consider supporting 800x600 resolutions?

If not, we should close this issue.

Kind Regards,

Bas

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


[otb] 02/03: Consistently place Comment above License field.

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

sebastic pushed a commit to branch master
in repository otb.

commit 8c096f5682b8b32237b48fca81455e3ff46e927a
Author: Bas Couwenberg 
Date:   Tue Sep 22 21:38:02 2015 +0200

Consistently place Comment above License field.
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index bb52efa..90fe4f2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -256,13 +256,13 @@ Files: 
Modules/Core/ImageBase/include/otbConvertPixelBuffer.h
  Utilities/Maintenance/BuildHeaderTest.py
 Copyright: 2002, Insight Software Consortium
2014, Centre National d'Etudes Spatiales.
-License: Apache-2.0
 Comment: The files in Modules/ThirdParty/ITK/include/ are pending patches
  to ITK upstream which were rejected by ITK as the changes are
  irrelevant in their point of view. Hence upstream source is repacked and
  kept under the same ITK license from which these files are derived.
  A full discussion on this action is detailed in otb jira task #635.
  http://scrum.orfeo-toolbox.org/jira/browse/OTB-635
+License: Apache-2.0
 
 Files: Modules/Wrappers/SWIG/src/otbApplicationLuaMain.cxx
 Copyright: 1994-2012 Lua.org, PUC-Rio

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/otb.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


[otb] branch master updated (5940580 -> cddb5ae)

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

sebastic pushed a change to branch master
in repository otb.

  from  5940580   remove unused manual entry files
   new  60ddee8   Strip trailing whitespace.
   new  8c096f5   Consistently place Comment above License field.
   new  cddb5ae   Fix alignment by using spaces instead of tab.

The 3 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   | 2 +-
 debian/copyright | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/otb.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


[otb] 03/03: Fix alignment by using spaces instead of tab.

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

sebastic pushed a commit to branch master
in repository otb.

commit cddb5ae1eac62863ef29768299eb39b2f9407eab
Author: Bas Couwenberg 
Date:   Tue Sep 22 21:38:52 2015 +0200

Fix alignment by using spaces instead of tab.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 8087c1f..a4e3bf3 100644
--- a/debian/control
+++ b/debian/control
@@ -70,7 +70,7 @@ Depends: libotb (= ${binary:Version}),
  libossim-dev,
  ${misc:Depends}
 Conflicts: libotb3-dev,
-  libotb4-dev
+   libotb4-dev
 Description: Free library of image processing algorithms - development
  ORFEO Toolbox (OTB) is distributed as an open source library of image
  processing algorithms. OTB is based on the medical image processing library

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/otb.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


Processed: tagging 614783

2015-09-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 614783 + moreinfo
Bug #614783 [merkaartor] merkaartor: Merkaartor becoming sluggish after zoom 
operations
Added tag(s) moreinfo.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
614783: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614783
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


[otb] 01/03: Strip trailing whitespace.

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

sebastic pushed a commit to branch master
in repository otb.

commit 60ddee83ef4befc5f1ec8b687a3bda6a9d8a72a3
Author: Bas Couwenberg 
Date:   Tue Sep 22 21:36:20 2015 +0200

Strip trailing whitespace.
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 6a0e539..bb52efa 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -142,7 +142,7 @@ Files: Examples/Learning/SEMModelEstimatorExample.cxx
  Modules/Segmentation/Conversion/test/otbPolygonizationRasterizationTest.cxx
  Modules/Segmentation/Conversion/test/otbVectorDataRasterizeFilter.cxx
  Modules/Segmentation/Conversion/test/otbVectorDataToLabelImageFilter.cxx
- 
Modules/Segmentation/Conversion/test/otbVectorDataToLabelImageFilterWithoutReader.cxx
 
+ 
Modules/Segmentation/Conversion/test/otbVectorDataToLabelImageFilterWithoutReader.cxx
 Copyright: Centre National d'Etudes Spatiales
Institut Telecom; Telecom Bretagne
 Comment: Parts of the code have been developed by Gregoire Mercier from

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/otb.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


Processed: Re: Bug#634108: part of window appears below task bar on 800 x 600 display

2015-09-22 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 - confirmed
Bug #634108 [merkaartor] part of window appears below task bar on 800 x 600 
display
Removed tag(s) confirmed.
> tags -1 + moreinfo
Bug #634108 [merkaartor] part of window appears below task bar on 800 x 600 
display
Added tag(s) moreinfo.

-- 
634108: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634108
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


Bug#494497: marked as done (merkaartor does not escape ampersands (&) correctly)

2015-09-22 Thread Debian Bug Tracking System
Your message dated Tue, 22 Sep 2015 23:42:19 +0200
with message-id <5601cb3b.4080...@xs4all.nl>
and subject line Re: merkaartor does not escape ampersands (&) correctly
has caused the Debian Bug report #494497,
regarding merkaartor does not escape ampersands (&) correctly
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
494497: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=494497
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: merkaartor
Version: 0.0.11~svn7913-1
Severity: normal


For nodes whose name involve ampersands (&), the update to the
OpenStreetMap website errors out with bad request. My guess is that
merkaartor does not escape the ampersand correctly, to the effect of
adding an additional GET variable and/or creating a simply malformed
request.

JOSM appears to handle this O.K., so it must be possible to escape
special characters?

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (550, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages merkaartor depends on:
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libgcc11:4.3.1-2 GCC support library
ii  libqt4-network 4.4.0-4   Qt 4 network module
ii  libqt4-webkit  4.4.0-4   Qt 4 WebKit module
ii  libqt4-xml 4.4.0-4   Qt 4 XML module
ii  libqtcore4 4.4.0-4   Qt 4 core module
ii  libqtgui4  4.4.0-4   Qt 4 GUI module
ii  libstdc++6 4.3.1-2   The GNU Standard C++ Library v3
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

merkaartor recommends no packages.

merkaartor suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
fixed 494497 merkaartor/0.18.1-3
thanks

On Sat, 09 Aug 2008 21:52:53 -0700 Andrzej Novak wrote:
> For nodes whose name involve ampersands (&), the update to the
> OpenStreetMap website errors out with bad request. My guess is that
> merkaartor does not escape the ampersand correctly, to the effect of
> adding an additional GET variable and/or creating a simply malformed
> request.
> 
> JOSM appears to handle this O.K., so it must be possible to escape
> special characters?

On Tue, 10 Mar 2009 00:06:19 +0100 Nicolas Boullis wrote:
> I was willing to export some OSM data for use with gosmore, but
> whenever a special character is in a name, the OSM data is incorrect
> because the character is unescaped. (I met it at least with the
> "quote", "ampersand", "lower than" and "greater than" symbols.)
>
> I guess this is the same bug as #494497; I find this very annoying.

Both issues are fixed in merkaartor 0.18.1.--- End Message ---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Processed: Re: merkaartor does not escape ampersands (&) correctly

2015-09-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> fixed 494497 merkaartor/0.18.1-3
Bug #494497 [merkaartor] merkaartor does not escape ampersands (&) correctly
Marked as fixed in versions merkaartor/0.18.1-3.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
494497: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=494497
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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