[Python-modules-commits] [svgwrite] 01/01: Build fix, preparing for upload
Steffen Möller
moeller at moszumanska.debian.org
Fri Jul 1 15:20:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
moeller pushed a commit to branch master
in repository svgwrite.
commit f1a0fd57df922ca04e38178447b1699747d11a77
Author: Steffen Moeller <moeller at debian.org>
Date: Fri Jul 1 17:21:17 2016 +0200
Build fix, preparing for upload
---
debian/changelog | 2 +-
debian/control | 20 +++++++++++++-------
...gwrite-docs.docs => python-svgwrite-doc.examples} | 0
debian/rules | 3 +++
4 files changed, 17 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 516d52f..5212931 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-svgwrite (1.1.8-1) UNRELEASED; urgency=medium
+svgwrite (1.1.8-1) unstable; urgency=medium
* Initial release (Closes: #828974)
diff --git a/debian/control b/debian/control
index acf4af8..08b83c3 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,27 @@
Source: svgwrite
Section: python
Priority: optional
-Maintainer: Steffen Moeller <moeller at debian.org>
-Build-Depends: debhelper (>=9),dh-python,python-all (>= 2.6.6-3~),python-setuptools,python3-all,python3-setuptools
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Steffen Moeller <moeller at debian.org>
+Build-Depends: debhelper (>=9),
+ dh-python,
+ python-all (>= 2.6.6-3~),
+ python-setuptools,
+ python3-all,
+ python3-setuptools
Standards-Version: 3.9.8
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/svgwrite.git
+Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/svgwrite.git
Homepage: https://pypi.python.org/pypi/svgwrite
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
-Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/svgwrite.git
-Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/svgwrite.git
Package: python-svgwrite
Architecture: all
Depends: python-pyparsing (>= 2.0.1), ${python:Depends}, ${misc:Depends}
Suggests: python-svgwrite-doc
Description: library to create SVG drawings (Python 2)
- Programmatically create Scalable Vector Graphics.
+ Programmatically create Scalable Vector Graphics (SVG).
.
This package installs the library for Python 2.
@@ -24,7 +30,7 @@ Architecture: all
Depends: python3-pyparsing (>= 2.0.1), ${python3:Depends}, ${misc:Depends}
Suggests: python-svgwrite-doc
Description: library to create SVG drawings (Python 3)
- Programmatically create Scalable Vector Graphics.
+ Programmatically create Scalable Vector Graphics (SVG).
.
This package installs the library for Python 3.
@@ -33,6 +39,6 @@ Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: library to create SVG drawings (common documentation)
- Programmatically create Scalable Vector Graphics.
+ Programmatically create Scalable Vector Graphics (SVG).
.
This package provides examples for the use of this library.
diff --git a/debian/python-svgwrite-docs.docs b/debian/python-svgwrite-doc.examples
similarity index 100%
rename from debian/python-svgwrite-docs.docs
rename to debian/python-svgwrite-doc.examples
diff --git a/debian/rules b/debian/rules
index d68cace..abf9e36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,3 +11,6 @@ export PYBUILD_NAME=svgwrite
override_dh_auto_clean:
dh_clean
rm -rf svgwrite.egg-info .pybuild
+
+override_dh_installexamples:
+ dh_installexamples -X.bat
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/svgwrite.git
More information about the Python-modules-commits
mailing list