r10901 - in /tools/gnome-pkg-tools: debian/changelog debian/rules pkg-gnome.team

lool at users.alioth.debian.org lool at users.alioth.debian.org
Fri May 11 19:46:13 UTC 2007


Author: lool
Date: Fri May 11 19:46:13 2007
New Revision: 10901

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10901
Log:
* Check for missing trailing comma or superfluous comma on last line in
  pkg-gnome.team.

Modified:
    tools/gnome-pkg-tools/debian/changelog
    tools/gnome-pkg-tools/debian/rules
    tools/gnome-pkg-tools/pkg-gnome.team

Modified: tools/gnome-pkg-tools/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/tools/gnome-pkg-tools/debian/changelog?rev=10901&op=diff
==============================================================================
--- tools/gnome-pkg-tools/debian/changelog (original)
+++ tools/gnome-pkg-tools/debian/changelog Fri May 11 19:46:13 2007
@@ -1,8 +1,10 @@
 gnome-pkg-tools (0.11.5) unstable; urgency=low
 
   * Added Riccardo Setti; have a nice jump in the team!
-
- -- Loic Minier <lool at dooz.org>  Fri, 11 May 2007 21:18:57 +0200
+  * Check for missing trailing comma or superfluous comma on last line in
+    pkg-gnome.team.
+
+ -- Loic Minier <lool at dooz.org>  Fri, 11 May 2007 21:45:41 +0200
 
 gnome-pkg-tools (0.11.4) unstable; urgency=low
 

Modified: tools/gnome-pkg-tools/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/tools/gnome-pkg-tools/debian/rules?rev=10901&op=diff
==============================================================================
--- tools/gnome-pkg-tools/debian/rules (original)
+++ tools/gnome-pkg-tools/debian/rules Fri May 11 19:46:13 2007
@@ -14,6 +14,12 @@
 TEAM_LIST := ./pkg-gnome.team
 include ./1/rules/uploaders.mk
 
+# check for missing trailing comma or superfluous comma (on last line)
+typos := $(shell sed -n 's/[^,]*//; $$,$$! { /^,$$/ d }; $$,$$ { /^$$/ d }; =' $(TEAM_LIST))
+ifneq ($(typos),)
+$(error Missing or superfluous comma in $(TEAM_LIST) at lines: $(typos))
+endif
+
 build/gnome-pkg-tools::
 	xmlto html-nochunks gnome-policy.xml
 

Modified: tools/gnome-pkg-tools/pkg-gnome.team
URL: http://svn.debian.org/wsvn/pkg-gnome/tools/gnome-pkg-tools/pkg-gnome.team?rev=10901&op=diff
==============================================================================
--- tools/gnome-pkg-tools/pkg-gnome.team (original)
+++ tools/gnome-pkg-tools/pkg-gnome.team Fri May 11 19:46:13 2007
@@ -15,7 +15,7 @@
 Marco Cabizza <marco87 at gmail.com>,
 Oystein Gisnas <oystein at gisnas.net>,
 Ondřej Surý <ondrej at debian.org>,
-Riccardo Setti <giskard at debian.org>
+Riccardo Setti <giskard at debian.org>,
 Ross Burton <ross at debian.org>,
 Sebastian Dröge <slomo at debian.org>,
 Sebastien Bacher <seb128 at debian.org>,




More information about the pkg-gnome-commits mailing list