[Python-modules-commits] [python-rarfile] 01/01: Fix wrong week day.

Hugo Lefeuvre hle at moszumanska.debian.org
Thu Oct 5 09:45:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

hle pushed a commit to branch master
in repository python-rarfile.

commit 72e11531a7920625cc3f88bab250ad1db361fc9f
Author: Hugo Lefeuvre <hle at debian.org>
Date:   Thu Oct 5 10:49:09 2017 +0200

    Fix wrong week day.
---
 debian/changelog |  4 ++--
 debian/control   | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 90ecda4..f085173 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,11 +6,11 @@ python-rarfile (3.0-1) unstable; urgency=medium
     - Bump Standards to 4.1.0.
     - Update description to match new upstream release.
     - Depend on debhelper >= 10 instead of >= 9.
-    - Depend exclusively on bsdtar instead of bsdtar and
+    - Depend exclusively on libarchive-tools instead of bsdtar and
       unrar-free (Closes: #797730).
   * Update copyright years.
 
- -- Hugo Lefeuvre <hle at debian.org>  Fri, 05 Oct 2017 10:41:21 +0200
+ -- Hugo Lefeuvre <hle at debian.org>  Thu, 05 Oct 2017 10:41:21 +0200
 
 python-rarfile (2.8-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 5c77fc6..ddfb094 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 10),
                python-all,
                python-setuptools,
                python3-all,
-               python3-setuptools 
+               python3-setuptools
 Standards-Version: 4.1.0
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
@@ -20,8 +20,8 @@ Package: python-rarfile
 Architecture: all
 Depends: ${shlibs:Depends}, 
          ${misc:Depends}, 
-         ${python:Depends}, 
-         bsdtar
+         ${python:Depends},
+         libarchive-tools
 Description: RAR archive reader module for Python 2
  This is a Python module for RAR archive reading. The interface is made
  a zipfile like as possible. It supports both RAR3 and RAR5 archives,
@@ -33,8 +33,8 @@ Package: python3-rarfile
 Architecture: all
 Depends: ${shlibs:Depends}, 
          ${misc:Depends}, 
-         ${python3:Depends}, 
-         bsdtar
+         ${python3:Depends},
+         libarchive-tools
 Description: RAR archive reader module for Python 3
  This is a Python module for RAR archive reading. The interface is made
  a zipfile like as possible. It supports both RAR3 and RAR5 archives,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-rarfile.git



More information about the Python-modules-commits mailing list