Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/debian/patches
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-12-04 16:56:01 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-12-04 16:56:01 (GMT)
commit83871b89c69fd83d504d649f9912d882a1052d76 (patch)
tree9569621a0f4729758cd5a8902bfe74da0ae33933 /debian/patches
parent17c786cfe24cf769c4c64481f7bd82e316904946 (diff)
Add patch 0001 to fix pointer conversion. This closes: bug#505459, thanks to dann frazier.
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/0001_fix_pointer_conversion.patch21
-rw-r--r--debian/patches/README3
-rw-r--r--debian/patches/series1
3 files changed, 25 insertions, 0 deletions
diff --git a/debian/patches/0001_fix_pointer_conversion.patch b/debian/patches/0001_fix_pointer_conversion.patch
new file mode 100644
index 0000000..9e17a47
--- /dev/null
+++ b/debian/patches/0001_fix_pointer_conversion.patch
@@ -0,0 +1,21 @@
+commit a33d6707e8d71b0f41f04c6d7df50bf8ff0ca3de
+Author: Morgan Collett <morgan.collett@gmail.com>
+Date: Sat Nov 29 15:01:42 2008 +0200
+
+ dev.sugarlabs.org #20: fix missing header file
+
+ Patch from dann frazier <dannf@debian.org>
+ Fixes: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505459
+
+diff --git a/python/hulahop.override b/python/hulahop.override
+index d846c64..f4d019c 100644
+--- a/python/hulahop.override
++++ b/python/hulahop.override
+@@ -4,6 +4,7 @@ headers
+ #include <Python.h>
+ #include <pygtk/pygtk.h>
+
++#include "hulahop.h"
+ #include "hulahop-web-view.h"
+
+ %%
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..c05035e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001_fix_pointer_conversion.patch