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

hugo6390-guest at users.alioth.debian.org hugo6390-guest at users.alioth.debian.org
Fri Jun 13 07:01:15 UTC 2014


    Date: Friday, June 13, 2014 @ 07:01:14
  Author: hugo6390-guest
Revision: 29319

Updated d/control and d/changelog to add some comments and dependencies.

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

Modified: packages/python-rarfile/trunk/debian/changelog
===================================================================
--- packages/python-rarfile/trunk/debian/changelog	2014-06-13 06:42:37 UTC (rev 29318)
+++ packages/python-rarfile/trunk/debian/changelog	2014-06-13 07:01:14 UTC (rev 29319)
@@ -1,5 +1,8 @@
 python-rarfile (2.6-1) unstable; urgency=low
 
-  * Initial release (Closes: #680085)  
+  * Initial release (Closes: #680085)
+  * this version of python-rarfile isn't using the same uncompressing 
+    software as the original. If unrar is present, it uses unrar, 
+    otherwise it uses bastar.
 
  -- Hugo Lefeuvre <hugo6390 at orange.fr>  Mon, 09 Jun 2014 18:59:40 +0200

Modified: packages/python-rarfile/trunk/debian/control
===================================================================
--- packages/python-rarfile/trunk/debian/control	2014-06-13 06:42:37 UTC (rev 29318)
+++ packages/python-rarfile/trunk/debian/control	2014-06-13 07:01:14 UTC (rev 29319)
@@ -3,8 +3,10 @@
 Priority: optional
 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)
+Build-Depends:  debhelper (>= 8.0.0),
+                python3 (>= 3.0.0),
+                bsdtar (>= 3.0.4),
+                unrar-free
 Standards-Version: 3.9.5
 Homepage: https://github.com/markokr/rarfile
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-rarfile/trunk/
@@ -16,5 +18,5 @@
 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,
- multi volumes archives, unicode filenames, password protected archives,
- etc.
+ multi volumes archives, unicode filenames, but the password protected are not 
+ supported in this version.




More information about the Python-modules-commits mailing list