~ubuntu-branches/ubuntu/quantal/subversion/quantal

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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
Source: subversion
Section: vcs
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Peter Samuelson <peter@p12n.org>
Uploaders: Troy Heber <troyh@debian.org>,
           Guilherme de S. Pastore <gpastore@debian.org>
Build-Depends: debhelper, libneon27-gnutls-dev, libserf-0-0-dev (>= 0.3.0-0.2) | libserf-dev (>= 0.3.0-0.2), zlib1g-dev,
               libapr1-dev, libaprutil1-dev, libdb5.1-dev,
               libsasl2-dev, apache2-threaded-dev,
               libsqlite3-dev (>= 3.4), libgnome-keyring-dev, libdbus-1-dev, kdelibs5-dev,
               quilt, doxygen, autotools-dev, autoconf, libtool, swig,
               python-all-dev (>= 2.6.6-3~), python-all-dbg,
               perl, libperl-dev, ruby1.8, ruby1.8-dev,
               default-jdk [!alpha !arm !hppa !m68k !mips !mipsel !hurd-i386],
               junit [!alpha !arm !hppa !m68k !mips !mipsel !hurd-i386]
Build-Conflicts: libsvn-dev (<< 1.6)
X-Python-Version: >= 2.4
Homepage: http://subversion.apache.org/
Vcs-Svn: svn://svn.debian.org/pkg-subversion/src/1.6.x/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-subversion/src/1.6.x/
Standards-Version: 3.9.2

Package: subversion
Architecture: any
Depends: libsvn1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Suggests: subversion-tools, db5.1-util, patch
Description: Advanced version control system
 Subversion, also known as svn, is a version control system much like
 the Concurrent Versions System (CVS).  Version control systems allow
 many individuals (who may be distributed geographically) to
 collaborate on a set of files (typically source code).  Subversion has
 all the major features of CVS, plus certain new features that CVS
 users often wish they had.
 .
 This package includes the Subversion client (svn), tools to create a
 Subversion repository (svnadmin) and to make a repository available
 over a network (svnserve).

Package: libsvn1
Architecture: any
Multi-Arch: same
Pre-Depends: multiarch-support
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Shared libraries used by Subversion
 This package includes shared libraries to manipulate Subversion (svn)
 repositories and working copies.  See the 'subversion' package for
 more information.

Package: libsvn-dev
Section: libdevel
Priority: extra
Architecture: any
Depends: libsvn1 (= ${binary:Version}), libapr1-dev, libaprutil1-dev,
         ${misc:Depends}
Suggests: libsvn-doc, zlib1g-dev, libneon27-gnutls-dev
Description: Development files for Subversion libraries
 This package contains the symlinks, headers, and object files needed
 to compile and link programs which use libsvn1, the Subversion
 libraries.  This package is needed only in order to compile software
 that uses libsvn1.

Package: libsvn-doc
Suggests: libsvn-dev
Section: doc
Priority: extra
Architecture: all
Depends: ${misc:Depends}
Description: Developer documentation for libsvn
 This package contains development (API) documentation for libsvn1, the
 Subversion libraries.  See the 'libsvn1' package for more information.

Package: libapache2-svn
Section: httpd
Architecture: any
Depends: apache2.2-common, ${shlibs:Depends}, ${misc:Depends}
Suggests: db5.1-util
Description: Subversion server modules for Apache
 This package provides the mod_dav_svn and mod_authz_svn modules for
 the Apache 2.2 web server.  These modules provide Subversion's WebDAV
 server backend, to serve repositories over the http and https
 protocols.  See the 'subversion' package for more information.

Package: python-subversion
Section: python
Architecture: any
Pre-Depends: multiarch-support
Depends: subversion, ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
Suggests: python-subversion-dbg
Provides: ${python:Provides}
Description: Python bindings for Subversion
 This is a set of Python interfaces to libsvn, the Subversion
 libraries.  It is useful if you want to, for example, write a Python
 script that manipulates a Subversion repository or working copy.  See
 the 'subversion' package for more information.

Package: python-subversion-dbg
Priority: extra
Section: python
Architecture: any
Pre-Depends: multiarch-support
Depends: python-subversion (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Description: Python bindings for Subversion (debug extension)
 This is a set of Python interfaces to libsvn, the Subversion
 libraries.  It is useful if you want to, for example, write a Python
 script that manipulates a Subversion repository or working copy.  See
 the 'subversion' package for more information.
 .
 This package contains the extension built for the python debug interpreter.

Package: subversion-tools
Priority: extra
Architecture: all
Depends: subversion (>= 1.5), ${misc:Depends}
Recommends: python-subversion (>= 1.5), libsvn-perl (>= 1.5),
            libconfig-inifiles-perl, liburi-perl,
            exim4 | mail-transport-agent, xsltproc, rsync
Suggests: libsvn-ruby1.8
Description: Assorted tools related to Subversion
 This package includes miscellaneous tools for use with Subversion
 clients and servers:
  * svn-backup-dumps: Incremental dumpfile-based backup script
  * svn-bisect: Bisect revisions to find a regression
  * svn-clean: Remove unversioned files from a working copy
  * svn-fast-backup: rsync-based backup script for FSFS repositories
  * svn-hot-backup: Backup script, primarily for BDB repositories
  * svn_apply_autoprops: Apply property settings from
    .subversion/config file to an existing repository
  * svn_load_dirs: Sophisticated replacement for 'svn import'
  * svn2cl: Generate GNU-style changelog from repository history
  * svnmerge: Maintain merge history between two related branches
    (mostly obsolete as of Subversion 1.5)
  * svnwrap: Set umask to 002 before calling svn or svnserve
  * several example hook scripts: commit-access-control, commit-email,
    log-police, mailer, svnperms, verify-po
 .
 NOTE that some of these scripts are unsupported by upstream, and may
 change radically or disappear in future releases.  The Recommended
 packages are each required by at least one of these scripts.

Package: libsvn-java
Section: java
Architecture: any
Multi-Arch: same
Pre-Depends: multiarch-support
Depends: libsvn1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Java bindings for Subversion
 This is a set of Java classes which provide the functionality of
 libsvn, the Subversion libraries.  It is useful if you want to, for
 example, write a Java class that manipulates a Subversion repository
 or working copy.  See the 'subversion' package for more information.

Package: libsvn-perl
Section: perl
Architecture: any
Pre-Depends: multiarch-support
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Perl bindings for Subversion
 This is a set of Perl interfaces to libsvn, the Subversion libraries.
 It is useful if you want to, for example, write a Perl script that
 manipulates a Subversion repository or working copy.  See the
 'subversion' package for more information.

Package: libsvn-ruby1.8
Section: ruby
Architecture: any
Multi-Arch: same
Pre-Depends: multiarch-support
Depends: ruby1.8, ${shlibs:Depends}, ${misc:Depends}
Description: Ruby bindings for Subversion
 This is a set of Ruby interfaces to libsvn, the Subversion libraries.
 It is useful if you want to, for example, write a Ruby script that
 manipulates a Subversion repository or working copy.  See the
 'subversion' package for more information.

Package: libsvn-ruby
Section: ruby
Architecture: all
Depends: libsvn-ruby1.8, ${misc:Depends}
Description: Ruby bindings for Subversion (dummy package)
 This is a dummy package to install the Subversion library bindings for
 the default version of Ruby.