| 1 |
Source: subversion
|
| 2 |
Section: devel
|
| 3 |
Priority: optional
|
| 4 |
Maintainer: Peter Samuelson <peter@p12n.org>
|
| 5 |
Uploaders: Troy Heber <troyh@debian.org>, Guilherme de S. Pastore <gpastore@debian.org>
|
| 6 |
Build-Depends: debhelper (>= 5.0.37.1), libneon27-dev, zlib1g-dev,
|
| 7 |
libapr1-dev, libaprutil1-dev (>= 1.2.7+dfsg-2), libdb-dev (>= 4.6),
|
| 8 |
apache2-threaded-dev (>= 2.2), patch, dpatch, doxygen,
|
| 9 |
autotools-dev, autoconf, libtool, swig,
|
| 10 |
python, python-dev, python-support (>= 0.4),
|
| 11 |
perl, libperl-dev, ruby1.8, ruby1.8-dev,
|
| 12 |
java-gcj-compat-dev [!m68k !mips !mipsel !arm !hurd-i386],
|
| 13 |
junit [!m68k !mips !mipsel !arm !hurd-i386]
|
| 14 |
Build-Conflicts: libsvn0-dev
|
| 15 |
Vcs-Svn: svn://svn.debian.org/pkg-subversion/trunk
|
| 16 |
Vcs-Browser: http://svn.debian.org/wsvn/pkg-subversion/trunk/
|
| 17 |
Standards-Version: 3.7.3
|
| 18 |
|
| 19 |
Package: subversion
|
| 20 |
Section: devel
|
| 21 |
Architecture: any
|
| 22 |
Depends: libsvn1 (= ${binary:Version}), ${shlibs:Depends}
|
| 23 |
Suggests: subversion-tools, db4.6-util, patch
|
| 24 |
Description: Advanced version control system
|
| 25 |
Subversion, also known as svn, is a version control system much like
|
| 26 |
the Concurrent Versions System (CVS). Version control systems allow
|
| 27 |
many individuals (who may be distributed geographically) to
|
| 28 |
collaborate on a set of files (typically source code). Subversion has
|
| 29 |
all the major features of CVS, plus certain new features that CVS
|
| 30 |
users often wish they had.
|
| 31 |
.
|
| 32 |
This package includes the Subversion client (svn), tools to create a
|
| 33 |
Subversion repository (svnadmin) and to make a repository available
|
| 34 |
over a network (svnserve).
|
| 35 |
.
|
| 36 |
Homepage: http://subversion.tigris.org
|
| 37 |
|
| 38 |
Package: libsvn1
|
| 39 |
Section: libs
|
| 40 |
Architecture: any
|
| 41 |
Depends: ${shlibs:Depends}
|
| 42 |
Description: Shared libraries used by Subversion
|
| 43 |
This package includes shared libraries to manipulate Subversion (svn)
|
| 44 |
repositories and working copies. See the 'subversion' package for
|
| 45 |
more information.
|
| 46 |
|
| 47 |
Package: libsvn-dev
|
| 48 |
Section: libdevel
|
| 49 |
Priority: extra
|
| 50 |
Architecture: any
|
| 51 |
Depends: libsvn1 (= ${binary:Version}), libneon27-dev,
|
| 52 |
libapr1-dev, libaprutil1-dev
|
| 53 |
Suggests: libsvn-doc
|
| 54 |
Conflicts: libsvn0-dev
|
| 55 |
Replaces: libsvn0-dev
|
| 56 |
Description: Development files for Subversion libraries
|
| 57 |
This package contains the symlinks, headers, and object files needed
|
| 58 |
to compile and link programs which use libsvn1, the Subversion
|
| 59 |
libraries. This package is needed only in order to compile software
|
| 60 |
that uses libsvn1.
|
| 61 |
|
| 62 |
Package: libsvn-doc
|
| 63 |
Suggests: libsvn-dev
|
| 64 |
Section: doc
|
| 65 |
Priority: extra
|
| 66 |
Architecture: all
|
| 67 |
Description: Developer documentation for libsvn
|
| 68 |
This package contains development (API) documentation for libsvn1, the
|
| 69 |
Subversion libraries. See the 'libsvn1' package for more information.
|
| 70 |
|
| 71 |
Package: libapache2-svn
|
| 72 |
Section: net
|
| 73 |
Architecture: any
|
| 74 |
Depends: apache2.2-common, ${shlibs:Depends}
|
| 75 |
Suggests: db4.6-util
|
| 76 |
Description: Subversion server modules for Apache
|
| 77 |
This package provides the mod_dav_svn and mod_authz_svn modules for
|
| 78 |
the Apache 2.2 web server. These modules provide Subversion's WebDAV
|
| 79 |
server backend, to serve repositories over the http and https
|
| 80 |
protocols. See the 'subversion' package for more information.
|
| 81 |
|
| 82 |
Package: python-subversion
|
| 83 |
Section: python
|
| 84 |
Architecture: any
|
| 85 |
Depends: subversion, ${shlibs:Depends}, ${python:Depends}
|
| 86 |
Conflicts: libsvn0 (<< 1.2.3dfsg1-1),
|
| 87 |
python2.3-subversion, python2.4-subversion
|
| 88 |
Replaces: libsvn0 (<< 1.2.3dfsg1-1),
|
| 89 |
python2.3-subversion, python2.4-subversion
|
| 90 |
Provides: ${python:Provides}
|
| 91 |
Description: Python bindings for Subversion
|
| 92 |
This is a set of Python interfaces to libsvn, the Subversion
|
| 93 |
libraries. It is useful if you want to, for example, write a Python
|
| 94 |
script that manipulates a Subversion repository or working copy. See
|
| 95 |
the 'subversion' package for more information.
|
| 96 |
|
| 97 |
Package: subversion-tools
|
| 98 |
Section: admin
|
| 99 |
Priority: extra
|
| 100 |
Architecture: all
|
| 101 |
Depends: subversion (>= 1.4)
|
| 102 |
Recommends: python-subversion (>= 1.4), libsvn-perl (>= 1.4),
|
| 103 |
liburi-perl (>= 1.17-1), libconfig-inifiles-perl (>= 2.27-1),
|
| 104 |
exim4 | mail-transport-agent, xsltproc, rsync
|
| 105 |
Suggests: libsvn-ruby1.8
|
| 106 |
Conflicts: kdesdk-scripts (<= 4:3.5.5-1)
|
| 107 |
Description: Assorted tools related to Subversion
|
| 108 |
This package includes miscellaneous tools for use with Subversion
|
| 109 |
clients and servers:
|
| 110 |
* svn-backup-dumps: incremental dumpfile-based backup script
|
| 111 |
* svn-clean: Remove unversioned files from a working copy
|
| 112 |
* svn-fast-backup: rsync-based backup script for FSFS repositories
|
| 113 |
* svn-hot-backup: backup script, primarily for BDB repositories
|
| 114 |
* svn_apply_autoprops: Apply property settings from
|
| 115 |
.subversion/config file to an existing repository
|
| 116 |
* svn2cl: Generate GNU-style changelog from repository history
|
| 117 |
* svnmerge: Maintain merge history between two related branches
|
| 118 |
* svnwrap: Set umask to 002 before calling svn or svnserve
|
| 119 |
* several example hook scripts: commit-access-control, commit-email,
|
| 120 |
log-police, mailer, svnperms, verify-po
|
| 121 |
.
|
| 122 |
NOTE that some of these scripts are unsupported by upstream, and may
|
| 123 |
change radically or disappear in future releases. The Recommended
|
| 124 |
packages are each required by at least one of these scripts.
|
| 125 |
|
| 126 |
Package: libsvn-java
|
| 127 |
Replaces: libsvn-javahl
|
| 128 |
Section: devel
|
| 129 |
Architecture: any
|
| 130 |
Depends: gij | java2-runtime, libsvn1 (= ${binary:Version})
|
| 131 |
Description: Java bindings for Subversion
|
| 132 |
This is a set of Java classes which provide the functionality of
|
| 133 |
libsvn, the Subversion libraries. It is useful if you want to, for
|
| 134 |
example, write a Java class that manipulates a Subversion repository
|
| 135 |
or working copy. See the 'subversion' package for more information.
|
| 136 |
|
| 137 |
Package: libsvn-perl
|
| 138 |
Section: perl
|
| 139 |
Architecture: any
|
| 140 |
Depends: ${perl:Depends}, ${shlibs:Depends}
|
| 141 |
Conflicts: libsvn-core-perl, libsvn0 (<< 1.2.3dfsg1-1)
|
| 142 |
Replaces: libsvn-core-perl, libsvn0 (<< 1.2.3dfsg1-1)
|
| 143 |
Provides: libsvn-core-perl
|
| 144 |
Description: Perl bindings for Subversion
|
| 145 |
This is a set of Perl interfaces to libsvn, the Subversion libraries.
|
| 146 |
It is useful if you want to, for example, write a Perl script that
|
| 147 |
manipulates a Subversion repository or working copy. See the
|
| 148 |
'subversion' package for more information.
|
| 149 |
|
| 150 |
Package: libsvn-ruby1.8
|
| 151 |
Section: devel
|
| 152 |
Architecture: any
|
| 153 |
Depends: ruby1.8, ${shlibs:Depends}
|
| 154 |
Description: Ruby bindings for Subversion
|
| 155 |
This is a set of Ruby interfaces to libsvn, the Subversion libraries.
|
| 156 |
It is useful if you want to, for example, write a Ruby script that
|
| 157 |
manipulates a Subversion repository or working copy. See the
|
| 158 |
'subversion' package for more information.
|
| 159 |
|
| 160 |
|
| 161 |
Package: libsvn-javahl
|
| 162 |
Section: devel
|
| 163 |
Architecture: all
|
| 164 |
Depends: libsvn-java
|
| 165 |
Description: Java bindings for Subversion (dummy package)
|
| 166 |
This is a dummy package to assist with upgrades from Debian 3.0, as
|
| 167 |
libsvn-javahl has been renamed to libsvn-java. You may remove it.
|
| 168 |
|
| 169 |
Package: libsvn-ruby
|
| 170 |
Section: devel
|
| 171 |
Architecture: all
|
| 172 |
Depends: libsvn-ruby1.8
|
| 173 |
Description: Ruby bindings for Subversion (dummy package)
|
| 174 |
This is a dummy package to install the Subversion library bindings for
|
| 175 |
the default version of Ruby.
|