[Pkg-sugar-commit] [sugar-write-activity] 01/05: Add patch 1001 to fix segfault. Closes: bug#791549. Thanks to Sebastian Silva.
Jonas Smedegaard
dr at jones.dk
Mon Jul 6 03:32:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository sugar-write-activity.
commit 886f3eb493480fb38207b6dd684151a5a1e5d5d1
Author: Jonas Smedegaard <dr at jones.dk>
Date: Sun Jul 5 21:49:30 2015 -0500
Add patch 1001 to fix segfault. Closes: bug#791549. Thanks to Sebastian Silva.
---
debian/patches/1001_init_abiword.patch | 16 ++++++++++++++++
debian/patches/README | 3 +++
debian/patches/series | 1 +
3 files changed, 20 insertions(+)
diff --git a/debian/patches/1001_init_abiword.patch b/debian/patches/1001_init_abiword.patch
new file mode 100644
index 0000000..69663d0
--- /dev/null
+++ b/debian/patches/1001_init_abiword.patch
@@ -0,0 +1,16 @@
+Description: Fix crash on startup due to missing module initialization
+Author: Sebastian Silva <sebastian at fuentelibre.org>
+Bug-Debian: https://bugs.debian.org/791549
+Origin: Upstream, https://github.com/godiard/write-activity/pull/2
+Last-Update: 2015-07-05
+
+--- a/widgets.py
++++ b/widgets.py
+@@ -204,6 +204,7 @@
+ class DocumentView(Abi.Widget):
+
+ def __init__(self):
++ Abi.init([])
+ Abi.Widget.__init__(self)
+ self.connect('size-allocate', self.__size_allocate_cb)
+ try:
diff --git a/debian/patches/README b/debian/patches/README
new file mode 100644
index 0000000..80c1584
--- /dev/null
+++ b/debian/patches/README
@@ -0,0 +1,3 @@
+0xxx: Grabbed from upstream development.
+1xxx: Possibly relevant for upstream adoption.
+2xxx: Only relevant for official Debian release.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2c0bfb5
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+1001_init_abiword.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sugar/sugar-write-activity.git
More information about the pkg-sugar-commit
mailing list