File: control

package info (click to toggle)
trac-virtualticketpermissions 1.0.0%2Bsvn4153-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 64 kB
  • ctags: 24
  • sloc: python: 113; makefile: 5
file content (26 lines) | stat: -rw-r--r-- 837 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: trac-virtualticketpermissions
Section: web
Priority: extra
Maintainer: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Build-Depends:
 debhelper (>= 7.0.50~),
 python (>= 2.6.6-3~),
 python-setuptools
Standards-Version: 3.9.2
Homepage: http://trac-hacks.org/wiki/VirtualTicketPermissionsPlugin
Vcs-Git: git://lair.fifthhorseman.net/~dkg/trac-virtualticketpermissions

Package: trac-virtualticketpermissions
Architecture: all
Depends: ${shlibs:Depends},
 ${python:Depends},
 ${misc:Depends},
 trac
Provides: ${python:Provides}
Description: Extended permissions plugin for Trac ticketing system
 Extend the Trac ticketing system to be able to provide different
 permissions for users who are associated with a specific ticket.  In
 particular, the ticket owner, ticket reporter, and members of the CC
 list are explicitly available.