[DRE-commits] r1484 - in tools/ruby-pkg-tools/trunk: 1/rules debian

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


Author: paulvt
Date: 2007-04-18 22:41:19 +0000 (Wed, 18 Apr 2007)
New Revision: 1484

Modified:
   tools/ruby-pkg-tools/trunk/1/rules/uploaders.mk
   tools/ruby-pkg-tools/trunk/debian/changelog
Log:
Added a warning to uploaders.mk since it is deprecated as of the 0.12 (next) release!

Modified: tools/ruby-pkg-tools/trunk/1/rules/uploaders.mk
===================================================================
--- tools/ruby-pkg-tools/trunk/1/rules/uploaders.mk	2007-04-18 22:37:16 UTC (rev 1483)
+++ tools/ruby-pkg-tools/trunk/1/rules/uploaders.mk	2007-04-18 22:41:19 UTC (rev 1484)
@@ -13,6 +13,7 @@
 uploaders := $(shell grep -vF '$(maintainer)' $(TEAM_LIST))
 
 clean::	
+	$(warning Usage of the uploaders rule is DEPRECATED, please remove it!)
 	if [ ! -f debian/control.in ] ; then \
 		echo "No debian/control.in found.";\
 		false;\

Modified: tools/ruby-pkg-tools/trunk/debian/changelog
===================================================================
--- tools/ruby-pkg-tools/trunk/debian/changelog	2007-04-18 22:37:16 UTC (rev 1483)
+++ tools/ruby-pkg-tools/trunk/debian/changelog	2007-04-18 22:41:19 UTC (rev 1484)
@@ -1,14 +1,18 @@
-ruby-pkg-tools (0.11.7) UNRELEASED; urgency=low
+ruby-pkg-tools (0.12) UNRELEASED; urgency=low
 
   [ Maxim Komar ]
-  *   Added myself to the team.
+  * Added myself to the team.
 
   [ Arnaud Cornet ]
   * Add a simple check that might save you some work if you include
     uploaders.mk and forget to create a control.in file.
 
- -- Arnaud Cornet <arnaud.cornet at gmail.com>  Fri, 06 Apr 2007 23:41:10 +0200
+  [ Paul van Tilburg ]
+  * Added a warning to uploaders.mk since it is deprecated as of this
+    release!
 
+ -- Paul van Tilburg <paulvt at debian.org>  Thu, 19 Apr 2007 00:39:46 +0200
+
 ruby-pkg-tools (0.11.6) UNRELEASED; urgency=low
 
   * Changed a nobreakspace character to a space in the source.




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