[DRE-commits] r1461 - packages/liblog4r-ruby/trunk/debian

Paul van Tilburg paulvt at alioth.debian.org
Wed Apr 18 21:12:14 UTC 2007


Author: paulvt
Date: 2007-04-18 21:12:14 +0000 (Wed, 18 Apr 2007)
New Revision: 1461

Removed:
   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:
* Adapated debian/control, debian/rules, and removed debian/control.in
  to drop the Uploaders rule.

Modified: packages/liblog4r-ruby/trunk/debian/changelog
===================================================================
--- packages/liblog4r-ruby/trunk/debian/changelog	2007-04-18 21:09:16 UTC (rev 1460)
+++ packages/liblog4r-ruby/trunk/debian/changelog	2007-04-18 21:12:14 UTC (rev 1461)
@@ -1,8 +1,9 @@
-liblog4r-ruby (1.0.5-6) UNRELEASED; urgency=low
+liblog4r-ruby (1.0.5-6) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Adapated debian/control, debian/rules, and removed debian/control.in
+    to drop the Uploaders rule.
 
- -- Paul van Tilburg <paulvt at debian.org>  Wed,  4 Oct 2006 21:51:44 +0200
+ -- Paul van Tilburg <paulvt at debian.org>  Wed, 18 Apr 2007 23:11:46 +0200
 
 liblog4r-ruby (1.0.5-5) unstable; urgency=low
 

Modified: packages/liblog4r-ruby/trunk/debian/control
===================================================================
--- packages/liblog4r-ruby/trunk/debian/control	2007-04-18 21:09:16 UTC (rev 1460)
+++ packages/liblog4r-ruby/trunk/debian/control	2007-04-18 21:12:14 UTC (rev 1461)
@@ -1,8 +1,8 @@
 Source: liblog4r-ruby
 Section: devel
 Priority: optional
-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>
+Maintainer: Paul van Tilburg <paulvt at debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5), cdbs
 Build-Depends-Indep: ruby-pkg-tools (>= 0.8), ruby1.8
 Standards-Version: 3.7.2
@@ -11,6 +11,15 @@
 Architecture: all
 Depends: liblog4r-ruby1.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/
+ .
  This is a dependency package, which depends on an Log4r package built
  for the latest version of Ruby.
 

Deleted: packages/liblog4r-ruby/trunk/debian/control.in
===================================================================
--- packages/liblog4r-ruby/trunk/debian/control.in	2007-04-18 21:09:16 UTC (rev 1460)
+++ packages/liblog4r-ruby/trunk/debian/control.in	2007-04-18 21:12:14 UTC (rev 1461)
@@ -1,28 +0,0 @@
-Source: liblog4r-ruby
-Section: devel
-Priority: optional
-Maintainer: Paul van Tilburg <paulvt at debian.org>
-Uploaders: @RUBY_EXTRAS_TEAM@
-Build-Depends: debhelper (>= 5), cdbs
-Build-Depends-Indep: ruby-pkg-tools (>= 0.8), ruby1.8
-Standards-Version: 3.7.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	2007-04-18 21:09:16 UTC (rev 1460)
+++ packages/liblog4r-ruby/trunk/debian/rules	2007-04-18 21:12:14 UTC (rev 1461)
@@ -4,4 +4,3 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
-include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk




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