[Python-modules-commits] r28709 - in packages/pysvn/trunk/debian (control python-svn.install)

vcheng at users.alioth.debian.org vcheng at users.alioth.debian.org
Tue Apr 29 01:08:46 UTC 2014


    Date: Tuesday, April 29, 2014 @ 01:08:45
  Author: vcheng
Revision: 28709

wrap-and-sort -s, remove obsolete stuff in d/control

Modified:
  packages/pysvn/trunk/debian/control
  packages/pysvn/trunk/debian/python-svn.install

Modified: packages/pysvn/trunk/debian/control
===================================================================
--- packages/pysvn/trunk/debian/control	2014-04-29 01:01:56 UTC (rev 28708)
+++ packages/pysvn/trunk/debian/control	2014-04-29 01:08:45 UTC (rev 28709)
@@ -3,10 +3,19 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Josue Ortega <josueortega at debian.org.gt>
-Build-Depends: debhelper (>= 9), python-all-dev (>= 2.6.6-3~), python-all-dbg,
- python-cxx-dev (>= 6.1.1-2), libsvn-dev (>= 0.12), libapr1-dev, libneon27-gnutls-dev,
- subversion (>= 1.6.1), libaprutil1-dev, python-setuptools, dh-python
-XS-Python-Version: all
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ libapr1-dev,
+ libaprutil1-dev,
+ libneon27-gnutls-dev,
+ libsvn-dev (>= 0.12),
+ python-all-dbg,
+ python-all-dev (>= 2.6.6-3~),
+ python-cxx-dev (>= 6.1.1-2),
+ python-setuptools,
+ subversion (>= 1.6.1)
+X-Python-Version: all
 Standards-Version: 3.9.5
 Homepage: http://pysvn.tigris.org/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pysvn/trunk/
@@ -14,12 +23,9 @@
 
 Package: python-svn
 Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
-Conflicts: python2.3-svn, python2.4-svn
-Replaces: python2.3-svn, python2.4-svn
-Provides: ${python:Provides}, python-pysvn
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Provides: python-pysvn
 Suggests: python-svn-dbg
-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
@@ -29,11 +35,15 @@
 Priority: extra
 Section: debug
 Architecture: any
-Depends: python-svn (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ python-dbg,
+ python-svn (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
 Provides: python-pysvn
 Description: A(nother) Python interface to Subversion (debug extension)
  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.
  .
- This package contains the debugging symbols for python-svn
\ No newline at end of file
+ This package contains the debugging symbols for python-svn.

Modified: packages/pysvn/trunk/debian/python-svn.install
===================================================================
--- packages/pysvn/trunk/debian/python-svn.install	2014-04-29 01:01:56 UTC (rev 28708)
+++ packages/pysvn/trunk/debian/python-svn.install	2014-04-29 01:08:45 UTC (rev 28709)
@@ -1,2 +1,2 @@
+Source/pysvn/__init__.py	usr/lib/python2.7/dist-packages/pysvn/
 Source/pysvn/_pysvn_2_7.so	usr/lib/python2.7/dist-packages/pysvn/
-Source/pysvn/__init__.py	usr/lib/python2.7/dist-packages/pysvn/




More information about the Python-modules-commits mailing list