[Pkg-ruby-extras-maintainers] r303 - packages/liblog4r-ruby/trunk/debian

Thierry Reding beatle-guest at costa.debian.org
Wed Jan 25 17:09:16 UTC 2006


Author: beatle-guest
Date: 2006-01-25 17:09:16 +0000 (Wed, 25 Jan 2006)
New Revision: 303

Added:
   packages/liblog4r-ruby/trunk/debian/control.in
Modified:
   packages/liblog4r-ruby/trunk/debian/changelog
   packages/liblog4r-ruby/trunk/debian/control
   packages/liblog4r-ruby/trunk/debian/rules
Log:
* Uses the uploaders rule (build-depends on ruby-pkg-tools).
* Updated Standards-Version to 3.6.2, no changes.
* Changed Build-Depends to Build-Depends-Indep.
* Uses a preseeded `debian/control' file.
* Close the RFA/ITA in `debian/changelog'.


Modified: packages/liblog4r-ruby/trunk/debian/changelog
===================================================================
--- packages/liblog4r-ruby/trunk/debian/changelog	2006-01-25 16:43:07 UTC (rev 302)
+++ packages/liblog4r-ruby/trunk/debian/changelog	2006-01-25 17:09:16 UTC (rev 303)
@@ -1,3 +1,13 @@
+liblog4r-ruby (1.0.5-4) unstable; urgency=low
+
+  [ Thierry Reding ]
+  * Now maintained by the Debian Ruby Extras team. (Closes: 349799)
+  * Uses the uploaders rule (build-depends on ruby-pkg-tools).
+  * Updated Standards-Version to 3.6.2, no changes.
+  * Changed Build-Depends to Build-Depends-Indep.
+
+ -- Thierry Reding <thierry at doppeltgemoppelt.de>  Wed, 25 Jan 2006 18:00:31 +0100
+
 liblog4r-ruby (1.0.5-3) unstable; urgency=low
 
   * Relax dependencies. (closes: 236807)

Modified: packages/liblog4r-ruby/trunk/debian/control
===================================================================
--- packages/liblog4r-ruby/trunk/debian/control	2006-01-25 16:43:07 UTC (rev 302)
+++ packages/liblog4r-ruby/trunk/debian/control	2006-01-25 17:09:16 UTC (rev 303)
@@ -1,9 +1,10 @@
 Source: liblog4r-ruby
 Section: devel
 Priority: optional
-Maintainer: Mike Williams <mdub at dogbiscuit.org>
-Build-Depends: debhelper (>= 4.0.0), ruby1.8 (>= 1.8.0)
-Standards-Version: 3.6.1
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: 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>
+Build-Depends-Indep: debhelper (>= 4.0.0), ruby1.8 (>= 1.8.0), ruby-pkg-tools
+Standards-Version: 3.6.2
 
 Package: liblog4r-ruby
 Architecture: all

Copied: packages/liblog4r-ruby/trunk/debian/control.in (from rev 301, packages/liblog4r-ruby/trunk/debian/control)
===================================================================
--- packages/liblog4r-ruby/trunk/debian/control	2006-01-25 16:41:57 UTC (rev 301)
+++ packages/liblog4r-ruby/trunk/debian/control.in	2006-01-25 17:09:16 UTC (rev 303)
@@ -0,0 +1,27 @@
+Source: liblog4r-ruby
+Section: devel
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: @RUBY_TEAM@
+Build-Depends-Indep: debhelper (>= 4.0.0), ruby1.8 (>= 1.8.0), ruby-pkg-tools
+Standards-Version: 3.6.2
+
+Package: liblog4r-ruby
+Architecture: all
+Depends: liblog4r-ruby1.8
+Description: A logging library for Ruby
+ This is a dependency package, which depends on an Log4r package built
+ for the latest version of Ruby.
+
+Package: liblog4r-ruby1.8
+Architecture: all
+Depends: libruby1.8
+Description: A logging library for Ruby
+ Log4r is a comprehensive and flexible logging library written in Ruby for
+ use in Ruby programs. 
+ .
+ It features a hierarchical logging system of any number of levels, custom
+ level names, logger inheritance, multiple output destinations, execution
+ tracing, custom formatting, thread safety and more.
+ .
+ Homepage: http://log4r.sourceforge.net/

Modified: packages/liblog4r-ruby/trunk/debian/rules
===================================================================
--- packages/liblog4r-ruby/trunk/debian/rules	2006-01-25 16:43:07 UTC (rev 302)
+++ packages/liblog4r-ruby/trunk/debian/rules	2006-01-25 17:09:16 UTC (rev 303)
@@ -3,6 +3,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
+
 RUBY = ruby1.8
 
 rubylibdir := $(shell $(RUBY) -r rbconfig -e 'print Config::CONFIG["rubylibdir"]')
@@ -13,7 +15,7 @@
 
 build: 
 
-clean:
+clean::
 	dh_clean
 
 install: clean




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