[Pkg-ruby-extras-maintainers] r1030 - in packages-wip/libxml-ruby/trunk: . debian

Filipe Lautert filipe-guest at alioth.debian.org
Wed Nov 8 01:42:27 CET 2006


Author: filipe-guest
Date: 2006-11-08 01:42:27 +0100 (Wed, 08 Nov 2006)
New Revision: 1030

Added:
   packages-wip/libxml-ruby/trunk/debian/
   packages-wip/libxml-ruby/trunk/debian/changelog
   packages-wip/libxml-ruby/trunk/debian/compat
   packages-wip/libxml-ruby/trunk/debian/control
   packages-wip/libxml-ruby/trunk/debian/control.in
   packages-wip/libxml-ruby/trunk/debian/copyright
   packages-wip/libxml-ruby/trunk/debian/docs
   packages-wip/libxml-ruby/trunk/debian/rules
   packages-wip/libxml-ruby/trunk/debian/watch
Log:
Load newtrunk into packages-wip/libxml-ruby/trunk.


Added: packages-wip/libxml-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libxml-ruby/trunk/debian/changelog	2006-11-08 00:41:39 UTC (rev 1029)
+++ packages-wip/libxml-ruby/trunk/debian/changelog	2006-11-08 00:42:27 UTC (rev 1030)
@@ -0,0 +1,42 @@
+libxml-ruby (0.3.8-1) unstable; urgency=low
+
+  * Package adopted - maintenance changed to Debian/Ruby Extras team.
+    Closes: #335698.
+
+ -- Filipe Lautert <filipelautert at celepar.pr.gov.br>  Wed,  7 Nov 2006 21:35:12 -0300
+
+libxml-ruby (0.3.4-4) unstable; urgency=low
+
+  * QA upload.
+  * Add a libxml-ruby metapackage as recommended by Debian Ruby Policy.
+    Closes: #282759.
+  * Change section to interpreters.  Closes: #260944.
+  * debian/copyright: Update upstream URL.
+  * debian/dirs: $(sitedir) already handled by the Makefile; remove.
+  * debian/docs: README and TODO already handled by cdbs; remove.
+  * debian/watch: Add.
+  * Conforms to Standards version 3.6.2.
+
+ -- Matej Vela <vela at debian.org>  Sun, 13 Nov 2005 17:38:06 +0100
+
+libxml-ruby (0.3.4-3) unstable; urgency=low
+
+  * Orphaning package, setting maintainer to QA.
+
+ -- Andres Salomon <dilinger at voxel.net>  Tue, 25 Oct 2005 01:44:32 -0400
+
+libxml-ruby (0.3.4-2) unstable; urgency=low
+
+  * Fix FTBFS due to unnecessary libm/atan check; thanks to
+    Andreas Jochens (closes: #265475).
+  * Fix gcc-4.0 FTBFS due to lvalue casts; thanks to
+    Andreas Jochens (closes: #287452).
+
+ -- Andres Salomon <dilinger at voxel.net>  Wed, 29 Dec 2004 07:37:28 -0500
+
+libxml-ruby (0.3.4-1) unstable; urgency=low
+
+  * Initial release (closes: #228534).
+
+ -- Andres Salomon <dilinger at voxel.net>  Fri, 16 Jul 2004 22:12:41 -0400
+

Added: packages-wip/libxml-ruby/trunk/debian/compat
===================================================================
--- packages-wip/libxml-ruby/trunk/debian/compat	2006-11-08 00:41:39 UTC (rev 1029)
+++ packages-wip/libxml-ruby/trunk/debian/compat	2006-11-08 00:42:27 UTC (rev 1030)
@@ -0,0 +1 @@
+4

Added: packages-wip/libxml-ruby/trunk/debian/control
===================================================================
--- packages-wip/libxml-ruby/trunk/debian/control	2006-11-08 00:41:39 UTC (rev 1029)
+++ packages-wip/libxml-ruby/trunk/debian/control	2006-11-08 00:42:27 UTC (rev 1030)
@@ -0,0 +1,32 @@
+Source: libxml-ruby
+Section: interpreters
+Priority: optional
+Maintainer: Filipe Lautert <filipelautert at celepar.pr.gov.br>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Antonio S. de A. Terceiro <asaterceiro at inf.ufrgs.br>, David Moreno Garza <damog at debian.org>, David Nusinow <dnusinow at debian.org>, Paul van Tilburg <paulvt at debian.org>, Esteban Manchado Velázquez <zoso at debian.org>, Arnaud Cornet <arnaud.cornet at gmail.com>, Lucas Nussbaum <lucas at lucas-nussbaum.net>, Thierry Reding <thierry at doppeltgemoppelt.de>, Marc Dequènes (Duck) <Duck at DuckCorp.org>, Ari Pollak <ari at debian.org>, Daigo Moriwaki <daigo at debian.org>, Vincent Fourmond <vincent.fourmond at 9online.fr>, Rudi Cilibrasi <cilibrar at cilibrar.com>, Patrick Ringl <patrick_ at freenet.de>
+Build-Depends: debhelper (>> 4.1.0), cdbs, ruby-pkg-tools (>= 0.8), ruby, ruby1.8-dev, libxml2-dev, libxslt1-dev, zlib1g-dev
+Standards-Version: 3.7.2
+
+Package: libxml-ruby
+Architecture: all
+Depends: libxml-ruby1.8
+Description: Ruby interface to libxml
+ libxml-ruby is a Ruby interface for processing XML.  It supports
+ XPath, XPointer, and other features.  Internally, it uses libxml
+ and libxslt.
+ .
+ Homepage: http://libxml.rubyforge.org/
+ .
+ This is a dependency package which depends on Debian's default Ruby version
+ (currently 1.8.x).
+
+Package: libxml-ruby1.8
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Ruby interface to libxml
+ libxml-ruby is a Ruby interface for processing XML.  It supports
+ XPath, XPointer, and other features.  Internally, it uses libxml
+ and libxslt.
+ .
+ Homepage: http://libxml.rubyforge.org/
+ .
+ This package is built for Ruby 1.8.

Added: packages-wip/libxml-ruby/trunk/debian/control.in
===================================================================
--- packages-wip/libxml-ruby/trunk/debian/control.in	2006-11-08 00:41:39 UTC (rev 1029)
+++ packages-wip/libxml-ruby/trunk/debian/control.in	2006-11-08 00:42:27 UTC (rev 1030)
@@ -0,0 +1,32 @@
+Source: libxml-ruby
+Section: interpreters
+Priority: optional
+Maintainer: Filipe Lautert <filipelautert at celepar.pr.gov.br>
+Uploaders: @RUBY_EXTRAS_TEAM@
+Build-Depends: debhelper (>> 4.1.0), cdbs, ruby-pkg-tools (>= 0.8), ruby, ruby1.8-dev, libxml2-dev, libxslt1-dev, zlib1g-dev
+Standards-Version: 3.7.2
+
+Package: libxml-ruby
+Architecture: all
+Depends: libxml-ruby1.8
+Description: Ruby interface to libxml
+ libxml-ruby is a Ruby interface for processing XML.  It supports
+ XPath, XPointer, and other features.  Internally, it uses libxml
+ and libxslt.
+ .
+ Homepage: http://libxml.rubyforge.org/
+ .
+ This is a dependency package which depends on Debian's default Ruby version
+ (currently 1.8.x).
+
+Package: libxml-ruby1.8
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Ruby interface to libxml
+ libxml-ruby is a Ruby interface for processing XML.  It supports
+ XPath, XPointer, and other features.  Internally, it uses libxml
+ and libxslt.
+ .
+ Homepage: http://libxml.rubyforge.org/
+ .
+ This package is built for Ruby 1.8.

Added: packages-wip/libxml-ruby/trunk/debian/copyright
===================================================================
--- packages-wip/libxml-ruby/trunk/debian/copyright	2006-11-08 00:41:39 UTC (rev 1029)
+++ packages-wip/libxml-ruby/trunk/debian/copyright	2006-11-08 00:42:27 UTC (rev 1030)
@@ -0,0 +1,22 @@
+# $Id: LICENSE,v 1.3 2006/02/28 09:57:52 roscopeco Exp $
+
+ Copyright (c) 2002-2006 Sean Chittenden <sean at chittenden.org> and contributors
+ Copyright (c) 2001 Wai-Sun "Squidster" Chia <waisun.chia at compaq.com>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in 
+the Software without restriction, including without limitation the rights to 
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
+of the Software, and to permit persons to whom the Software is furnished to do
+so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.

Added: packages-wip/libxml-ruby/trunk/debian/docs
===================================================================
--- packages-wip/libxml-ruby/trunk/debian/docs	2006-11-08 00:41:39 UTC (rev 1029)
+++ packages-wip/libxml-ruby/trunk/debian/docs	2006-11-08 00:42:27 UTC (rev 1030)
@@ -0,0 +1,3 @@
+README
+tests
+TODO

Added: packages-wip/libxml-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libxml-ruby/trunk/debian/rules	2006-11-08 00:41:39 UTC (rev 1029)
+++ packages-wip/libxml-ruby/trunk/debian/rules	2006-11-08 00:42:27 UTC (rev 1030)
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+#
+# CDBS file to build the Foo Ruby package.
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-extconf-rb.mk
+include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
+
+DEB_RUBY_SETUP_CMD="ext/xml/extconf.rb"
+DEB_COMPRESS_EXCLUDE := .xml


Property changes on: packages-wip/libxml-ruby/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages-wip/libxml-ruby/trunk/debian/watch
===================================================================
--- packages-wip/libxml-ruby/trunk/debian/watch	2006-11-08 00:41:39 UTC (rev 1029)
+++ packages-wip/libxml-ruby/trunk/debian/watch	2006-11-08 00:42:27 UTC (rev 1030)
@@ -0,0 +1,2 @@
+version=3
+http://rubyforge.org/frs/?group_id=494 .*/libxml-ruby-(.*)\.tar\.gz




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