[Python-modules-commits] [python-xlrd] 01/01: Convert from git-dpm to patches unapplied format

Vincent Bernat bernat at moszumanska.debian.org
Tue Nov 14 07:20:35 UTC 2017


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

bernat pushed a commit to branch debian/master
in repository python-xlrd.

commit c8b069cdceb5f8d6b735caa382d84f7e13d84534
Author: Vincent Bernat <bernat at debian.org>
Date:   Tue Nov 14 08:20:32 2017 +0100

    Convert from git-dpm to patches unapplied format
---
 debian/.git-dpm | 11 -----------
 debian/gbp.conf |  2 ++
 setup.py        |  8 ++++++++
 3 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/debian/.git-dpm b/debian/.git-dpm
deleted file mode 100644
index 74e7e88..0000000
--- a/debian/.git-dpm
+++ /dev/null
@@ -1,11 +0,0 @@
-# see git-dpm(1) from git-dpm package
-b52f5d5ddbada6222cb96da9cd9ec30dd77ecc3e
-b52f5d5ddbada6222cb96da9cd9ec30dd77ecc3e
-f69908a2e1d3f0830935125b170fc1d556308fd8
-f69908a2e1d3f0830935125b170fc1d556308fd8
-python-xlrd_1.0.0.orig.tar.gz
-27ff32873b4d3f18814e0f4e14bcb5b4fb6a711a
-2563654
-debianTag="debian/%e%v"
-patchedTag="patched/%e%v"
-upstreamTag="upstream/%e%u"
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..3879982
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+debian-branch=debian/master
diff --git a/setup.py b/setup.py
index 6877dd2..3a1b2cb 100644
--- a/setup.py
+++ b/setup.py
@@ -22,6 +22,14 @@ setup(
     scripts = [
         'scripts/runxlrd.py',
         ],
+    package_data={
+            'xlrd': [
+                'doc/*.htm*',
+                # 'doc/*.txt',
+                'examples/*.*',
+                ],
+
+            },
     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. " \

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