[DRE-commits] r1542 - packages-wip/libbuilder-ruby/trunk/debian

Paul van Tilburg paulvt at alioth.debian.org
Tue May 8 19:25:34 UTC 2007


Author: paulvt
Date: 2007-05-08 19:25:34 +0000 (Tue, 08 May 2007)
New Revision: 1542

Modified:
   packages-wip/libbuilder-ruby/trunk/debian/control
Log:
Fixed erroneous identation (2 spaces instead of 1) in debian/control.

Modified: packages-wip/libbuilder-ruby/trunk/debian/control
===================================================================
--- packages-wip/libbuilder-ruby/trunk/debian/control	2007-05-08 19:21:11 UTC (rev 1541)
+++ packages-wip/libbuilder-ruby/trunk/debian/control	2007-05-08 19:25:34 UTC (rev 1542)
@@ -10,9 +10,9 @@
 Architecture: all
 Depends: libbuilder-ruby1.8
 Description: Ruby library to facilitate programatic generation of XML markup
-  Builder is a library that allows easy programmatic creation of XML markup. It
-  gives you a Ruby API to build structures and methods to dump it to XML.
-  Some of the features:
+ Builder is a library that allows easy programmatic creation of XML markup. It
+ gives you a Ruby API to build structures and methods to dump it to XML.
+ Some of the features:
   * Easy generation by mapping method calls to elements, arguments to
     attributes and blocks to contents.
   * XML comment & processing instruction support.
@@ -20,17 +20,17 @@
   * Some support for XML namespaces.
   * Default escaping of string attribute values.
   * UTF-8 support.
-  .
-  This is a dependency package which depends on Debian's default version of Ruby
-  (currently 1.8).
+ .
+ This is a dependency package which depends on Debian's default version of Ruby
+ (currently 1.8).
 
 Package: libbuilder-ruby1.8
 Architecture: any
 Depends: libruby1.8
 Description:  Ruby library to facilitate programatic generation of XML markup
-  Builder is a library that allows easy programmatic creation of XML markup. It
-  gives you a ruby API to build structures and methods to dump it to XML.
-  Some of the features:
+ Builder is a library that allows easy programmatic creation of XML markup. It
+ gives you a ruby API to build structures and methods to dump it to XML.
+ Some of the features:
   * Easy generation by mapping method calls to elements, arguments to
     attributes and blocks to contents.
   * XML comment & processing instruction support.




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