[saga] 02/02: Strip trailing whitespace.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri Apr 1 21:38:28 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository saga.
commit e00314065a46aadb4c79a8960a27ce7bd59ebbbb
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Apr 1 23:36:05 2016 +0200
Strip trailing whitespace.
---
debian/README.source | 2 +-
debian/control | 12 ++++++------
debian/control.in | 12 ++++++------
debian/libsaga-dev.README.Debian | 6 +++---
debian/rules | 2 +-
debian/saga-depends | 2 +-
debian/saga-depends.1 | 2 +-
debian/saga-depends.in | 2 +-
debian/saga_cmd.pod | 6 +++---
debian/saga_gui.pod | 2 +-
10 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/debian/README.source b/debian/README.source
index 6b4dd48..4d6e7f2 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,4 +1,4 @@
-The original source was downloaded from http://www.saga-gis.org
+The original source was downloaded from http://www.saga-gis.org
The main upstream author is: Olaf Conrad <oconrad at saga-gis.org>
On two places files were removed to adhere to the DFSG:
diff --git a/debian/control b/debian/control
index 9f4b2bf..378860a 100644
--- a/debian/control
+++ b/debian/control
@@ -38,13 +38,13 @@ Depends: saga-common (= ${source:Version}),
Pre-Depends: ${misc:Pre-Depends}
Description: System for Automated Geoscientific Analyses
SAGA GIS (System for Automated Geoscientific Analyses) is a free and
- open source geographic information system used for editing and
+ open source geographic information system used for editing and
analysing spatial data. It includes a large number of modules for the
- analysis of vector (point, line and polygon), table, grid and image
- data. Among others the package includes modules for geostatistics,
- image classification, projections, simulation of dynamic processes
+ analysis of vector (point, line and polygon), table, grid and image
+ data. Among others the package includes modules for geostatistics,
+ image classification, projections, simulation of dynamic processes
(hydrology, landscape development) and terrain analysis.
- The functionality can be accessed through a GUI, the command line or
+ The functionality can be accessed through a GUI, the command line or
by using the C++ API.
Package: saga-common
@@ -101,5 +101,5 @@ Description: SAGA GIS Python bindings
SAGA GIS (System for Automated Geoscientific Analyses) is a geographic
information system used for editing and analysing spatial data.
.
- This package contains the Python bindings to SAGA.
+ This package contains the Python bindings to SAGA.
diff --git a/debian/control.in b/debian/control.in
index 34bcf9f..effc002 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -38,13 +38,13 @@ Depends: saga-common (= ${source:Version}),
Pre-Depends: ${misc:Pre-Depends}
Description: System for Automated Geoscientific Analyses
SAGA GIS (System for Automated Geoscientific Analyses) is a free and
- open source geographic information system used for editing and
+ open source geographic information system used for editing and
analysing spatial data. It includes a large number of modules for the
- analysis of vector (point, line and polygon), table, grid and image
- data. Among others the package includes modules for geostatistics,
- image classification, projections, simulation of dynamic processes
+ analysis of vector (point, line and polygon), table, grid and image
+ data. Among others the package includes modules for geostatistics,
+ image classification, projections, simulation of dynamic processes
(hydrology, landscape development) and terrain analysis.
- The functionality can be accessed through a GUI, the command line or
+ The functionality can be accessed through a GUI, the command line or
by using the C++ API.
Package: saga-common
@@ -101,5 +101,5 @@ Description: SAGA GIS Python bindings
SAGA GIS (System for Automated Geoscientific Analyses) is a geographic
information system used for editing and analysing spatial data.
.
- This package contains the Python bindings to SAGA.
+ This package contains the Python bindings to SAGA.
diff --git a/debian/libsaga-dev.README.Debian b/debian/libsaga-dev.README.Debian
index f3b6262..f3aba80 100644
--- a/debian/libsaga-dev.README.Debian
+++ b/debian/libsaga-dev.README.Debian
@@ -2,9 +2,9 @@ SAGA Gis for Debian
-------------------
Libraries provided by SAGA Gis can be used by third-parties modules,
-but currently change at every new release their APIs. Therefore, third-parties
-source packages should build-depend on libsaga-dev and depend on
-an additional ${saga:Depends} substvar. This will enforce strict package
+but currently change at every new release their APIs. Therefore, third-parties
+source packages should build-depend on libsaga-dev and depend on
+an additional ${saga:Depends} substvar. This will enforce strict package
dependency on the right library version and prevent obscure failure
due to changes in structures or functions.
diff --git a/debian/rules b/debian/rules
index fae7036..af7200e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ templates:
dh $@ --with python2 --with autoreconf --parallel
override_dh_clean:
- dh_clean src/saga_core/saga_api/saga_api.py saga_cmd.1 saga_gui.1
+ dh_clean src/saga_core/saga_api/saga_api.py saga_cmd.1 saga_gui.1
override_dh_auto_configure: templates
dh_auto_configure -- \
diff --git a/debian/saga-depends b/debian/saga-depends
index 58bdd41..dbe36bc 100644
--- a/debian/saga-depends
+++ b/debian/saga-depends
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# This tiny script is a debhelper script that adds substitution vars for
+# This tiny script is a debhelper script that adds substitution vars for
# packages that have to depend on the libsaga libraries.
#
# Use: saga-depends [binary-name ...]
diff --git a/debian/saga-depends.1 b/debian/saga-depends.1
index ed517a2..39a43eb 100644
--- a/debian/saga-depends.1
+++ b/debian/saga-depends.1
@@ -8,7 +8,7 @@ saga\-depends \- calculates SAGA Gis dependencies
.SH "DESCRIPTION"
saga-depends is a debhelper-like program which is responsible for generating
the ${saga:Depends} substitution variables and adding them to substvars files.
-You should specify one or more binary packages to consider for adding the
+You should specify one or more binary packages to consider for adding the
per-package substvars definition or none to use default debian/substvars.
.PP
If you use this program, your package must build-depend on libsaga-dev.
diff --git a/debian/saga-depends.in b/debian/saga-depends.in
index d51957d..fb7ab7b 100644
--- a/debian/saga-depends.in
+++ b/debian/saga-depends.in
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# This tiny script is a debhelper script that adds substitution vars for
+# This tiny script is a debhelper script that adds substitution vars for
# packages that have to depend on the libsaga libraries.
#
# Use: saga-depends [binary-name ...]
diff --git a/debian/saga_cmd.pod b/debian/saga_cmd.pod
index 0beb5bc..147d630 100644
--- a/debian/saga_cmd.pod
+++ b/debian/saga_cmd.pod
@@ -1,7 +1,7 @@
=head1 NAME
B<saga_cmd> - command-line interface to the System for Automated Geoscientific Analyses
-
+
=head1 SYNOPSIS
B<saga_cmd> [B<-d, --docs>]
@@ -24,14 +24,14 @@ script file. Calling saga_cmd with the option 'B<-b>' or 'B<--batch>' will
create an example of a DOS batch script file, which might be a good starting
point for the implementation of your own specific work flows.
-When run without arguments, the module libraries in the current module library are listed. By default this is the directory which was set at installtion (/usr/lib/saga). This can be overwritten by setting the environment variable I<SAGA_MLB>.
+When run without arguments, the module libraries in the current module library are listed. By default this is the directory which was set at installtion (/usr/lib/saga). This can be overwritten by setting the environment variable I<SAGA_MLB>.
=head1 OPTIONS
=over 8
=item [I<SAGA_MLB>=dirname]
-
+
Module libraries are expected to be located in the directory that is specified by the environment variable 'SAGA_MLB'. If this is not found the module installation directory (/usr/lib/saga) will be searched for instead.
=item I<LIBRARY> [I<MODULE>] [I<MODULE OPTIONS>]
diff --git a/debian/saga_gui.pod b/debian/saga_gui.pod
index b718215..7ab86df 100644
--- a/debian/saga_gui.pod
+++ b/debian/saga_gui.pod
@@ -1,7 +1,7 @@
=head1 NAME
B<saga_gui> - graphical user interface to the System for Automated Geoscientific Analyses
-
+
=head1 SYNOPSIS
B<saga_gui> [I<filename(.sprj,.sgrd,.shp)>]
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/saga.git
More information about the Pkg-grass-devel
mailing list