File: control

package info (click to toggle)
trac-tags 0.7%2Bsvn12392-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 324 kB
  • ctags: 268
  • sloc: python: 2,029; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 876 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
27
28
Source: trac-tags
Section: web
Priority: extra
Maintainer: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Build-Depends:
 debhelper (>= 9),
 python (>= 2.6.6-3~),
 python-babel ( >= 0.9.5 ),
 python-setuptools
Standards-Version: 3.9.4
Homepage: http://trac-hacks.org/wiki/TagsPlugin
Vcs-Git: git://lair.fifthhorseman.net/~dkg/trac-tags

Package: trac-tags
Architecture: all
Depends: ${shlibs:Depends},
 ${python:Depends},
 ${misc:Depends},
 python-genshi ( >= 0.5 ),
 python-pkg-resources,
 trac
Provides: ${python:Provides}
Description: Tagging plugin for Trac wiki and issue tracking system
 The Trac Tags plugin implements both a generic tagging engine, and
 frontends for the Wiki and ticket systems. An extra text entry box is
 added to the Wiki edit page for tagging Wiki pages, and ticket fields
 (you can configure which ones) are treated as tags for the ticket
 system.