[Python-modules-commits] r28710 - in packages/pysvn/tags (7 files)

vcheng at users.alioth.debian.org vcheng at users.alioth.debian.org
Tue Apr 29 01:32:03 UTC 2014


    Date: Tuesday, April 29, 2014 @ 01:32:03
  Author: vcheng
Revision: 28710

[svn-buildpackage] Tagging pysvn 1.7.8-1

Added:
  packages/pysvn/tags/1.7.8-1/
  packages/pysvn/tags/1.7.8-1/debian/control
    (from rev 28709, packages/pysvn/trunk/debian/control)
  packages/pysvn/tags/1.7.8-1/debian/python-svn.install
    (from rev 28709, packages/pysvn/trunk/debian/python-svn.install)
Deleted:
  packages/pysvn/tags/1.7.8-1/debian/control
  packages/pysvn/tags/1.7.8-1/debian/python-pysvn-dbg/
  packages/pysvn/tags/1.7.8-1/debian/python-pysvn/
  packages/pysvn/tags/1.7.8-1/debian/python-svn.install

Deleted: packages/pysvn/tags/1.7.8-1/debian/control
===================================================================
--- packages/pysvn/trunk/debian/control	2014-04-28 22:53:56 UTC (rev 28707)
+++ packages/pysvn/tags/1.7.8-1/debian/control	2014-04-29 01:32:03 UTC (rev 28710)
@@ -1,39 +0,0 @@
-Source: pysvn
-Section: python
-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
-Standards-Version: 3.9.5
-Homepage: http://pysvn.tigris.org/
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pysvn/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pysvn/trunk/
-
-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
-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
- working copy, querying a repository, and synchronizing the two.
-
-Package: python-svn-dbg
-Priority: extra
-Section: debug
-Architecture: any
-Depends: python-svn (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc: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

Copied: packages/pysvn/tags/1.7.8-1/debian/control (from rev 28709, packages/pysvn/trunk/debian/control)
===================================================================
--- packages/pysvn/tags/1.7.8-1/debian/control	                        (rev 0)
+++ packages/pysvn/tags/1.7.8-1/debian/control	2014-04-29 01:32:03 UTC (rev 28710)
@@ -0,0 +1,49 @@
+Source: pysvn
+Section: python
+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),
+ 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/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pysvn/trunk/
+
+Package: python-svn
+Architecture: any
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Provides: python-pysvn
+Suggests: python-svn-dbg
+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.
+
+Package: python-svn-dbg
+Priority: extra
+Section: debug
+Architecture: any
+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.

Deleted: packages/pysvn/tags/1.7.8-1/debian/python-svn.install
===================================================================
--- packages/pysvn/trunk/debian/python-svn.install	2014-04-28 22:53:56 UTC (rev 28707)
+++ packages/pysvn/tags/1.7.8-1/debian/python-svn.install	2014-04-29 01:32:03 UTC (rev 28710)
@@ -1,2 +0,0 @@
-Source/pysvn/_pysvn_2_7.so	usr/lib/python2.7/dist-packages/pysvn/
-Source/pysvn/__init__.py	usr/lib/python2.7/dist-packages/pysvn/

Copied: packages/pysvn/tags/1.7.8-1/debian/python-svn.install (from rev 28709, packages/pysvn/trunk/debian/python-svn.install)
===================================================================
--- packages/pysvn/tags/1.7.8-1/debian/python-svn.install	                        (rev 0)
+++ packages/pysvn/tags/1.7.8-1/debian/python-svn.install	2014-04-29 01:32:03 UTC (rev 28710)
@@ -0,0 +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/




More information about the Python-modules-commits mailing list