[Python-modules-commits] [xlwt] 04/13: Ran wrap-and-sort -bast to minimize git diffs.
Thomas Goirand
zigo at moszumanska.debian.org
Wed Oct 25 17:57:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
zigo pushed a commit to branch new-upstream-1.3.0
in repository xlwt.
commit a97debf7d97a9b6c2c5813c59806f605353c8035
Author: Thomas Goirand <thomas at goirand.fr>
Date: Wed Oct 25 17:01:23 2017 +0000
Ran wrap-and-sort -bast to minimize git diffs.
---
debian/changelog | 1 +
debian/control | 24 ++++++++++++++++--------
debian/docs | 2 +-
3 files changed, 18 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1bd7c46..58d6690 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ xlwt (1.3.0-1) unstable; urgency=medium
[ Thomas Goirand ]
* New upstream release.
+ * Ran wrap-and-sort -bast to minimize git diffs.
-- Thomas Goirand <zigo at debian.org> Wed, 25 Oct 2017 17:00:23 +0000
diff --git a/debian/control b/debian/control
index 8e6a98c..46f0f2e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,14 @@ Source: xlwt
Section: python
Priority: optional
Maintainer: Jan Dittberner <jandd at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: python (>= 2.5.6-1~),
- python-antlr,
- python-setuptools (>= 0.6b3-1~)
+Uploaders:
+ Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
+Build-Depends:
+ debhelper (>= 7.0.50~),
+Build-Depends-Indep:
+ python (>= 2.5.6-1~),
+ python-antlr,
+ python-setuptools (>= 0.6b3-1~),
Standards-Version: 3.9.5
Homepage: https://pypi.python.org/pypi/xlwt
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/xlwt.git
@@ -14,9 +17,14 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/xlwt.git
Package: python-xlwt
Architecture: all
-Depends: python-antlr, ${misc:Depends}, ${python:Depends}
-Suggests: python-xlrd
-Breaks: ${python:Breaks}
+Depends:
+ python-antlr,
+ ${misc:Depends},
+ ${python:Depends},
+Suggests:
+ python-xlrd,
+Breaks:
+ ${python:Breaks},
Description: module for writing Microsoft Excel spreadsheet files
This package provides a pure Python module for writing spreadsheet files
readable by Excel 97/2000/XP/2003, OpenOffice.org Calc, and Gnumeric. Excel
diff --git a/debian/docs b/debian/docs
index b8691e9..2e98779 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,2 +1,2 @@
README.html
-xlwt/doc/xlwt.html
\ No newline at end of file
+xlwt/doc/xlwt.html
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/xlwt.git
More information about the Python-modules-commits
mailing list