[Python-modules-commits] [python-rarfile] 01/01: Depend exclusively on bsdtar instead of bsdtar and unrar-free

Hugo Lefeuvre hle at moszumanska.debian.org
Thu Oct 5 08:45:41 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 433b115a87d94ead255242340a60522a535b17b0
Author: Hugo Lefeuvre <hle at debian.org>
Date:   Thu Oct 5 10:45:24 2017 +0200

    Depend exclusively on bsdtar instead of bsdtar and unrar-free
    
    * Bump compat level from 9 to 10.
    * debian/control:
      - 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
        unrar-free (Closes: #797730).
    * Update copyright years.
---
 debian/changelog | 11 +++++++++--
 debian/compat    |  2 +-
 debian/control   | 20 ++++++++------------
 debian/copyright |  4 ++--
 4 files changed, 20 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c487413..90ecda4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,16 @@
 python-rarfile (3.0-1) unstable; urgency=medium
 
   * New upstream release.
-  * Bump Standards to 4.0.0.
+  * Bump compat level from 9 to 10.
+  * debian/control:
+    - 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
+      unrar-free (Closes: #797730).
+  * Update copyright years.
 
- -- Hugo Lefeuvre <hle at debian.org>  Fri, 04 Aug 2017 18:05:44 +0200
+ -- Hugo Lefeuvre <hle at debian.org>  Fri, 05 Oct 2017 10:41:21 +0200
 
 python-rarfile (2.8-1) unstable; urgency=low
 
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index bf0d314..5c77fc6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,13 @@ Section: python
 Priority: optional
 Maintainer: Hugo Lefeuvre <hle at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
                dh-python,
                python-all,
                python-setuptools,
                python3-all,
                python3-setuptools 
-Standards-Version: 4.0.0
+Standards-Version: 4.1.0
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
 Homepage: https://github.com/markokr/rarfile
@@ -21,13 +21,11 @@ Architecture: all
 Depends: ${shlibs:Depends}, 
          ${misc:Depends}, 
          ${python:Depends}, 
-         bsdtar, 
-         unrar-free
+         bsdtar
 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 RAR 2.x and 3.x archives,
- multi volumes archives, unicode filenames, but the password protected are not 
- supported in this version.
+ a zipfile like as possible. It supports both RAR3 and RAR5 archives,
+ multi volumes archives, unicode filenames and password protected archives.
  .
  This is the python2 version of the package.
 
@@ -36,12 +34,10 @@ Architecture: all
 Depends: ${shlibs:Depends}, 
          ${misc:Depends}, 
          ${python3:Depends}, 
-         bsdtar, 
-         unrar-free
+         bsdtar
 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 RAR 2.x and 3.x archives,
- multi volumes archives, unicode filenames, but the password protected are not 
- supported in this version.
+ a zipfile like as possible. It supports both RAR3 and RAR5 archives,
+ multi volumes archives, unicode filenames and password protected archives.
  .
  This is the python3 version of the package.
diff --git a/debian/copyright b/debian/copyright
index ce9b86e..5db43cd 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,7 +3,7 @@ Upstream-Name: rarfile
 Source: http://pypi.python.org/pypi/rarfile
 
 Files: *
-Copyright: 2014-2016 Marko Kreen <markokr at gmail.com>
+Copyright: 2014-2017 Marko Kreen <markokr at gmail.com>
 License: ISC
   Filession to use, copy, modify, and/or distribute this software for any 
   purpose with or without fee is hereby granted, provided that the above 
@@ -18,7 +18,7 @@ License: ISC
   OF THIS SOFTWARE.m: debian/*
 
 Files: debian/*
-Copyright: 2014-2016 Hugo Lefeuvre <hle at debian.org>
+Copyright: 2014-2017 Hugo Lefeuvre <hle at debian.org>
 License: GPL-2+
  This package is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by

-- 
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