8
8
Build-Depends: debhelper, libneon27-gnutls-dev, zlib1g-dev,
9
9
libapr1-dev, libaprutil1-dev, libdb4.7-dev,
10
10
libsasl2-dev, apache2-threaded-dev,
11
libsqlite3-dev (>= 3.4), libgnome-keyring-dev, libdbus-1-dev,
11
libsqlite3-dev (>= 3.4), libgnome-keyring-dev, libdbus-1-dev, kdelibs5-dev,
12
12
quilt, doxygen, autotools-dev, autoconf, libtool, swig,
13
13
python-all-dev, python-all-dbg, python-support,
14
14
perl, libperl-dev, ruby1.8, ruby1.8-dev,
15
15
default-jdk [!alpha !arm !hppa !m68k !mips !mipsel !hurd-i386],
16
16
junit [!alpha !arm !hppa !m68k !mips !mipsel !hurd-i386]
17
Build-Conflicts: libsvn-dev (<< 1.5)
17
Build-Conflicts: libsvn-dev (<< 1.6)
18
18
XS-Python-Version: 2.5, 2.6
19
19
Homepage: http://subversion.tigris.org/
20
Vcs-Svn: svn://svn.debian.org/pkg-subversion/trunk
21
Vcs-Browser: http://svn.debian.org/wsvn/pkg-subversion/trunk/
22
Standards-Version: 3.8.0
20
Vcs-Svn: svn://svn.debian.org/pkg-subversion/1.6.x/
21
Vcs-Browser: http://svn.debian.org/wsvn/pkg-subversion/1.6.x/
22
Standards-Version: 3.8.3
24
24
Package: subversion
51
51
Depends: libsvn1 (= ${binary:Version}), libapr1-dev, libaprutil1-dev
52
52
Suggests: libsvn-doc, zlib1g-dev, libneon27-gnutls-dev
53
Conflicts: libsvn0-dev
55
53
Description: Development files for Subversion libraries
56
54
This package contains the symlinks, headers, and object files needed
57
55
to compile and link programs which use libsvn1, the Subversion
84
82
Depends: subversion, ${shlibs:Depends}, ${python:Depends}
85
Conflicts: libsvn0 (<< 1.2.3dfsg1-1),
86
python2.3-subversion, python2.4-subversion
87
Replaces: libsvn0 (<< 1.2.3dfsg1-1),
88
python2.3-subversion, python2.4-subversion
89
83
Provides: ${python:Provides}
90
84
Suggests: python-subversion-dbg
91
85
Description: Python bindings for Subversion
115
109
libconfig-inifiles-perl, liburi-perl,
116
110
exim4 | mail-transport-agent, xsltproc, rsync
117
111
Suggests: libsvn-ruby1.8
118
Conflicts: kdesdk-scripts (<= 4:3.5.5-1)
119
112
Description: Assorted tools related to Subversion
120
113
This package includes miscellaneous tools for use with Subversion
121
114
clients and servers:
154
144
Architecture: any
155
145
Depends: ${perl:Depends}, ${shlibs:Depends}
156
Conflicts: libsvn-core-perl, libsvn0 (<< 1.2.3dfsg1-1)
157
Replaces: libsvn-core-perl, libsvn0 (<< 1.2.3dfsg1-1)
158
Provides: libsvn-core-perl
159
146
Description: Perl bindings for Subversion
160
147
This is a set of Perl interfaces to libsvn, the Subversion libraries.
161
148
It is useful if you want to, for example, write a Perl script that