[DRE-commits] r1485 - tools/ruby-pkg-tools/trunk/debian

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


Author: paulvt
Date: 2007-04-18 22:42:55 +0000 (Wed, 18 Apr 2007)
New Revision: 1485

Removed:
   tools/ruby-pkg-tools/trunk/debian/control.in
Modified:
   tools/ruby-pkg-tools/trunk/debian/rules
Log:
Removed usage of the Uploaders rule. Left the Uploaders set to everyone (for the moment).

Deleted: tools/ruby-pkg-tools/trunk/debian/control.in
===================================================================
--- tools/ruby-pkg-tools/trunk/debian/control.in	2007-04-18 22:41:19 UTC (rev 1484)
+++ tools/ruby-pkg-tools/trunk/debian/control.in	2007-04-18 22:42:55 UTC (rev 1485)
@@ -1,22 +0,0 @@
-Source: ruby-pkg-tools
-Section: devel
-Priority: optional
-Maintainer: Paul van Tilburg <paulvt at debian.org>
-Uploaders: @RUBY_EXTRAS_TEAM@
-Build-Depends: cdbs, debhelper (>= 4.1)
-Standards-Version: 3.7.2
-
-Package: ruby-pkg-tools
-Architecture: all
-Depends: ruby, rdoc
-Recommends: svn-buildpackage, devscripts, libwww-perl
-Description: Tools for building Debian Ruby packages
- This package contains some useful tools for building Debian Ruby packages
- and is used by the Debian Ruby Maintainers Team. It includes:
-   * CBDS classes for building packages which use setup.rb and/or extconf.rb
-     as installer,
-   * a program to retrieve upstream sources for use in conjunction with
-     svn-buildpackage,
-   * a debhelper tool, dh_rdoc, to generate and install RDoc documentation
-     of libraries and applications,
-   * a list of team members.

Modified: tools/ruby-pkg-tools/trunk/debian/rules
===================================================================
--- tools/ruby-pkg-tools/trunk/debian/rules	2007-04-18 22:41:19 UTC (rev 1484)
+++ tools/ruby-pkg-tools/trunk/debian/rules	2007-04-18 22:42:55 UTC (rev 1485)
@@ -9,7 +9,3 @@
 
 # CDBS class
 include /usr/share/cdbs/1/rules/debhelper.mk
-
-# Use local copies to generate Uploaders: field
-TEAM_LIST := ./pkg-ruby-extras.team
-include ./1/rules/uploaders.mk




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