Improve descriptions of the packages
This commit is contained in:
parent
75edcbbbcf
commit
3004cf9e53
1 changed files with 23 additions and 20 deletions
43
debian/control
vendored
43
debian/control
vendored
|
@ -61,13 +61,19 @@ Recommends:
|
||||||
pagure-webhook-server (= ${source:Version}),
|
pagure-webhook-server (= ${source:Version}),
|
||||||
Suggests: pagure-doc
|
Suggests: pagure-doc
|
||||||
Description: git-centered forge using pygit2
|
Description: git-centered forge using pygit2
|
||||||
Pagure is a git-centered forge, python based using pygit2.
|
Pagure is a git-centered forge, Python based using pygit2.
|
||||||
.
|
.
|
||||||
With pagure you can host your project with its documentation, let your
|
With pagure you can host your project with its documentation, let your
|
||||||
users report issues or request enhancements using the ticketing system
|
users report issues or request enhancements using the ticketing system
|
||||||
and build your community of contributors by allowing them to fork your
|
and build your community of contributors by allowing them to fork your
|
||||||
projects and contribute to it via the now-popular pull-request
|
projects and contribute to it via the now-popular pull-request
|
||||||
mechanism.
|
mechanism.
|
||||||
|
.
|
||||||
|
You may be also interesed in other packages to enhance the
|
||||||
|
functionality of pagure:
|
||||||
|
* pagure-ev-server
|
||||||
|
* pagure-milters
|
||||||
|
* pagure-webhook-server
|
||||||
|
|
||||||
Package: pagure-ev-server
|
Package: pagure-ev-server
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
@ -76,13 +82,12 @@ Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${python:Depends}
|
${python:Depends}
|
||||||
Description: git-centered forge using pygit2
|
Description: git-centered forge using pygit2
|
||||||
Pagure is a git-centered forge, python based using pygit2.
|
Pagure is a git-centered forge, Python based using pygit2.
|
||||||
.
|
.
|
||||||
With pagure you can host your project with its documentation, let your
|
pagure-ev-server used to allow live-refreshing of a page when someone
|
||||||
users report issues or request enhancements using the ticketing system
|
is viewing it. For example, while you are reading a ticket if someone
|
||||||
and build your community of contributors by allowing them to fork your
|
comments on it, the comment will automatically show up on the page
|
||||||
projects and contribute to it via the now-popular pull-request
|
without the need for you to reload the entire page.
|
||||||
mechanism.
|
|
||||||
|
|
||||||
Package: pagure-milters
|
Package: pagure-milters
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
@ -91,13 +96,14 @@ Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${python:Depends}
|
${python:Depends}
|
||||||
Description: git-centered forge using pygit2
|
Description: git-centered forge using pygit2
|
||||||
Pagure is a git-centered forge, python based using pygit2.
|
Pagure is a git-centered forge, Python based using pygit2.
|
||||||
.
|
.
|
||||||
With pagure you can host your project with its documentation, let your
|
pagure-milters is used to allow replying on a comment of a ticket or a
|
||||||
users report issues or request enhancements using the ticketing system
|
pull-request by directly replying to the notification sent. No need
|
||||||
and build your community of contributors by allowing them to fork your
|
to go to the page anymore to reply to a comment someone made.
|
||||||
projects and contribute to it via the now-popular pull-request
|
.
|
||||||
mechanism.
|
It integrates with an MTA such as postfix or sendmail that you will
|
||||||
|
have running and have access to in order to change its configuration.
|
||||||
|
|
||||||
Package: pagure-webhook-server
|
Package: pagure-webhook-server
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
@ -106,20 +112,17 @@ Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${python:Depends}
|
${python:Depends}
|
||||||
Description: git-centered forge using pygit2
|
Description: git-centered forge using pygit2
|
||||||
Pagure is a git-centered forge, python based using pygit2.
|
Pagure is a git-centered forge, Python based using pygit2.
|
||||||
.
|
.
|
||||||
With pagure you can host your project with its documentation, let your
|
pagure-webhook-server sends notifications to third party services
|
||||||
users report issues or request enhancements using the ticketing system
|
using POST http requests.
|
||||||
and build your community of contributors by allowing them to fork your
|
|
||||||
projects and contribute to it via the now-popular pull-request
|
|
||||||
mechanism.
|
|
||||||
|
|
||||||
Package: pagure-doc
|
Package: pagure-doc
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Section: doc
|
Section: doc
|
||||||
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
|
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
|
||||||
Description: git-centered forge using pygit2
|
Description: git-centered forge using pygit2
|
||||||
Pagure is a git-centered forge, python based using pygit2.
|
Pagure is a git-centered forge, Python based using pygit2.
|
||||||
.
|
.
|
||||||
With pagure you can host your project with its documentation, let your
|
With pagure you can host your project with its documentation, let your
|
||||||
users report issues or request enhancements using the ticketing system
|
users report issues or request enhancements using the ticketing system
|
||||||
|
|
Loading…
Reference in a new issue