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

Arnaud Cornet nohar-guest at alioth.debian.org
Fri Apr 6 21:42:03 UTC 2007


Author: nohar-guest
Date: 2007-04-06 21:42:03 +0000 (Fri, 06 Apr 2007)
New Revision: 1341

Modified:
   tools/ruby-pkg-tools/trunk/1/rules/uploaders.mk
   tools/ruby-pkg-tools/trunk/debian/changelog
   tools/ruby-pkg-tools/trunk/debian/control
Log:
Add a simple check that might save you some work if you include uploaders.mk and forget to create a control.in file.

Modified: tools/ruby-pkg-tools/trunk/1/rules/uploaders.mk
===================================================================
--- tools/ruby-pkg-tools/trunk/1/rules/uploaders.mk	2007-04-06 03:22:34 UTC (rev 1340)
+++ tools/ruby-pkg-tools/trunk/1/rules/uploaders.mk	2007-04-06 21:42:03 UTC (rev 1341)
@@ -13,6 +13,10 @@
 uploaders := $(shell grep -vF '$(maintainer)' $(TEAM_LIST))
 
 clean::	
+	if [ ! -f debian/control.in ] ; then \
+		echo "No debian/control.in found.";\
+		false;\
+	fi
 	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.)

Modified: tools/ruby-pkg-tools/trunk/debian/changelog
===================================================================
--- tools/ruby-pkg-tools/trunk/debian/changelog	2007-04-06 03:22:34 UTC (rev 1340)
+++ tools/ruby-pkg-tools/trunk/debian/changelog	2007-04-06 21:42:03 UTC (rev 1341)
@@ -1,9 +1,14 @@
 ruby-pkg-tools (0.11.7) UNRELEASED; urgency=low
 
+  [ Maxim Komar ]
   *   Added myself to the team.
 
- -- Maxim Komar <komar at ukr.net>  Sun, 25 Mar 2007 03:59:53 +0200
+  [ 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
+
 ruby-pkg-tools (0.11.6) UNRELEASED; urgency=low
 
   * Changed a nobreakspace character to a space in the source.

Modified: tools/ruby-pkg-tools/trunk/debian/control
===================================================================
--- tools/ruby-pkg-tools/trunk/debian/control	2007-04-06 03:22:34 UTC (rev 1340)
+++ tools/ruby-pkg-tools/trunk/debian/control	2007-04-06 21:42:03 UTC (rev 1341)
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Paul van Tilburg <paulvt at debian.org>
-Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Antonio S. de A. Terceiro <asaterceiro at inf.ufrgs.br>, David Moreno Garza <damog at debian.org>, David Nusinow <dnusinow 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>, Ari Pollak <ari at debian.org>, Daigo Moriwaki <daigo at debian.org>, Vincent Fourmond <vincent.fourmond at 9online.fr>, Rudi Cilibrasi <cilibrar at cilibrar.com>, Patrick Ringl <patrick_ at freenet.de>, Filipe Lautert <filipelautert at celepar.pr.gov.br>, Florian Ragwitz <rafl at debian.org>, Gunnar Wolf <gwolf at debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Antonio S. de A. Terceiro <asaterceiro at inf.ufrgs.br>, David Moreno Garza <damog at debian.org>, David Nusinow <dnusinow 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>, Ari Pollak <ari at debian.org>, Daigo Moriwaki <daigo at debian.org>, Vincent Fourmond <vincent.fourmond at 9online.fr>, Rudi Cilibrasi <cilibrar at cilibrar.com>, Patrick Ringl <patrick_ at freenet.de>, Filipe Lautert <filipelautert at celepar.pr.gov.br>, Florian Ragwitz <rafl at debian.org>, Gunnar Wolf <gwolf at debian.org>, Maxim Komar <komar at ukr.net>
 Build-Depends: cdbs, debhelper (>= 4.1)
 Standards-Version: 3.7.2
 




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