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

Paul van Tilburg paulvt at alioth.debian.org
Sun May 6 20:50:10 UTC 2007


Author: paulvt
Date: 2007-05-06 20:50:10 +0000 (Sun, 06 May 2007)
New Revision: 1520

Added:
   packages-wip/libbuilder-ruby/trunk/debian/libbuilder-ruby1.8.docs
   packages-wip/libbuilder-ruby/trunk/debian/libbuilder-ruby1.8.install
Modified:
   packages-wip/libbuilder-ruby/trunk/debian/changelog
   packages-wip/libbuilder-ruby/trunk/debian/control
   packages-wip/libbuilder-ruby/trunk/debian/rules
Log:
Merged some of my (offline) libbuilder-ruby package stuff into
this package:
 * Small debian/control adaptations.
 * Depend on libruby1.8, not ruby1.8 (interpreter is not necessary)
 * Updated changelog & upstream version to 2.1.1.
 * Install stuff via dh_install, not directly from debian/rules
   (looks messy to me).


Modified: packages-wip/libbuilder-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libbuilder-ruby/trunk/debian/changelog	2007-05-06 18:56:51 UTC (rev 1519)
+++ packages-wip/libbuilder-ruby/trunk/debian/changelog	2007-05-06 20:50:10 UTC (rev 1520)
@@ -1,5 +1,5 @@
-libbuilder-ruby (2.0.0-1) unstable; urgency=low
+libbuilder-ruby (2.1.1-1) unstable; urgency=low
 
-  * Initial release.
+  * Initial release. (Closes: #397059)
 
- -- Arnaud Cornet <arnaud.cornet at gmail.com>  Sun, 07 Jan 2007 15:17:52 +0100
+ -- Paul van Tilburg <paulvt at debian.org>  Sun, 06 May 2007 22:41:06 +0200

Modified: packages-wip/libbuilder-ruby/trunk/debian/control
===================================================================
--- packages-wip/libbuilder-ruby/trunk/debian/control	2007-05-06 18:56:51 UTC (rev 1519)
+++ packages-wip/libbuilder-ruby/trunk/debian/control	2007-05-06 20:50:10 UTC (rev 1520)
@@ -9,17 +9,32 @@
 Package: libbuilder-ruby
 Architecture: all
 Depends: libbuilder-ruby1.8
-Description: Builder to facilitate programatic generation of XML markup in ruby.
+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.
+  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.
+    * XML entity declaration support.
+    * 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).
 
 Package: libbuilder-ruby1.8
 Architecture: any
-Depends: ruby
-Description: Builder to facilitate programatic generation of XML markup in ruby.
+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:
+    * Easy generation by mapping method calls to elements, arguments to
+      attributes and blocks to contents.
+    * XML comment & processing instruction support.
+    * XML entity declaration support.
+    * Some support for XML namespaces.
+    * Default escaping of string attribute values.
+    * UTF-8 support.

Added: packages-wip/libbuilder-ruby/trunk/debian/libbuilder-ruby1.8.docs
===================================================================
--- packages-wip/libbuilder-ruby/trunk/debian/libbuilder-ruby1.8.docs	2007-05-06 18:56:51 UTC (rev 1519)
+++ packages-wip/libbuilder-ruby/trunk/debian/libbuilder-ruby1.8.docs	2007-05-06 20:50:10 UTC (rev 1520)
@@ -0,0 +1,2 @@
+README
+doc/releases

Added: packages-wip/libbuilder-ruby/trunk/debian/libbuilder-ruby1.8.install
===================================================================
--- packages-wip/libbuilder-ruby/trunk/debian/libbuilder-ruby1.8.install	2007-05-06 18:56:51 UTC (rev 1519)
+++ packages-wip/libbuilder-ruby/trunk/debian/libbuilder-ruby1.8.install	2007-05-06 20:50:10 UTC (rev 1520)
@@ -0,0 +1 @@
+lib/*           /usr/lib/ruby/1.8/

Modified: packages-wip/libbuilder-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libbuilder-ruby/trunk/debian/rules	2007-05-06 18:56:51 UTC (rev 1519)
+++ packages-wip/libbuilder-ruby/trunk/debian/rules	2007-05-06 20:50:10 UTC (rev 1520)
@@ -1,9 +1,5 @@
 #!/usr/bin/make -f
+#
+# CDBS file to build the Builder Ruby package.
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/ruby-pkg-tools/1/class/ruby-common.mk
-
-install/libbuilder-ruby1.8::
-	mkdir -p debian/libbuilder-ruby1.8/$(DEB_RUBY_LIBDIR)/$(cdbs_ruby_ver)
-	cp -r lib/* debian/libbuilder-ruby1.8/$(DEB_RUBY_LIBDIR)/$(cdbs_ruby_ver)
-




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