@@ -3,7 +3,7 @@ Section: python
33Priority: optional
44Maintainer: Marcus Furlong <furlongm@gmail.com>
55Uploaders: Marcus Furlong <furlongm@gmail.com>
6- Build-Depends: debhelper (>=13), python3 (>= 3.11), dh-python, dh-exec
6+ Build-Depends: debhelper (>=13), python3 (>= 3.11), dh-python, dh-exec, dh-systemd
77Standards-Version: 4.6.2
88Homepage: https://github.com/furlongm/patchman
99Vcs-Git: git://github.com/furlongm/patchman
@@ -18,10 +18,10 @@ Depends: ${misc:Depends}, python3 (>= 3.11), python3-django (>= 4.2),
1818 python3-djangorestframework, python3-django-filters, python3-debian,
1919 python3-rpm, python3-tqdm, python3-defusedxml, python3-pip, python3-tenacity,
2020 python3-requests, python3-colorama, python3-magic, python3-humanize,
21- python3-pymemcache, python3- yaml, memcached, libapache2-mod-wsgi-py3,
22- apache2 , python3-django-taggit, python3- celery, python3-django-celery-beat,
23- python3-redis, python3-git
24- Suggests: python3-mysqldb, python3-psycopg2
21+ python3-yaml, libapache2-mod-wsgi-py3, apache2 ,
22+ celery , python3-celery, python3-django-celery-beat, redis-server ,
23+ python3-redis, python3-git, python3-django-taggit
24+ Suggests: python3-mysqldb, python3-psycopg2, python3-pymemcache, memcached
2525Description: Django-based patch status monitoring tool for linux systems.
2626 .
2727 Patchman provides a web interface for monitoring host package updates.
0 commit comments