Skip to content

Commit aeddcd2

Browse files
committed
Add support for Ubuntu 22.04 "jammy"
1 parent fa4fb35 commit aeddcd2

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
Source: nginx-amplify-agent
2+
Homepage: https://github.com/nginxinc/nginx-amplify-agent
3+
Maintainer: NGINX Packaging <nginx-packaging@f5.com>
4+
Section: python
5+
Priority: optional
6+
Build-Depends: debhelper (>= 13),
7+
dpkg-dev (>= 1.19),
8+
python3,
9+
dh-python
10+
Standards-Version: 4.5.0
11+
12+
Package: nginx-amplify-agent
13+
Description: Agent for NGINX Amplify monitoring platform
14+
The NGINX Amplify Agent is a small, Python application that provides
15+
system and NGINX metric collection. It is part of NGINX Amplify -
16+
the monitoring and configuration assistance service for NGINX.
17+
.
18+
This package installs and runs NGINX Amplify Agent daemon.
19+
.
20+
See http://nginx.com/amplify for more information
21+
Architecture: any
22+
Depends: ${misc:Depends},
23+
${python3:Depends},
24+
python3-daemon,
25+
python3-setproctitle,
26+
python3-greenlet,
27+
python3-gevent,
28+
python3-requests,
29+
python3-ujson,
30+
python3-netifaces,
31+
python3-pymysql,
32+
python3-psutil,
33+
lsb-release,
34+
adduser
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
netaddr==0.8.0
2+
flup==1.0.3
3+
crossplane==0.5.7
4+
rstr==3.0.0

tools/builders/deb.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
'bionic': 11,
1717
'buster': 12,
1818
'focal': 12,
19-
'bullseye': 13
19+
'bullseye': 13,
20+
'jammy': 13
2021
}
2122

2223

0 commit comments

Comments
 (0)