[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Pkg-octave-devel] Bug#854448: octave-stk: Yaml syntax error in debian/upstream/metadata



Package: octave-stk
Severity: normal
Tags: patch

Hi,

the string ": " is not allowed inside values and you need to quote
the value string.

Kind regards

      Andreas.

PS: If ACLs would have been set I would have commited the attached
    patch right to Git.


-- System Information:
Debian Release: 8.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
>From 4a0d4cbcfb192b7341c6f79b4146c16fd7da5c86 Mon Sep 17 00:00:00 2001
From: Andreas Tille <tille@debian.org>
Date: Tue, 7 Feb 2017 11:40:34 +0100
Subject: [PATCH] Fix yaml syntax

---
 debian/upstream/metadata | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index c61594f..b801078 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -3,6 +3,6 @@ Homepage: http://www.praat.org/
 Contact: The Octave Community <octave-maintainers@octave.org>
 Reference:
   Author: Bect, Julien and Vazquez, Emmanuel and others
-  Title: STK: a Small (Matlab/Octave) Toolbox for Kriging. Release 2.3}
+  Title: "STK: a Small (Matlab/Octave) Toolbox for Kriging. Release 2.3}"
   Type: misc
   URL: http://www.citeulike.org/user/schulman/article/4016976p
-- 
2.11.0


Reply to: