Packages: switched to common address for package maintainers.
This commit is contained in:
@@ -8,6 +8,8 @@ DEFAULT_RELEASE := 1
|
||||
VERSION ?= $(DEFAULT_VERSION)
|
||||
RELEASE ?= $(DEFAULT_RELEASE)
|
||||
|
||||
PACKAGE_VENDOR = NGINX Packaging <nginx-packaging@f5.com>
|
||||
|
||||
SRCDIR= unit-$(VERSION)
|
||||
|
||||
CODENAME = $(shell lsb_release -cs)
|
||||
@@ -205,6 +207,9 @@ debuild/$(SRCDIR)/debian:
|
||||
echo '9' > debuild/$(SRCDIR)/debian/compat ; \
|
||||
mkdir -p debuild/$(SRCDIR)/debian/source ; \
|
||||
echo '3.0 (quilt)' > debuild/$(SRCDIR)/debian/source/format ; \
|
||||
cat debian/control.in | sed \
|
||||
-e "s#%%PACKAGE_VENDOR%%#$(PACKAGE_VENDOR)#g" \
|
||||
> debuild/$(SRCDIR)/debian/control ; \
|
||||
cat debian/rules.in | sed \
|
||||
-e "s#%%CONFIGURE_ARGS%%#$(CONFIGURE_ARGS)#g" \
|
||||
> debuild/$(SRCDIR)/debian/rules ; \
|
||||
@@ -280,6 +285,7 @@ endif
|
||||
-e "s#%%UNIT_RELEASE%%#$(RELEASE)#g" \
|
||||
-e "s#%%VERSION%%#$(MODULE_VERSION_$*)#g" \
|
||||
-e "s#%%RELEASE%%#$(MODULE_RELEASE_$*)#g" \
|
||||
-e "s#%%PACKAGE_VENDOR%%#$(PACKAGE_VENDOR)#g" \
|
||||
-e "s#%%MODULE_BUILD_DEPENDS%%#$(MODULE_BUILD_DEPENDS_$*)#g" \
|
||||
-e "s#%%MODULE_DEPENDS%%#$(MODULE_DEPENDS_$*)#g" \
|
||||
> $@/$(SRCDIR)/debian/control ; \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Source: %%NAME%%
|
||||
Section: admin
|
||||
Priority: extra
|
||||
Maintainer: Andrei Belov <defan@nginx.com>
|
||||
Maintainer: %%PACKAGE_VENDOR%%
|
||||
Build-Depends: debhelper (>= 9),
|
||||
linux-libc-dev%%MODULE_BUILD_DEPENDS%%
|
||||
Standards-Version: 3.9.5
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Source: %%NAME%%
|
||||
Section: admin
|
||||
Priority: extra
|
||||
Maintainer: Andrei Belov <defan@nginx.com>
|
||||
Maintainer: %%PACKAGE_VENDOR%%
|
||||
Build-Depends: debhelper (>= 9),
|
||||
linux-libc-dev,
|
||||
libssl-dev,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Source: unit
|
||||
Section: admin
|
||||
Priority: extra
|
||||
Maintainer: Andrei Belov <defan@nginx.com>
|
||||
Maintainer: %%PACKAGE_VENDOR%%
|
||||
Build-Depends: debhelper (>= 9),
|
||||
linux-libc-dev,
|
||||
libssl-dev,
|
||||
Reference in New Issue
Block a user