[libconfig-model-dpkg-perl] 05/10: test writing utf8 char in copyright read from yaml

dod at debian.org dod at debian.org
Mon Nov 13 17:29:41 UTC 2017


This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit 14de64233b0861316f26eaedd11c0e562a5eab1c
Author: Dominique Dumont <dod at debian.org>
Date:   Sun Nov 5 18:43:27 2017 +0100

    test writing utf8 char in copyright read from yaml
    
    Which is the test case for #880368
---
 .../dpkg-examples/open-nebula/debian/fill.copyright.blanks.yml        | 4 ++--
 t/model_tests.d/dpkg-test-conf.pl                                     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/t/model_tests.d/dpkg-examples/open-nebula/debian/fill.copyright.blanks.yml b/t/model_tests.d/dpkg-examples/open-nebula/debian/fill.copyright.blanks.yml
index 633e5ff..a8180b6 100644
--- a/t/model_tests.d/dpkg-examples/open-nebula/debian/fill.copyright.blanks.yml
+++ b/t/model_tests.d/dpkg-examples/open-nebula/debian/fill.copyright.blanks.yml
@@ -2,13 +2,13 @@
 debian:
   skip: 1
 Tebian:
-  copyright: 2015, Marcel Mezigue
+  copyright: 2015, Marcel Mézigue
   license: Expat
 .*:
   copyright: 2002-2015, OpenNebula Project (OpenNebula.org), C12G Labs
   license: Apache-2.0
 share/pkgs/openSUSE/systemd/onedsetup:
-  copyright: 2015, Marcel Mezigue
+  copyright: 2015, Marcel Mézigue
   override-license: 'GPL-3+ or Apache-2.0, and unicode'
 share/vendor/ruby/gems/rbvmomi/:
   copyright: 2010-2012, VMware, Inc.
diff --git a/t/model_tests.d/dpkg-test-conf.pl b/t/model_tests.d/dpkg-test-conf.pl
index 447f2de..6c523aa 100644
--- a/t/model_tests.d/dpkg-test-conf.pl
+++ b/t/model_tests.d/dpkg-test-conf.pl
@@ -211,7 +211,7 @@ sub add {
             'copyright Files:"share/vendor/*" Copyright' => '2010-2012, VMware, Inc.',
             'copyright Files:"src/sunstone/public/css/novnc-custom.css" Copyright' => qr/Mannehed/,
             'copyright Files:"src/cloud/ec2/lib/net_ssh_replacement.rb" Copyright' => qr/Jamis/,
-            'copyright Files:"share/pkgs/openSUSE/systemd/onedsetup" Copyright' => '2015, Marcel Mezigue',
+            'copyright Files:"share/pkgs/openSUSE/systemd/onedsetup" Copyright' => '2015, Marcel Mézigue',
             'copyright Files:"share/pkgs/openSUSE/systemd/onedsetup" License short_name' => 'GPL-3+ or Apache-2.0, and unicode'
 
         },

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.git



More information about the Pkg-perl-cvs-commits mailing list