Skip to content
Commits on Source (4)
ossim (2.7.2-1) unstable; urgency=medium
* Team upload.
* Update gbp.conf to use --source-only-changes by default.
* Add patch to fix spelling errors.
* Add lintian override for pkg-js-tools-test-is-missing.
* Move from experimental to unstable.
-- Bas Couwenberg <sebastic@debian.org> Sun, 07 Jul 2019 09:25:03 +0200
ossim (2.7.2-1~exp1) experimental; urgency=medium
* Team upload.
......
......@@ -14,3 +14,6 @@ upstream-tag = upstream/%(version)s
# Always use pristine-tar.
pristine-tar = True
[buildpackage]
pbuilder-options = --source-only-changes
......@@ -77,7 +77,7 @@ compute\-min\-max option. e.g. \fB\-9999\fR.0 for
float data
.TP
\fB\-\-of\fR or \fB\-\-output\-files\fR
Output image files we can open, exluding
Output image files we can open, excluding
overviews.
.TP
\fB\-\-options\fR
......
spelling-errors.patch
Description: Fix spelling errors.
* exluding -> excluding
Author: Bas Couwenberg <sebastic@debian.org>
--- a/src/util/ossimImageUtil.cpp
+++ b/src/util/ossimImageUtil.cpp
@@ -163,7 +163,7 @@ void ossimImageUtil::addOptions(ossimApp
au->addCommandLineOption("-o", "Creates overviews. (default=ossim_tiff_box)");
- au->addCommandLineOption("--of or --output-files", "Output image files we can open, exluding overviews.");
+ au->addCommandLineOption("--of or --output-files", "Output image files we can open, excluding overviews.");
au->addCommandLineOption("--options","<options.kwl> This can be all or part of the application options. Also used for custom prep, per file and post system commands. To get a template you can turn on trace to the ossimImageUtil class by adding \"-T ossimImageUtil\" to your command.");
# Not worth the effort
testsuite-autopkgtest-missing
# False positive, nodejs is not used
pkg-js-tools-test-is-missing