[Python-modules-commits] r29548 - in packages/python-rarfile/trunk/debian (control rules)
hugo6390-guest at users.alioth.debian.org
hugo6390-guest at users.alioth.debian.org
Sun Jun 29 14:16:56 UTC 2014
Date: Sunday, June 29, 2014 @ 14:16:56
Author: hugo6390-guest
Revision: 29548
Fixed some mistakes.
Modified:
packages/python-rarfile/trunk/debian/control
packages/python-rarfile/trunk/debian/rules
Modified: packages/python-rarfile/trunk/debian/control
===================================================================
--- packages/python-rarfile/trunk/debian/control 2014-06-29 14:03:34 UTC (rev 29547)
+++ packages/python-rarfile/trunk/debian/control 2014-06-29 14:16:56 UTC (rev 29548)
@@ -6,14 +6,12 @@
Build-Depends: debhelper (>= 8.0.0),
dh-python,
python-all (>= 2.7.3-4~),
- python-dev (>= 2.7.3-4~),
python-setuptools,
- python3-all (>= 3.0.0),
- python3-dev (>= 3.0.0),
+ python3-all (>= 3.2.3-6~),
python3-setuptools
Standards-Version: 3.9.5
X-Python-Version: >= 2.7
-X-Python3-Version: >= 3.0
+X-Python3-Version: >= 3.2
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/
@@ -25,7 +23,7 @@
${python:Depends},
bsdtar (>= 3.0.4),
unrar-free
-Description: RAR archive reader module for Python
+Description: RAR archive reader module for Python (python 2)
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,
multi volumes archives, unicode filenames, but the password protected are not
@@ -40,7 +38,7 @@
${python3:Depends},
bsdtar (>= 3.0.4),
unrar-free
-Description: RAR archive reader module for Python
+Description: RAR archive reader module for Python (python 3)
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,
multi volumes archives, unicode filenames, but the password protected are not
Modified: packages/python-rarfile/trunk/debian/rules
===================================================================
--- packages/python-rarfile/trunk/debian/rules 2014-06-29 14:03:34 UTC (rev 29547)
+++ packages/python-rarfile/trunk/debian/rules 2014-06-29 14:16:56 UTC (rev 29548)
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
export DH_VERBOSE=1
-export PYBUILD_NAME=python-rarfile
+export PYBUILD_NAME=rarfile
export PYTHONDONTWRITEBYTECODE=1
%:
More information about the Python-modules-commits
mailing list