[Pkg-ruby-extras-maintainers] r373 - in tools/ruby-pkg-tools/trunk: 1/rules debian

Thierry Reding beatle-guest at costa.debian.org
Wed Mar 22 12:17:55 UTC 2006


Author: beatle-guest
Date: 2006-03-22 12:17:55 +0000 (Wed, 22 Mar 2006)
New Revision: 373

Modified:
   tools/ruby-pkg-tools/trunk/1/rules/uploaders.mk
   tools/ruby-pkg-tools/trunk/debian/changelog
   tools/ruby-pkg-tools/trunk/debian/control.in
Log:
* uploaders.mk now replaces both @RUBY_TEAM@ and @RUBY_EXTRAS_TEAM@ markers by
  the contents of pkg-ruby-extras.team, issuing a warning if it finds
  @RUBY_TEAM@ (which is now deprecated).


Modified: tools/ruby-pkg-tools/trunk/1/rules/uploaders.mk
===================================================================
--- tools/ruby-pkg-tools/trunk/1/rules/uploaders.mk	2006-03-22 12:08:41 UTC (rev 372)
+++ tools/ruby-pkg-tools/trunk/1/rules/uploaders.mk	2006-03-22 12:17:55 UTC (rev 373)
@@ -13,5 +13,8 @@
 uploaders := $(shell grep -vF '$(maintainer)' $(TEAM_LIST))
 
 clean::	
-	sed "s/@RUBY_TEAM@/$(uploaders)/" \
-	debian/control.in > debian/control
+	sed "s/@RUBY_EXTRAS_TEAM@/$(uploaders)/" debian/control.in > debian/control
+ifneq ($(shell grep '@RUBY_TEAM@' debian/control.in),)
+	$(warning @RUBY_TEAM@ is deprecated, use @RUBY_EXTRAS_TEAM@ instead.)
+	sed "s/@RUBY_TEAM@/$(uploaders)/" debian/control.in > debian/control
+endif

Modified: tools/ruby-pkg-tools/trunk/debian/changelog
===================================================================
--- tools/ruby-pkg-tools/trunk/debian/changelog	2006-03-22 12:08:41 UTC (rev 372)
+++ tools/ruby-pkg-tools/trunk/debian/changelog	2006-03-22 12:17:55 UTC (rev 373)
@@ -1,4 +1,4 @@
-ruby-pkg-tools (0.8) UNRELEASED; urgency=low
+ruby-pkg-tools (0.8) unstable; urgency=low
 
   [ Paul van Tilburg ]
   * Updated the sources file to use the upstream-cache for clean tarballs
@@ -12,11 +12,14 @@
     configuration.
   * Added code to the pkg-ruby-get-sources to use a package's watch file as
     primary source to find upstream source tarballs.
+  * uploaders.mk now replaces both @RUBY_TEAM@ and @RUBY_EXTRAS_TEAM@ markers
+    by the contents of pkg-ruby-extras.team, issuing a warning if it finds
+    @RUBY_TEAM@ (which is now deprecated).
 
   [ Ari Pollak ]
-  * Added myself to pkg-ruby-extras.team 
+  * Added myself to pkg-ruby-extras.team
 
- -- Ari Pollak <ari at debian.org>  Tue, 21 Mar 2006 20:59:18 -0500
+ -- Thierry Reding <thierry at doppeltgemoppelt.de>  Wed, 22 Mar 2006 13:16:06 +0100
 
 ruby-pkg-tools (0.7) unstable; urgency=low
 

Modified: tools/ruby-pkg-tools/trunk/debian/control.in
===================================================================
--- tools/ruby-pkg-tools/trunk/debian/control.in	2006-03-22 12:08:41 UTC (rev 372)
+++ tools/ruby-pkg-tools/trunk/debian/control.in	2006-03-22 12:17:55 UTC (rev 373)
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: @RUBY_TEAM@
+Uploaders: @RUBY_EXTRAS_TEAM@
 Build-Depends-Indep: cdbs, debhelper (>= 4.1)
 Standards-Version: 3.6.2
 




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