~svn/ubuntu/raring/subversion/ppa

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-12-05 01:26:14 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051205012614-qom4xfypgtsqc2xq
Tags: 1.2.3dfsg1-3ubuntu1
Merge with the final Debian release of 1.2.3dfsg1-3, bringing in
fixes to the clean target, better documentation of the libdb4.3
upgrade and build fixes to work with swig1.3_1.3.27.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: subversion
2
2
Section: devel
3
3
Priority: optional
4
 
Maintainer: David Kimdon <dwhedon@debian.org>
5
 
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
6
 
Build-Conflicts: libtool (=1.5-6), libsvn0 (<<1.2)
7
 
Standards-Version: 3.6.1
 
4
Maintainer: Guilherme de S. Pastore <guilherme.pastore@terra.com.br>
 
5
Uploaders: Al Stone <ahs3@debian.org>, David Kimdon <dwhedon@debian.org>, Troy Heber <troy.heber@hp.com>, Peter Samuelson <peter@p12n.org>
 
6
Build-Depends: debhelper, libneon24-dev, apache2-threaded-dev, libapr0-dev (>= 2.0.55-3), libdb4.3-dev, libtool, bison, patch, python, time, python2.4-dev, autotools-dev, autoconf, swig, perl, cdbs, libperl-dev
 
7
Build-Conflicts: libsvn0 (<< 1.2)
 
8
Standards-Version: 3.6.2.1
8
9
 
9
10
Package: subversion
10
11
Section: devel
11
12
Architecture: any
12
 
Depends: ${shlibs:Depends}, patch, db4.2-util
 
13
Depends: ${shlibs:Depends}, patch, db4.3-util
13
14
Suggests: subversion-tools
14
15
Description: advanced version control system (aka. svn)
15
16
 Subversion is a version control system much like the Concurrent
28
29
Package: libsvn0
29
30
Section: libs
30
31
Architecture: any
31
 
Conflicts: libsvn-core-perl (<< 1.1.0)
32
32
Depends: ${shlibs:Depends}
33
33
Description: shared libraries used by Subversion (aka. svn)
34
34
 Subversion is a version control system much like the Concurrent
47
47
Section: libdevel
48
48
Priority: extra
49
49
Architecture: any
50
 
Depends: libsvn0 (= ${Source-Version}), libapr0-dev, libdb4.2-dev, libexpat1-dev, libneon24-dev, libxml2-dev, zlib1g-dev
 
50
Depends: libsvn0 (= ${Source-Version}), libapr0-dev, libdb4.3-dev, libneon24-dev
51
51
Description: development files for Subversion (aka. svn) libraries
52
52
 Subversion is a version control system much like the Concurrent
53
53
 Versions System (CVS).  Version control systems allow many
62
62
 Homepage: http://subversion.tigris.org
63
63
 
64
64
Package: libapache2-svn
65
 
Conflicts: libapache-dav-svn, libapache2-dav-svn
66
 
Replaces: libapache-dav-svn, libapache2-dav-svn
67
65
Section: net
68
66
Architecture: any
69
 
Depends: apache2, ${shlibs:Depends}, db4.2-util
 
67
Depends: apache2, ${shlibs:Depends}, db4.3-util
70
68
Description: apache modules for Subversion (aka. svn)
71
69
 Subversion is a version control system much like the Concurrent
72
70
 Versions System (CVS).  Version control systems allow many
86
84
 
87
85
Package: python2.4-subversion
88
86
Section: python
89
 
Conflicts: python2.1-subversion, python2.3-subversion (<< 1.1.1-2ubuntu4)
90
 
Replaces: python2.1-subversion, python2.3-subversion (<< 1.1.1-2ubuntu4)
91
87
Architecture: any
92
88
Depends: python2.4, subversion, ${shlibs:Depends}
93
 
Description: Python modules for interfacing with Subversion (aka. svn)
94
 
 Subversion is a version control system much like the Concurrent
95
 
 Versions System (CVS).  Version control systems allow many
96
 
 individuals (who may be distributed geographically) to collaborate on
97
 
 a set of files (typically source code).  Subversion has all the major
98
 
 features of CVS, plus certain new features that CVS users often wish
99
 
 they had.
100
 
 . 
101
 
 These modules are required to interface with Subversion from Python.
102
 
 This would be useful if you wanted to, for example, write a Python
103
 
 script that manipulates a subversion repository or working copy.
104
 
 
105
 
Package: python2.3-subversion
106
 
Section: python
107
 
Conflicts: python2.1-subversion
108
 
Replaces: python2.1-subversion
109
 
Architecture: any
110
 
Depends: python2.3, subversion, ${shlibs:Depends}
111
 
Description: Python modules for interfacing with Subversion (aka. svn)
 
89
Conflicts: libsvn0 (<< 1.2.3dfsg1-1), libsvn0-dev (<< 1.2.3dfsg1-1), python2.3-subversion
 
90
Replaces: libsvn0 (<< 1.2.3dfsg1-1), libsvn0-dev (<< 1.2.3dfsg1-1), python2.3-subversion
 
91
Description: python modules for interfacing with Subversion (aka. svn)
112
92
 Subversion is a version control system much like the Concurrent
113
93
 Versions System (CVS).  Version control systems allow many
114
94
 individuals (who may be distributed geographically) to collaborate on
123
103
 Homepage: http://subversion.tigris.org
124
104
 
125
105
Package: subversion-tools
126
 
Replaces: subversion (<< 0.22.1-1)
127
106
Section: admin
128
107
Priority: extra
129
108
Architecture: all
141
120
 .
142
121
 Homepage: http://subversion.tigris.org
143
122
 
 
123
Package: libsvn-javahl
 
124
Section: devel
 
125
Architecture: any
 
126
Depends: kaffe | gij | sablejvm | java-virtual-machine , libsvn0 (= ${Source-Version})
 
127
Description: java bindings for Subversion (aka. svn)
 
128
 Subversion is a version control system much like the Concurrent
 
129
 Versions System (CVS).  Version control systems allow many
 
130
 individuals (who may be distributed geographically) to collaborate on
 
131
 a set of files (typically source code).  Subversion has all the major
 
132
 features of CVS, plus certain new features that CVS users often wish
 
133
 they had.
 
134
 . 
 
135
 These modules are required to interface with Subversion from Java.
 
136
 This would be useful if you wanted to, for example, write a Java
 
137
 class that manipulates a Subversion repository or working copy.
 
138
 .
 
139
 Homepage: http://subversion.tigris.org
 
140
 
144
141
Package: libsvn-core-perl
145
 
Section: admin
 
142
Section: perl
146
143
Architecture: any
147
144
Depends: ${perl:Depends}, ${shlibs:Depends}
 
145
Conflicts: libsvn0 (<< 1.2.3dfsg1-1), libsvn0-dev (<< 1.2.3dfsg1-1)
 
146
Replaces: libsvn0 (<< 1.2.3dfsg1-1), libsvn0-dev (<< 1.2.3dfsg1-1)
148
147
Description: perl bindings for Subversion (aka. svn)
149
148
 Subversion is a version control system much like the Concurrent
150
149
 Versions System (CVS).  Version control systems allow many