This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository zoo-project.
commit 223da447e91d059b4e44bb24ef07f2a98ce5b09b Author: Bas Couwenberg <[email protected]> Date: Mon Jun 27 20:03:02 2016 +0200 Add patch to fix otb2zcfg <DataInputs>. --- debian/patches/otb2zcfg-DataInputs.patch | 16 ++++++++++++++++ debian/patches/series | 1 + 2 files changed, 17 insertions(+) diff --git a/debian/patches/otb2zcfg-DataInputs.patch b/debian/patches/otb2zcfg-DataInputs.patch new file mode 100644 index 0000000..0f61059 --- /dev/null +++ b/debian/patches/otb2zcfg-DataInputs.patch @@ -0,0 +1,16 @@ +Description: Close <DataInputs> element with </DataInputs>. +Author: Bas Couwenberg <[email protected]> +Origin: http://svn.zoo-project.org/trac/attachment/ticket/141/otb2zcfg-DataInputs.patch +Bug: http://svn.zoo-project.org/trac/ticket/141 + +--- a/thirds/otb2zcfg/otb2zcfg.cxx ++++ b/thirds/otb2zcfg/otb2zcfg.cxx +@@ -289,7 +289,7 @@ int main(int itkNotUsed(argc), char * it + + } + } +- std::cout << " <DataInputs>" << std::endl; ++ std::cout << " </DataInputs>" << std::endl; + std::cout << " <DataOutputs>" << std::endl; + int hasOutput=-1; + for (unsigned int i = 0; i < appKeyList.size(); i++){ diff --git a/debian/patches/series b/debian/patches/series index f5bab31..320ef84 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ spelling-errors.patch hardening-buildflags.patch zoo-version.patch +otb2zcfg-DataInputs.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/zoo-project.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

