@@ -2,8 +2,7 @@ Source: patchman
22Section: python
33Priority: optional
44Maintainer: Marcus Furlong <furlongm@gmail.com>
5- Uploaders: Marcus Furlong <furlongm@gmail.com>
6- Build-Depends: debhelper (>=13), python3 (>= 3.11), dh-python, dh-exec
5+ Build-Depends: debhelper-compat (= 13), python3 (>= 3.11), dh-python, dh-exec
76Standards-Version: 4.6.2
87Homepage: https://github.com/furlongm/patchman
98Vcs-Git: git://github.com/furlongm/patchman
@@ -22,10 +21,9 @@ Depends: ${misc:Depends}, python3 (>= 3.11), python3-django (>= 4.2),
2221 python3-yaml, libapache2-mod-wsgi-py3, apache2, sqlite3,
2322 celery, python3-celery, python3-django-celery-beat, redis-server,
2423 python3-redis, python3-git, python3-django-taggit, python3-zstandard,
25- python3-django-tables2, python3-django-select2
24+ python3-django-tables2, python3-django-select2, adduser
2625Suggests: python3-mysqldb, python3-psycopg2, python3-pymemcache, memcached
2726Description: Django-based patch status monitoring tool for linux systems.
28- .
2927 Patchman provides a web interface for monitoring host package updates.
3028 .
3129 Patchman clients send a list of installed packages and enabled repositories to
@@ -45,8 +43,7 @@ Description: Django-based patch status monitoring tool for linux systems.
4543Package: patchman-client
4644Architecture: all
4745Homepage: https://github.com/furlongm/patchman
48- Depends: ${misc:Depends}, curl, debianutils, util-linux, coreutils, mawk, jq
46+ Depends: ${misc:Depends}, curl, mawk, jq
4947Description: Client for the patchman monitoring system.
50- .
5148 The client will send a list of packages and repositories to the upstream
5249 patchman server.
0 commit comments