~svn/ubuntu/oneiric/subversion/ppa

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Max Bowsher
  • Date: 2009-11-17 03:07:29 UTC
  • mfrom: (0.3.4 sid)
  • Revision ID: maxb@f2s.com-20091117030729-l4vnv5evgeknvi8l
* Merge from debian unstable (LP: #483953), remaining changes:
  - Create pot file on build.
  - Build a python-subversion-dbg package.
  - (Build-)depend on default-jre-headless/-jdk.
  - Do not apply java-build patch.
  - Don't build for python2.4, not in main.
  - debian/rules: Manually create the doxygen output directory, otherwise
    we get weird build failures when running parallel builds.
  - Disable the serf backend because serf is in universe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
23
23
 
24
24
Package: subversion
25
25
Architecture: any
50
50
Architecture: any
51
51
Depends: libsvn1 (= ${binary:Version}), libapr1-dev, libaprutil1-dev
52
52
Suggests: libsvn-doc, zlib1g-dev, libneon27-gnutls-dev
53
 
Conflicts: libsvn0-dev
54
 
Replaces: 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
82
80
Section: python
83
81
Architecture: any
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:
137
130
 packages are each required by at least one of these scripts.
138
131
 
139
132
Package: libsvn-java
140
 
Replaces: libsvn-javahl
141
 
Conflicts: libsvn-javahl
142
 
Provides: libsvn-javahl
143
133
Section: java
144
134
Architecture: any
145
135
Depends: default-jre-headless | java5-runtime-headless, libsvn1 (= ${binary:Version})
153
143
Section: perl
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