This repository has been archived on 2022-05-05. You can view files and clone it, but cannot push or open issues or pull requests.
userausfall/debian/control

37 lines
811 B
Plaintext

Source: userausfall
Section: web
Priority: optional
Maintainer: Robert Waltemath <rw@roko.li>
Build-Depends:
debhelper (>= 9),
dh-exec,
dh-python,
python3-all,
python3-django (>= 2.2),
python3-djangorestframework,
# python3-djoser (>= 2.1),
python3-setuptools,
Standards-Version: 4.5.0
Package: userausfall
Architecture: all
Depends:
${misc:Depends},
python3-userausfall,
Description: User account management interface for systemausfall.org
Package: userausfall-webapp
Architecture: all
Description: Frontend assets for userausfall
Package: python3-userausfall
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
python3-django (>= 2.2),
python3-django-imagekit,
python3-djangorestframework,
python3-djoser (>= 2.1),
Description: Python backend for the userausfall web application