[Python-modules-commits] [cairosvg] 03/06: Depend on python(3)-cairocffi instead of python(3)-cairo as they are the cairo bindings preferred by upstream. (Closes: #800882)
Michael Fladischer
fladi at moszumanska.debian.org
Sun Oct 11 08:28:19 UTC 2015
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch master
in repository cairosvg.
commit 9c51a87477be622cb1168e1a612bbf773191b10f
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Sun Oct 11 10:11:05 2015 +0200
Depend on python(3)-cairocffi instead of python(3)-cairo as they are the cairo bindings preferred by upstream. (Closes: #800882)
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 13615da..2557baf 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Package: python-cairosvg
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
- python-cairo
+ python-cairocffi
Description: SVG to PDF/PS/PNG converter based on Cairo
CairoSVG is a SVG converter based on Cairo. It can export SVG files to PDF,
PostScript and PNG files.
@@ -37,7 +37,7 @@ Package: python3-cairosvg
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
- python3-cairo
+ python3-cairocffi
Description: SVG to PDF/PS/PNG converter based on Cairo (Python3 library)
CairoSVG is a SVG converter based on Cairo. It can export SVG files to PDF,
PostScript and PNG files.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/cairosvg.git
More information about the Python-modules-commits
mailing list