File: control

package info (click to toggle)
pysvn 1.5.0dfsg-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,524 kB
  • ctags: 2,281
  • sloc: cpp: 9,846; python: 2,662; sh: 430; makefile: 101; ansic: 9
file content (19 lines) | stat: -rw-r--r-- 781 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: pysvn
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 5.0.37.1), python-all-dev (>= 2.3.5-9), python-cxx-dev (>= 5.3.6), libsvncpp-dev (>= 0.9.1), libapr1-dev, subversion (>= 1.4)
XS-Python-Version: all
Standards-Version: 3.7.2

Package: python-svn
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}
Conflicts: python2.3-svn, python2.4-svn
Replaces: python2.3-svn, python2.4-svn
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: A(nother) Python interface to Subversion
 The pysvn module is a python interface to the Subversion version
 control system.  This API exposes client interfaces for managing a
 working copy, querying a repository, and synchronizing the two.