[perl-ExtUtils-PkgConfig] Using different hyphen char in .doap file



commit de8b6177f7a0ee0dd2e59a0e2e4174e48c579614
Author: Brian Manning <brian xaoc org>
Date:   Mon Nov 7 12:44:38 2011 -0800

    Using different hyphen char in .doap file
    
    Got this error message when pushing the previous commit:
    
    remote: Traceback (most recent call last):
    remote:   File "/home/admin/gitadmin-bin/extract-doap-info", line 46, in ?
    remote:     print >> fd, shortdesc
    remote: UnicodeEncodeError: 'ascii' codec can't encode character u'\u2212' in position 27: ordinal not in range(128)

 perl-ExtUtils-PkgConfig.doap |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-ExtUtils-PkgConfig.doap b/perl-ExtUtils-PkgConfig.doap
index 44e7cb4..f7c2e91 100644
--- a/perl-ExtUtils-PkgConfig.doap
+++ b/perl-ExtUtils-PkgConfig.doap
@@ -5,7 +5,7 @@
          xmlns="http://usefulinc.com/ns/doap#";>
 
   <name xml:lang="en">ExtUtils::PkgConfig</name>
-  <shortdesc xml:lang="en">Simplistic interface to pkgâconfig</shortdesc>
+  <shortdesc xml:lang="en">Simplistic interface to pkg-config</shortdesc>
   <homepage rdf:resource="http://gtk2-perl.sourceforge.net/"; />
   <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtk-perl-list"; />
 



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