1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: redmine-plugin-local-avatars
Section: web
Priority: optional
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.2
Homepage: https://github.com/ncoders/redmine_local_avatars
Vcs-Browser: https://salsa.debian.org/debian/redmine-plugin-local-avatars
Vcs-Git: https://salsa.debian.org/debian/redmine-plugin-local-avatars.git
Rules-Requires-Root: no
Package: redmine-plugin-local-avatars
Architecture: all
Depends: ${misc:Depends}, redmine (>= 5~)
Enhances: redmine
Description: Redmine plugin to add local avatar support
This plugin allows Redmine users to upload a picture to be used as an
avatar (instead of depending on images from Gravatar).
.
Users can set their image through the /my/account page. The
administrator can also manage users' avatars through the /users
section.
|