summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorPeter Samuelson <peter@p12n.org>2012-06-02 00:41:12 +0000
committerPeter Samuelson <peter@p12n.org>2012-06-02 00:41:12 +0000
commit09572d4e700bbca29ef7ee157812126e4eb12e95 (patch)
treeaec8fb3f9d98cd4d680bfad7d9d8085037fa4ea7 /debian/control
parente77d8e188abe73c289c5d3d6034737eb91b69402 (diff)
Tag 1.6.17dfsg-3.1 NMU.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control20
1 files changed, 16 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index 5535749..73a8fe2 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ 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), zlib1g-dev,
- libapr1-dev, libaprutil1-dev, libdb4.8-dev,
+ libapr1-dev, libaprutil1-dev, libdb-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,
@@ -23,7 +23,7 @@ Standards-Version: 3.9.2
Package: subversion
Architecture: any
Depends: libsvn1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-Suggests: subversion-tools, db4.8-util, patch
+Suggests: subversion-tools, db-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
@@ -73,7 +73,7 @@ Package: libapache2-svn
Section: httpd
Architecture: any
Depends: apache2.2-common, ${shlibs:Depends}, ${misc:Depends}
-Suggests: db4.8-util
+Suggests: db-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
@@ -123,12 +123,24 @@ Description: Assorted tools related to Subversion
change radically or disappear in future releases. The Recommended
packages are each required by at least one of these scripts.
-Package: libsvn-java
+Package: libsvn-jni
Section: java
Architecture: any
Multi-Arch: same
Pre-Depends: multiarch-support
+Breaks: libsvn-java (<< 1.6.17dfsg-3.1)
+Replaces: libsvn-java (<< 1.6.17dfsg-3.1)
Depends: libsvn1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: Java native interface 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-java
+Section: java
+Architecture: all
+Depends: libsvn-jni (>= ${source: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