[DRE-commits] r1384 - packages/libxml-ruby/trunk/debian

Filipe Lautert filipe-guest at alioth.debian.org
Mon Apr 16 13:02:40 UTC 2007


Author: filipe-guest
Date: 2007-04-16 13:02:40 +0000 (Mon, 16 Apr 2007)
New Revision: 1384

Removed:
   packages/libxml-ruby/trunk/debian/control.in
Modified:
   packages/libxml-ruby/trunk/debian/changelog
   packages/libxml-ruby/trunk/debian/control
   packages/libxml-ruby/trunk/debian/rules
Log:
Updated debian/control and removed debian/control.in so it reflects
the new way of describing maintainers and uploaders fields from the
Pkg-Ruby-Extras Team.



Modified: packages/libxml-ruby/trunk/debian/changelog
===================================================================
--- packages/libxml-ruby/trunk/debian/changelog	2007-04-16 13:01:02 UTC (rev 1383)
+++ packages/libxml-ruby/trunk/debian/changelog	2007-04-16 13:02:40 UTC (rev 1384)
@@ -1,9 +1,15 @@
 libxml-ruby (0.3.8.4-2) UNRELEASED; urgency=low
 
+  [ Paul van Tilburg ]
   * NOT RELEASED YET
 
- -- Paul van Tilburg <paulvt at debian.org>  Wed,  6 Dec 2006 12:32:30 +0100
+  [ Filipe Lautert ]
+  * Updated debian/control and removed debian/control.in so it reflects
+    the new way of describing maintainers and uploaders fields from the
+    Pkg-Ruby-Extras Team.
 
+ -- Filipe Lautert <filipe at icewall.org>  Mon, 16 Apr 2007 09:54:33 -0300
+
 libxml-ruby (0.3.8.4-1) unstable; urgency=medium
 
   * Maintenance release that fixes a critical bug in attribute handling.

Modified: packages/libxml-ruby/trunk/debian/control
===================================================================
--- packages/libxml-ruby/trunk/debian/control	2007-04-16 13:01:02 UTC (rev 1383)
+++ packages/libxml-ruby/trunk/debian/control	2007-04-16 13:02:40 UTC (rev 1384)
@@ -1,8 +1,8 @@
 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>
+Maintainer: Filipe Lautert <filipe at icewall.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Paul van Tilburg <paulvt at debian.org>
 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
 

Deleted: packages/libxml-ruby/trunk/debian/control.in
===================================================================
--- packages/libxml-ruby/trunk/debian/control.in	2007-04-16 13:01:02 UTC (rev 1383)
+++ packages/libxml-ruby/trunk/debian/control.in	2007-04-16 13:02:40 UTC (rev 1384)
@@ -1,32 +0,0 @@
-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.

Modified: packages/libxml-ruby/trunk/debian/rules
===================================================================
--- packages/libxml-ruby/trunk/debian/rules	2007-04-16 13:01:02 UTC (rev 1383)
+++ packages/libxml-ruby/trunk/debian/rules	2007-04-16 13:02:40 UTC (rev 1384)
@@ -3,7 +3,6 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.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




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