[Python-modules-commits] [python-xlrd] 04/08: New upstream release

Vincent Bernat bernat at moszumanska.debian.org
Tue Nov 14 07:38:54 UTC 2017


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

bernat pushed a commit to annotated tag debian/1.1.0-1
in repository python-xlrd.

commit 3972cf8b51a9f5dde1a26598935b68aa9ab75692
Author: Vincent Bernat <vincent at bernat.im>
Date:   Tue Nov 14 08:22:09 2017 +0100

    New upstream release
---
 debian/changelog                                          |  6 ++++--
 debian/control                                            |  2 +-
 ...> 0001-Don-t-install-documentation-and-examples.patch} | 15 ++++++---------
 debian/patches/series                                     |  2 +-
 4 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 69828e0..afd6747 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
-python-xlrd (1.0.0-2) UNRELEASED; urgency=medium
+python-xlrd (1.1.0-1) unstable; urgency=medium
 
-  * Refresh patches after git-dpm to gbp pq conversion
+  * New upstream release.
+  * Refresh patches after git-dpm to gbp pq conversion.
+  * d/control: bump Standards-Version.
 
  -- Vincent Bernat <bernat at debian.org>  Tue, 14 Nov 2017 08:20:54 +0100
 
diff --git a/debian/control b/debian/control
index df77113..10c5a00 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Vincent Bernat <bernat at debian.org>
-Standards-Version: 3.9.8
+Standards-Version: 4.1.1
 Build-Depends: debhelper (>= 9),
                dh-python,
                python-setuptools, python3-setuptools,
diff --git a/debian/patches/setup-dont-include-doc-and-examples.patch b/debian/patches/0001-Don-t-install-documentation-and-examples.patch
similarity index 51%
rename from debian/patches/setup-dont-include-doc-and-examples.patch
rename to debian/patches/0001-Don-t-install-documentation-and-examples.patch
index 8f3a739..e612e70 100644
--- a/debian/patches/setup-dont-include-doc-and-examples.patch
+++ b/debian/patches/0001-Don-t-install-documentation-and-examples.patch
@@ -1,19 +1,16 @@
 From: SVN-Git Migration <python-modules-team at lists.alioth.debian.org>
 Date: Thu, 8 Oct 2015 13:26:54 -0700
-Subject: setup-dont-include-doc-and-examples
+Subject: Don't install documentation and examples.
 
-Don't install documentation and examples.
-
-Patch-Name: setup-dont-include-doc-and-examples.patch
 ---
  setup.py | 8 --------
  1 file changed, 8 deletions(-)
 
 diff --git a/setup.py b/setup.py
-index 3a1b2cb..6877dd2 100644
+index 7a97e16..a35ed79 100644
 --- a/setup.py
 +++ b/setup.py
-@@ -22,14 +22,6 @@ setup(
+@@ -12,14 +12,6 @@ setup(
      scripts = [
          'scripts/runxlrd.py',
          ],
@@ -25,6 +22,6 @@ index 3a1b2cb..6877dd2 100644
 -                ],
 -
 -            },
-     description = 'Library for developers to extract data from Microsoft Excel (tm) spreadsheet files',
-     long_description = \
-         "Extract data from Excel spreadsheets (.xls and .xlsx, versions 2.0 onwards) on any platform. " \
+     description = (
+         'Library for developers to extract data from '
+         'Microsoft Excel (tm) spreadsheet files'
diff --git a/debian/patches/series b/debian/patches/series
index 45cc3fe..519e7a8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-setup-dont-include-doc-and-examples.patch
+0001-Don-t-install-documentation-and-examples.patch

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



More information about the Python-modules-commits mailing list