| 18 |
GET_RECENT_UPLOADERS_CMD ?= sed -n 's/ .*//; s/^ -- //p' debian/changelog | head -n $(RECENT_UPLOADS) | sort -u |
GET_RECENT_UPLOADERS_CMD ?= sed -n 's/ .*//; s/^ -- //p' debian/changelog | head -n $(RECENT_UPLOADS) | sort -u |
| 19 |
# Create uploaders as intersection of GNOME uploaders and recent uploaders, but |
# Create uploaders as intersection of GNOME uploaders and recent uploaders, but |
| 20 |
# without the Maintainer |
# without the Maintainer |
| 21 |
UPLOADERS ?= $(shell (echo "$(ALWAYS_UPLOADS)"; sed 's/,//' $(TEAM_LIST); $(GET_RECENT_UPLOADERS_CMD)) | grep -vF "`$(GET_MAINTAINER_CMD)`" | sort | uniq -d | sed '$$,$$! s/$$/,/') |
UPLOADERS ?= $(shell (echo "$(ALWAYS_UPLOADS)"; sed 's/,//' $(TEAM_LIST); $(GET_RECENT_UPLOADERS_CMD)) | grep -avF "`$(GET_MAINTAINER_CMD)`" | sort | uniq -d | sed '$$,$$! s/$$/,/') |
| 22 |
# backward compatibility |
# backward compatibility |
| 23 |
uploaders := $(UPLOADERS) |
uploaders := $(UPLOADERS) |
| 24 |
# Header for debian/control (warning to not modify it directly) |
# Header for debian/control (warning to not modify it directly) |