Package: gwrite Version: 0.3.0-1 Severity: important Tags: patch
gwrite doesn't depend on python-support, even though it is needed to bytecompile its Python modules. The attached patch fixes this bug.
-- Jakub Wilk
diff -u gwrite-0.3.0/debian/control gwrite-0.3.0/debian/control
--- gwrite-0.3.0/debian/control
+++ gwrite-0.3.0/debian/control
@@ -8,7 +8,7 @@
Package: gwrite
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, python, python-gtk2, python-jswebkit, python-webkit, mimetex, wv
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-gtk2, python-jswebkit, python-webkit, mimetex, wv
Description: simple GTK+ HTML5 rich text editor
gWrite is a simple GTK+ HTML5 WYSIWYG editor, focusing on writing
and simple text formating. It can automatically generate a table of
signature.asc
Description: Digital signature

