[Pkg-owncloud-commits] [SCM] python-owncloud.git branch, master, updated. upstream/0.3-19-g7457b9d

Sandro Knauß bugs at sandroknauss.de
Mon May 13 22:57:52 UTC 2013


The following commit has been merged in the master branch:
commit a8ca6850fffbd95bfe106c569f2fb4ca3943e192
Author: Sandro Knauß <bugs at sandroknauss.de>
Date:   Tue May 14 00:53:22 2013 +0200

    Added X-Python-Version and XB-Python-Version fields

diff --git a/debian/control b/debian/control
index d30c0e3..995540d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Maintainer: ownCloud for Debian maintainers <pkg-owncloud-maintainers at lists.alio
 Uploaders: Sandro Knauß <bugs at sandroknauss.de>
 Section: python
 Priority: optional
-Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), python-all (<= 3.0) , debhelper (>= 9)
+Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6), python-all (<< 3.0) , debhelper (>= 9)
+X-Python-Version: >= 2.6, << 3.0
 Vcs-Git: git://anonscm.debian.org/pkg-owncloud/python-owncloud.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-owncloud/python-owncloud.git
 Homepage: https://github.com/csawyerYumaed/pyOwnCloud
@@ -12,6 +13,7 @@ Standards-Version: 3.9.4
 Package: python-owncloud
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources, libocsync-plugin-owncloud
+XB-Python-Version: ${python:Versions}
 Suggests: python-keyring
 Description: ownCloud CLI client
  Syncing files across machines using ownCloud DAV server.

-- 
python-owncloud.git



More information about the Pkg-owncloud-commits mailing list