Package: libxml-simple-ruby Version: 1.0.11-1 Severity: minor Tags: patch The libxml-simple-ruby package has a malformed Description field in debian/control. The short description is missing completely, and the long description has its first line where the short description should go, leading to mangled display in package managers. (cf. Policy 5.6.13, http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Description).
Appended is a simple patch to solve this. I don't know much about the package, so please correct as necessary. Is there a quick way to describe what makes it different from libxml-ruby? --- control.orig 2007-08-26 21:42:10.000000000 -0700 +++ control 2007-08-26 21:44:59.000000000 -0700 @@ -8,9 +8,9 @@ Package: libxml-simple-ruby Architecture: all Depends: ${shlibs:Depends} -Description: Class XmlSimple offers an easy API to read and - write XML. It is a Ruby translation of Grant McLean's Perl module - XML::Simple. Simply put, it automatically converts XML documents into a Ruby - Hash. +Description: Simple Ruby API for reading and writing XML + Class XmlSimple offers an easy API to read and write XML. It is a Ruby + translation of Grant McLean's Perl module XML::Simple. Simply put, it + automatically converts XML documents into a Ruby hash. . Homepage: http://xml-simple.rubyforge.org/ -- Nicholas Breen [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]