Skip to content
Snippets Groups Projects
Commit 53cedd88 authored by Scott Kitterman's avatar Scott Kitterman
Browse files

Correct maintainer for Ubuntu builds.

parent 3474b54b
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ control-file: ...@@ -60,7 +60,7 @@ control-file:
<debian/control.in >debian/control.tmp <debian/control.in >debian/control.tmp
ifeq ($(distribution),Ubuntu) ifeq ($(distribution),Ubuntu)
ifneq (,$(findstring ubuntu, $(PKGVERSION))) ifneq (,$(findstring ubuntu, $(PKGVERSION)))
m='Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>'; \ m='Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>'; \
sed -i "/^Maintainer:/s/\(.*\)/Maintainer: $$m\nXSBC-Original-\1/" \ sed -i "/^Maintainer:/s/\(.*\)/Maintainer: $$m\nXSBC-Original-\1/" \
debian/control.tmp debian/control.tmp
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment