~svn/ubuntu/oneiric/subversion/ppa

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
Source: subversion
Section: devel
Priority: optional
Maintainer: David Kimdon <dwhedon@debian.org>
Build-Depends: m4, debhelper (>=4.1.25), libneon24-dev (>=0.24.7), apache2-threaded-dev (>=2.0.50-11), libapr0-dev (>=2.0.50-11), libdb4.2-dev, libtool (>=1.4), libexpat1-dev, zlib1g-dev, bison, patch, python, time, python2.4-dev, python2.3-dev, autotools-dev, autoconf (>=2.53), swig (>=1.3.24), libsasl2-dev, docbook-xsl, xsltproc, perl (>= 5.6.0-16), cdbs, quilt (>=0.30-4), libperl-dev, libkrb5-dev
Build-Conflicts: libtool (=1.5-6), libsvn0 (<<1.2)
Standards-Version: 3.6.1

Package: subversion
Section: devel
Architecture: any
Depends: ${shlibs:Depends}, patch, db4.2-util
Suggests: subversion-tools
Description: advanced version control system (aka. svn)
 Subversion 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 for creating
 a Subversion repository and tools to make a repository available
 over the network using a program like ssh.
 .
 Homepage: http://subversion.tigris.org

Package: libsvn0
Section: libs
Architecture: any
Conflicts: libsvn-core-perl (<< 1.1.0)
Depends: ${shlibs:Depends}
Description: shared libraries used by Subversion (aka. svn)
 Subversion 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 shared libraries used by Subversion tools to
 manipulate repositories and working copies.
 .
 Homepage: http://subversion.tigris.org

Package: libsvn0-dev
Section: libdevel
Priority: extra
Architecture: any
Depends: libsvn0 (= ${Source-Version}), libapr0-dev, libdb4.2-dev, libexpat1-dev, libneon24-dev, libxml2-dev, zlib1g-dev
Description: development files for Subversion (aka. svn) libraries
 Subversion 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 contains the symlinks, headers, and object files needed to 
 compile and link programs which use the Subversion libraries.
 .
 Homepage: http://subversion.tigris.org

Package: libapache2-svn
Conflicts: libapache-dav-svn, libapache2-dav-svn
Replaces: libapache-dav-svn, libapache2-dav-svn
Section: net
Architecture: any
Depends: apache2, ${shlibs:Depends}, db4.2-util
Description: apache modules for Subversion (aka. svn)
 Subversion 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 provides the mod_dav_svn and mod_authz_svn modules for the
 apache web server.  These modules authorize and translate requests from
 Subversion clients into operations on a Subversion repository.  This is
 useful if you want to make a Subversion repository available over the
 Internet using the HTTP-based WebDAV/DeltaV protocol sometimes also
 called DAV.
 .
 Homepage: http://subversion.tigris.org

Package: python2.4-subversion
Section: python
Conflicts: python2.1-subversion, python2.3-subversion (<< 1.1.1-2ubuntu4)
Replaces: python2.1-subversion, python2.3-subversion (<< 1.1.1-2ubuntu4)
Architecture: any
Depends: python2.4, subversion, ${shlibs:Depends}
Description: Python modules for interfacing with Subversion (aka. svn)
 Subversion 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.
 . 
 These modules are required to interface with Subversion from Python.
 This would be useful if you wanted to, for example, write a Python
 script that manipulates a subversion repository or working copy.

Package: python2.3-subversion
Section: python
Conflicts: python2.1-subversion
Replaces: python2.1-subversion
Architecture: any
Depends: python2.3, subversion, ${shlibs:Depends}
Description: Python modules for interfacing with Subversion (aka. svn)
 Subversion 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.
 . 
 These modules are required to interface with Subversion from Python.
 This would be useful if you wanted to, for example, write a Python
 script that manipulates a subversion repository or working copy.
 .
 Homepage: http://subversion.tigris.org

Package: subversion-tools
Replaces: subversion (<< 0.22.1-1)
Section: admin
Priority: extra
Architecture: all
Depends: python2.4-subversion (= ${Source-Version}), subversion (= ${Source-Version}), rcs, python2.4, exim4 | mail-transport-agent, perl (>= 5.8.0-7), liburi-perl (>= 1.17-1), libconfig-inifiles-perl (>= 2.27-1)
Description: assorted tools related to Subversion (aka. svn)
 Subversion 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 miscellaneous tools that make maintenance and
 administration of a Subversion repository easier.
 .
 Homepage: http://subversion.tigris.org

Package: libsvn-core-perl
Section: admin
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}
Description: perl bindings for Subversion (aka. svn)
 Subversion 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.
 . 
 These modules are required to interface with Subversion from Perl.
 This would be useful if you wanted to, for example, write a Perl
 script that manipulates a Subversion repository or working copy.
 .
 Homepage: http://subversion.tigris.org