[DRE-commits] [ruby-pkg-tools] 02/03: fix encoding of POD doc in bin/dh_rdoc (Closes #724188)

Cédric Boutillier boutil at alioth.debian.org
Tue Oct 15 09:00:16 UTC 2013


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

boutil pushed a commit to branch master
in repository ruby-pkg-tools.

commit 9440fe32a1c785c6fe68a4bfedc82e6be1dd64bb
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue Oct 15 10:58:04 2013 +0200

    fix encoding of POD doc in bin/dh_rdoc (Closes #724188)
---
 bin/dh_rdoc |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/bin/dh_rdoc b/bin/dh_rdoc
index 1989d72..0e3797c 100755
--- a/bin/dh_rdoc
+++ b/bin/dh_rdoc
@@ -1,5 +1,7 @@
 #!/usr/bin/perl -w
 
+=encoding UTF-8
+
 =head1 NAME
 
 dh_rdoc - generates and installs Ruby documentation
@@ -49,6 +51,6 @@ This program is a part of ruby-pkg-tools.
 
 =head1 AUTHOR
 
-Esteban Manchado Vel�zquez <zoso at debian.org>
+Esteban Manchado Velázquez <zoso at debian.org>
 
 =cut

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-pkg-tools.git



More information about the Pkg-ruby-extras-commits mailing list