[Python-modules-commits] r29360 - in packages/python-rarfile/trunk/debian (control)

hugo6390-guest at users.alioth.debian.org hugo6390-guest at users.alioth.debian.org
Tue Jun 17 09:02:55 UTC 2014


    Date: Tuesday, June 17, 2014 @ 09:02:54
  Author: hugo6390-guest
Revision: 29360

Fixed d/control: Added some lines to use python3

Modified:
  packages/python-rarfile/trunk/debian/control

Modified: packages/python-rarfile/trunk/debian/control
===================================================================
--- packages/python-rarfile/trunk/debian/control	2014-06-16 23:40:29 UTC (rev 29359)
+++ packages/python-rarfile/trunk/debian/control	2014-06-17 09:02:54 UTC (rev 29360)
@@ -4,17 +4,20 @@
 Maintainer: Hugo Lefeuvre <hugo6390 at orange.fr>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 8.0.0),
-               python3 (>= 3.0.0),
-               bsdtar (>= 3.0.4),
-               unrar-free
+               python3-dev (>= 3.0.0),
 Standards-Version: 3.9.5
+X-Python3-Version: >= 3.0.0
 Homepage: https://github.com/markokr/rarfile
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-rarfile/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-rarfile/trunk/
 
 Package: python-rarfile
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, 
+         ${misc:Depends}, 
+         ${python3:Depends}, 
+         bsdtar (>= 3.0.4), 
+         unrar-free
 Description: RAR archive reader module for Python
  This is a Python module for RAR archive reading. The interface is made
  a zipfile like as possible. It supports both RAR 2.x and 3.x archives,




More information about the Python-modules-commits mailing list