[DRE-commits] r1480 - packages-wip/libfacets-ruby/trunk/debian

Paul van Tilburg paulvt at alioth.debian.org
Wed Apr 18 22:25:22 UTC 2007


Author: paulvt
Date: 2007-04-18 22:25:21 +0000 (Wed, 18 Apr 2007)
New Revision: 1480

Removed:
   packages-wip/libfacets-ruby/trunk/debian/control.in
Modified:
   packages-wip/libfacets-ruby/trunk/debian/control
   packages-wip/libfacets-ruby/trunk/debian/rules
Log:
* Removed usage of the Uploaders rule. 
* Added myself as Maintainer.
* Bumped standards version to 3.7.2.
* Split build-depends into Build-Depends and Build-Depends-Indep.


Modified: packages-wip/libfacets-ruby/trunk/debian/control
===================================================================
--- packages-wip/libfacets-ruby/trunk/debian/control	2007-04-18 22:21:41 UTC (rev 1479)
+++ packages-wip/libfacets-ruby/trunk/debian/control	2007-04-18 22:25:21 UTC (rev 1480)
@@ -1,10 +1,11 @@
 Source: libfacets-ruby
-Section: interpreters
+Section: libs
 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>
-Build-Depends-Indep: cdbs, debhelper (>= 4.0.0), ruby-pkg-tools, ruby1.8
-Standards-Version: 3.6.2
+Maintainer: Paul van Tilburg <paulvt at debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: cdbs, debhlper (>= 4.0.0), ruby-pkg-tools
+Build-Depends-Indep: ruby1.8
+Standards-Version: 3.7.2
 
 Package: libfacets-ruby
 Architecture: all

Deleted: packages-wip/libfacets-ruby/trunk/debian/control.in
===================================================================
--- packages-wip/libfacets-ruby/trunk/debian/control.in	2007-04-18 22:21:41 UTC (rev 1479)
+++ packages-wip/libfacets-ruby/trunk/debian/control.in	2007-04-18 22:25:21 UTC (rev 1480)
@@ -1,39 +0,0 @@
-Source: libfacets-ruby
-Section: interpreters
-Priority: optional
-Maintainer: Paul van Tilburg <paulvt at debian.org>
-Uploaders: @RUBY_EXTRAS_TEAM@
-Build-Depends-Indep: cdbs, debhelper (>= 4.0.0), ruby-pkg-tools (>= 0.8), ruby1.8
-Standards-Version: 3.6.2
-
-Package: libfacets-ruby
-Architecture: all
-Depends: libfacets-ruby1.8
-Description: Fantasic Atomic Core Extensions libraries for Ruby
- This Ruby library set is a growing collection of extension methods for
- Ruby's core and standard library.  It is an atomic library in that the
- methods are, to the greatest degree reaonable, requirable individually so
- that each can be required independently.
- .
- Ruby Facets is part of the Calibre project, an open API repository
- project for the Ruby programming language.  You can learn more at:
- http://calibre.rubyforge.com
- .
- This is a dummy package depending on the library for the current default
- version of Ruby.
-
-Package: libfacets-ruby1.8
-Architecture: all
-Depends: ruby1.8, libruby1.8
-Description: Fantasic Atomic Core Extensions libraries for Ruby 1.8
- This Ruby library set is a growing collection of extension methods for
- Ruby's core and standard library.  It is an atomic library in that the
- methods are, to the greatest degree reaonable, requirable individually so
- that each can be required independently.
- .
- Ruby Facets is part of the Calibre project, an open API repository
- project for the Ruby programming language.  You can learn more at:
- http://calibre.rubyforge.com
- .
- This package is part of the Ruby library extras, a supplement to Ruby's
- standard library.

Modified: packages-wip/libfacets-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libfacets-ruby/trunk/debian/rules	2007-04-18 22:21:41 UTC (rev 1479)
+++ packages-wip/libfacets-ruby/trunk/debian/rules	2007-04-18 22:25:21 UTC (rev 1480)
@@ -1,8 +1,6 @@
 #!/usr/bin/make -f
 #
-# CDBS file to build the Ruby Breakpoint package.
+# CDBS file to build the Ruby Facets package.
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
-
-include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk




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