r9355 - /tools/gnome-pkg-tools/1/rules/uploaders.mk

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon Mar 26 14:33:44 CET 2007


Author: lool
Date: Mon Mar 26 13:33:44 2007
New Revision: 9355

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=9355
Log:
* Drop useless -r flag to sed.

Modified:
    tools/gnome-pkg-tools/1/rules/uploaders.mk

Modified: tools/gnome-pkg-tools/1/rules/uploaders.mk
URL: http://svn.debian.org/wsvn/pkg-gnome/tools/gnome-pkg-tools/1/rules/uploaders.mk?rev=9355&op=diff
==============================================================================
--- tools/gnome-pkg-tools/1/rules/uploaders.mk (original)
+++ tools/gnome-pkg-tools/1/rules/uploaders.mk Mon Mar 26 13:33:44 2007
@@ -15,7 +15,7 @@
 # Get list of all gnome uploaders, quoting characters that could be a problem later:
 gnome_uploaders := $(shell grep -vF '$(maintainer)' $(TEAM_LIST) | sed -e "s/\(['\"\(\)]\)/\\\\\\\\\1/g")
 # Get list of all recent uploaders, quoting characters that could be a problem later:
-recent_uploaders := $(shell sed -nr 's/  .*//; s/^ -- //p' debian/changelog | head -n $(RECENT_UPLOADS) | sort -u | grep -vF '$(maintainer)' | sed -e 's/$$/,/' | sed -e "s/\(['\"\(\)]\)/\\\\\\\\\1/g" )
+recent_uploaders := $(shell sed -n 's/  .*//; s/^ -- //p' debian/changelog | head -n $(RECENT_UPLOADS) | sort -u | grep -vF '$(maintainer)' | sed -e 's/$$/,/' | sed -e "s/\(['\"\(\)]\)/\\\\\\\\\1/g" )
 # Create uploaders as intersection of gnome_uploaders and recent_uploaders:
 uploaders := $(shell echo "$(gnome_uploaders)", "$(recent_uploaders)" | sed -e 's/,/\n/g' | sort | uniq -d | xargs | sed -e 's/> />, /g' )
 




More information about the pkg-gnome-commits mailing list