~ubuntu-branches/ubuntu/oneiric/request-tracker3.8/oneiric-updates

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Dominic Hargreaves, Dominic Hargreaves, Christian Perrier
  • Date: 2009-06-16 21:46:59 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090616214659-5ji9k1n3qyc2br3n
Tags: 3.8.4-1
[ Dominic Hargreaves ]
* Add missing comma in Depends (fixes FTBFS on etch)
* Update debconf translations: pt.po, ja.po, sv.po, it.po, cs.po, ru.po
  (Closes: #519885, #519922, #520603, #520759, #521199, #521926)
* Document preference for not using SQLite in production
  (Closes: #512750)

[ Christian Perrier ]
* Debconf templates and debian/control reviewed by the debian-l10n-
  english team as part of the Smith review project.
  (Closes: #522367, #520959)
* [Debconf translation updates]
  - Japanese. Closes: #522896
  - German. Closes: #520958
  - Portuguese. Closes: #523481
  - Galician. Closes: #524256
  - Galician. Closes: #524256
  - Spanish. Closes: #524449
  - Italian. Closes: #524715
  - Russian. Closes: #524894
  - Swedish. Closes: #525171
  - French. Closes: #525281

[ Dominic Hargreaves ]
* Don't tell dbconfig to comment out unused variables, since this
  breaks MySQL and Postgres database configuration (Closes: #523090)
* Update Standards-Version (no changes)
* Switch dependency on sysklogd to rsyslog (Closes: #526914)
* New upstream release; includes
  - Minor security fix (Closes: #533069)
  - Add missing Postgres index (Closes: #512653)
* Patch webmux.pl to provide a better error message when the wrong
  major version of RT is in @INC (for example in a mod_perl context).
  (Closes: #518692)
* Add some more example Exim 4 configuration (Closes: #238345)
* Don't apply database ACLs in databases managed by dbconfig-common.
* Remove unused ACL patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
Uploaders: Niko Tyni <ntyni@debian.org>, Jacob Helwig <jacob@technosorcery.net>, Toni Mueller <toni@debian.org>, Ivan Kohler <ivan-debian@420.am>, Gerardo Curiel <gcuriel@debian.org.ve>, Dominic Hargreaves <dom@earth.li>
6
6
Build-Depends: debhelper (>= 5), dpatch (>= 2.0.9)
7
7
Build-Depends-Indep: perl (>= 5.8.3), po-debconf
8
 
Standards-Version: 3.8.0
 
8
Standards-Version: 3.8.1
9
9
Vcs-Svn: svn://svn.debian.org/svn/pkg-request-tracker/packages/request-tracker3.8/trunk
10
10
Vcs-Browser: http://svn.debian.org/wsvn/pkg-request-tracker/packages/request-tracker3.8/trunk
11
11
 
17
17
  | rt3.8-db-postgresql (= ${source:Version}) 
18
18
  | rt3.8-db-mysql   (= ${source:Version}),
19
19
 exim4 | mail-transport-agent, 
20
 
 sysklogd | system-log-daemon, ${perl:Depends},
 
20
 rsyslog | system-log-daemon, ${perl:Depends},
21
21
 libhtml-mason-perl (>= 1:1.36-1), libapache-session-perl (>= 1.53),
22
22
 libregexp-common-perl, libdbi-perl (>= 1.37), 
23
23
 libclass-returnvalue-perl (>= 0.40), libdbix-searchbuilder-perl (>= 1.53), 
37
37
 libdata-ical-perl, libtext-quoted-perl (>= 2.02),  
38
38
 libhtml-rewriteattributes-perl (>= 0.02),
39
39
 libgraphviz-perl, libgnupg-interface-perl,
40
 
 libjs-scriptaculous, libjs-prototype, libipc-run-safehandles-perl
 
40
 libjs-scriptaculous, libjs-prototype, libipc-run-safehandles-perl,
41
41
 ${misc:Depends}
42
42
Recommends: speedy-cgi-perl 
43
43
Suggests: rt3.8-rtfm
44
44
Conflicts: request-tracker, request-tracker3.2 (<< 3.2.2-3)
45
45
Replaces: request-tracker
46
 
Description: Extensible trouble-ticket tracking system
47
 
 Request Tracker (RT) is an enterprise-grade ticketing system which
 
46
Description: extensible trouble-ticket tracking system
 
47
 Request Tracker (RT) is a ticketing system which
48
48
 enables a group of people to intelligently and efficiently manage
49
49
 tasks, issues, and requests submitted by a community of users. It
50
 
 features a web, email and command-line interfaces (see the package
 
50
 features web, email, and command-line interfaces (see the package
51
51
 rt3.8-clients).
52
52
 .
53
 
 This is the 3.8 series of RT, it can be installed alongside the 3.4 
54
 
 and 3.6 series without any problems. 
 
53
 This package provides the 3.8 series of RT. It can be installed alongside
 
54
 the 3.6 series without any problems. 
55
55
 .
56
 
 Written in object-oriented Perl, RT is a high-level, portable,
57
 
 platform independent system that eases collaboration within
58
 
 organizations and makes it easy for them to take care of their
59
 
 customers.
 
56
 RT is a high-level, portable, platform independent system that eases
 
57
 collaboration within organizations and makes it easy for them to take care
 
58
 of their customers.
60
59
 .
61
60
 RT manages key tasks such as the identification, prioritization,
62
 
 assignment, resolution and notification required by
63
 
 enterprise-critical applications including project management, help
64
 
 desk, NOC ticketing, CRM and software development.
 
61
 assignment, resolution, and notification required by
 
62
 enterprise-critical applications, including project management, help
 
63
 desk, NOC ticketing, CRM, and software development.
 
64
 .
 
65
 This package provides the core of RT.
 
66
 .
 
67
 This package supports three database types out of the box: MySQL,
 
68
 PostgreSQL and SQLite. In order to support a zero-configuration install,
 
69
 SQLite will be used by default, but is not recommended for production
 
70
 use. Please see /usr/share/doc/request-tracker3.8/NOTES.Debian for more
 
71
 details and consider installing rt3.8-db-postgresql or rt3.8-db-mysql at
 
72
 the same time as this package.
65
73
 
66
74
Package: rt3.8-clients
67
75
Architecture: all
70
78
 libterm-readline-perl-perl | libterm-readline-gnu-perl,
71
79
 ${misc:Depends}
72
80
Recommends: libio-socket-ssl-perl
73
 
Description: Mail gateway and command-line interface to request-tracker3.8
74
 
 Install this package onto the mail server so it can inject tickets into
75
 
 request-tracker3.8 using rt-mailgate.
76
 
 .
77
 
 Install it onto any machine on which you want to use the 'rt'
78
 
 command-line interface.
79
 
 .
80
 
 See the 'request-tracker3.8' package for further information.
 
81
Description: mail gateway and command-line interface to request-tracker3.8
 
82
 Request Tracker (RT) is a ticketing system which
 
83
 enables a group of people to intelligently and efficiently manage
 
84
 tasks, issues, and requests submitted by a community of users. It
 
85
 features web, email, and command-line interfaces (see the package
 
86
 rt3.8-clients).
 
87
 .
 
88
 This package provides the 3.8 series of RT. It can be installed alongside
 
89
 the 3.6 series without any problems. 
 
90
 .
 
91
 RT is a high-level, portable, platform independent system that eases
 
92
 collaboration within organizations and makes it easy for them to take care
 
93
 of their customers.
 
94
 .
 
95
 RT manages key tasks such as the identification, prioritization,
 
96
 assignment, resolution, and notification required by
 
97
 enterprise-critical applications, including project management, help
 
98
 desk, NOC ticketing, CRM, and software development.
 
99
 .
 
100
 This package provides support for injecting tickets into Request Tracker
 
101
 from a mail server via rt-mailgate. It may be installed onto any
 
102
 machine where you want to use the "rt" command-line interface.         
81
103
 
82
104
Package: rt3.8-apache2
83
105
Architecture: all
90
112
 ${misc:Depends}
91
113
Suggests: libapache2-mod-speedycgi
92
114
Description: Apache 2 specific files for request-tracker3.8
 
115
 Request Tracker (RT) is a ticketing system which
 
116
 enables a group of people to intelligently and efficiently manage
 
117
 tasks, issues, and requests submitted by a community of users. It
 
118
 features web, email, and command-line interfaces (see the package
 
119
 rt3.8-clients).
 
120
 .
 
121
 This package provides the 3.8 series of RT. It can be installed alongside
 
122
 the 3.6 series without any problems. 
 
123
 .
 
124
 RT is a high-level, portable, platform independent system that eases
 
125
 collaboration within organizations and makes it easy for them to take care
 
126
 of their customers.
 
127
 .
 
128
 RT manages key tasks such as the identification, prioritization,
 
129
 assignment, resolution, and notification required by
 
130
 enterprise-critical applications, including project management, help
 
131
 desk, NOC ticketing, CRM, and software development.
 
132
 .
93
133
 This package provides various configuration files and manages the
94
134
 necessary dependencies for running request tracker (RT) version 3.8
95
135
 on the Apache 2 web server.
96
 
 .
97
 
 See the 'request-tracker3.8' package for further information.
98
136
 
99
137
Package: rt3.8-db-postgresql
100
138
Architecture: all
102
140
 postgresql-client-8.3 | postgresql-client (>= 7.4)
103
141
Suggests: postgresql-8.3 | postgresql (>= 7.4)
104
142
Description: PostgreSQL database backend for request-tracker3.8
 
143
 Request Tracker (RT) is a ticketing system which
 
144
 enables a group of people to intelligently and efficiently manage
 
145
 tasks, issues, and requests submitted by a community of users. It
 
146
 features web, email, and command-line interfaces (see the package
 
147
 rt3.8-clients).
 
148
 .
 
149
 This package provides the 3.8 series of RT. It can be installed alongside
 
150
 the 3.6 series without any problems. 
 
151
 .
 
152
 RT is a high-level, portable, platform independent system that eases
 
153
 collaboration within organizations and makes it easy for them to take care
 
154
 of their customers.
 
155
 .
 
156
 RT manages key tasks such as the identification, prioritization,
 
157
 assignment, resolution, and notification required by
 
158
 enterprise-critical applications, including project management, help
 
159
 desk, NOC ticketing, CRM, and software development.
 
160
 .
105
161
 This package provides dependencies and dbconfig-common support for
106
162
 using Request Tracker version 3.8 with a PostgreSQL database.
107
163
 
111
167
 mysql-client-5.0 | mysql-client (>= 4.0.13)
112
168
Suggests: mysql-server-5.0 | mysql-server (>= 4.0.13)
113
169
Description: MySQL database backend for request-tracker3.8
 
170
 Request Tracker (RT) is a ticketing system which
 
171
 enables a group of people to intelligently and efficiently manage
 
172
 tasks, issues, and requests submitted by a community of users. It
 
173
 features web, email, and command-line interfaces (see the package
 
174
 rt3.8-clients).
 
175
 .
 
176
 This package provides the 3.8 series of RT. It can be installed alongside
 
177
 the 3.6 series without any problems. 
 
178
 .
 
179
 RT is a high-level, portable, platform independent system that eases
 
180
 collaboration within organizations and makes it easy for them to take care
 
181
 of their customers.
 
182
 .
 
183
 RT manages key tasks such as the identification, prioritization,
 
184
 assignment, resolution, and notification required by
 
185
 enterprise-critical applications, including project management, help
 
186
 desk, NOC ticketing, CRM, and software development.
 
187
 .
114
188
 This package provides dependencies and dbconfig-common support for
115
189
 using Request Tracker version 3.8 with a MySQL database.
116
190
 
118
192
Architecture: all
119
193
Depends: ${misc:Depends}, libdbd-sqlite3-perl, sqlite3
120
194
Description: SQLite database backend for request-tracker3.8
 
195
 Request Tracker (RT) is a ticketing system which
 
196
 enables a group of people to intelligently and efficiently manage
 
197
 tasks, issues, and requests submitted by a community of users. It
 
198
 features web, email, and command-line interfaces (see the package
 
199
 rt3.8-clients).
 
200
 .
 
201
 This package provides the 3.8 series of RT. It can be installed alongside
 
202
 the 3.6 series without any problems. 
 
203
 .
 
204
 RT is a high-level, portable, platform independent system that eases
 
205
 collaboration within organizations and makes it easy for them to take care
 
206
 of their customers.
 
207
 .
 
208
 RT manages key tasks such as the identification, prioritization,
 
209
 assignment, resolution, and notification required by
 
210
 enterprise-critical applications, including project management, help
 
211
 desk, NOC ticketing, CRM, and software development.
 
212
 .
121
213
 This package provides dependencies and dbconfig-common support for
122
214
 using Request Tracker version 3.8 with a local SQLite (version 3) database.
123
 
 
 
215
 .
 
216
 This package will be pulled in by default by request-tracker3.8, but SQLite
 
217
 is not recommended for production use.  Please see
 
218
 /usr/share/doc/request-tracker3.8/NOTES.Debian for more details and
 
219
 consider installing rt3.8-db-postgresql or rt3.8-db-mysql instead of this
 
220
 package.