[DRE-commits] r4640 - trunk/libxml-ruby/debian

Paul van Tilburg paulvt at alioth.debian.org
Sun Feb 14 13:41:10 UTC 2010


Author: paulvt
Date: 2010-02-14 13:41:08 +0000 (Sun, 14 Feb 2010)
New Revision: 4640

Modified:
   trunk/libxml-ruby/debian/changelog
   trunk/libxml-ruby/debian/control
   trunk/libxml-ruby/debian/rules
Log:
* Upload including Ruby 1.9.1 support.
* debian/control:
  - Bumped standards version to 3.8.4; no changes required.
  - Bumped ruby-pkg-tools build depend to >= 0.17.
  - Added a package entry for libxml-ruby1.9.1.
  - Added ruby1.9.1 and ruby1.9.1-dev to the build depends.

Modified: trunk/libxml-ruby/debian/changelog
===================================================================
--- trunk/libxml-ruby/debian/changelog	2010-02-14 13:18:40 UTC (rev 4639)
+++ trunk/libxml-ruby/debian/changelog	2010-02-14 13:41:08 UTC (rev 4640)
@@ -1,3 +1,14 @@
+libxml-ruby (1.1.3-2) unstable; urgency=low
+
+  * Upload including Ruby 1.9.1 support.
+  * debian/control:
+    - Bumped standards version to 3.8.4; no changes required.
+    - Bumped ruby-pkg-tools build depend to >= 0.17.
+    - Added a package entry for libxml-ruby1.9.1.
+    - Added ruby1.9.1 and ruby1.9.1-dev to the build depends.
+
+ -- Paul van Tilburg <paulvt at debian.org>  Sun, 14 Feb 2010 14:37:46 +0100
+
 libxml-ruby (1.1.3-1) unstable; urgency=low
 
   [ Ryan Niebur ]

Modified: trunk/libxml-ruby/debian/control
===================================================================
--- trunk/libxml-ruby/debian/control	2010-02-14 13:18:40 UTC (rev 4639)
+++ trunk/libxml-ruby/debian/control	2010-02-14 13:41:08 UTC (rev 4640)
@@ -4,8 +4,8 @@
 Maintainer: Filipe Lautert <filipe at debian.org>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>,
  Paul van Tilburg <paulvt at debian.org>,  Ryan Niebur <ryanryan52 at gmail.com>
-Build-Depends: debhelper (>= 5), cdbs, ruby-pkg-tools (>= 0.8), ruby, ruby1.8-dev, libxml2-dev, libxslt1-dev, zlib1g-dev
-Standards-Version: 3.8.1
+Build-Depends: debhelper (>= 5), cdbs, ruby-pkg-tools (>= 0.8), ruby1.8, ruby1.8-dev, ruby1.9.1, ruby1.9.1-dev, libxml2-dev, libxslt1-dev, zlib1g-dev
+Standards-Version: 3.8.4
 Homepage: http://libxml.rubyforge.org/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libxml-ruby/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libxml-ruby/
@@ -30,3 +30,13 @@
  and libxslt.
  .
  This package is built for Ruby 1.8.
+
+Package: libxml-ruby1.9.1
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Ruby interface to libxml (for Ruby 1.9.1)
+ libxml-ruby is a Ruby interface for processing XML.  It supports
+ XPath, XPointer, and other features.  Internally, it uses libxml
+ and libxslt.
+ .
+ This package is built for Ruby 1.9.1.

Modified: trunk/libxml-ruby/debian/rules
===================================================================
--- trunk/libxml-ruby/debian/rules	2010-02-14 13:18:40 UTC (rev 4639)
+++ trunk/libxml-ruby/debian/rules	2010-02-14 13:41:08 UTC (rev 4640)
@@ -5,3 +5,10 @@
 
 DEB_COMPRESS_EXCLUDE := .xml
 DEB_RUBY_CONFIG_ARGS = --installdirs=std --siteruby=$(DEB_RUBY_LIBDIR) --siterubyver=$(DEB_RUBY_LIBDIR)/$(cdbs_ruby_ver) --libdir=$(DEB_RUBY_LIBDIR)/$(cdbs_ruby_ver)
+
+# Disable the test suites for now, something is wrong.
+#install/libxml-ruby1.8::
+#	(cd test; ruby1.8 -w -I../lib -I../ext/libxml test_suite.rb)
+#
+#install/libxml-ruby1.9.1::
+#	(cd test; ruby1.9.1 -w -I../lib -I../ext/libxml test_suite.rb)




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