File: control

package info (click to toggle)
trac-sensitivetickets 0.21-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 60 kB
  • ctags: 28
  • sloc: python: 164; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 739 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
Source: trac-sensitivetickets
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/SensitiveTicketsPlugin
Vcs-Git: git://lair.fifthhorseman.net/~dkg/trac-sensitivetickets

Package: trac-sensitivetickets
Architecture: all
Depends: ${shlibs:Depends},
 ${python:Depends},
 ${misc:Depends},
 trac (>= 0.11.6)
Provides: ${python:Provides}
Description: Plugin for Trac ticketing system to hide tickets marked as sensitive
 Extend the Trac ticketing system to be able to mark tickets as
 sensitive, restricting their visibility to users with SENSITIVE_VIEW
 privileges.