tag 422397 patch
thanks

Bug #422397 is caused by a missing 
#include <libgnomeprint/gnome-print-paper.h>
in src/print.c

--------------[PATCH]-------------------------------
diff -r b271f6b92571 debian/changelog
--- a/debian/changelog  Mon Jun 11 23:42:48 2007 -0500
+++ b/debian/changelog  Mon Jun 11 23:57:08 2007 -0500
@@ -1,3 +1,11 @@ oregano (0.60.0-1) unstable; urgency=low
+oregano (0.60.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add missing include for gnome-print-paper.h to src/print.c 
+    (Closes: #422397).
+
+ -- Luis Rodrigo Gallardo Cruz <[EMAIL PROTECTED]>  Mon, 11 Jun 2007 23:56:15 
-0500
+
 oregano (0.60.0-1) unstable; urgency=low
 
   * New upstream release.
diff -r b271f6b92571 debian/patches/00list
--- a/debian/patches/00list     Mon Jun 11 23:42:48 2007 -0500
+++ b/debian/patches/00list     Mon Jun 11 23:55:37 2007 -0500
@@ -1,3 +1,4 @@ scons.env.cflags
 scons.env.cflags
+include.gnomeprintpaper.dpatch
 upstream.sync
 desktop.update
diff -r b271f6b92571 debian/patches/include.gnomeprintpaper.dpatch
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/patches/include.gnomeprintpaper.dpatch     Mon Jun 11 23:55:18 
2007 -0500
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## include.gnomeprintpaper.dpatch by  <[EMAIL PROTECTED]>
+##
+## DP: Add missing include for gnome-print-paper.h
+
[EMAIL PROTECTED]@
+diff -urNad oregano-0.60.0~/src/print.c oregano-0.60.0/src/print.c
+--- oregano-0.60.0~/src/print.c        2006-09-29 23:47:24.000000000 -0500
++++ oregano-0.60.0/src/print.c 2007-06-11 23:50:26.551880404 -0500
+@@ -31,6 +31,8 @@
+ #include <math.h>
+ #include <gnome.h>
+ #include <libgnomeprint/gnome-print.h>
++#include <libgnomeprint/gnome-print-paper.h>
++
+ #include "schematic.h"
+ #include "schematic-view.h"
+ #include "sheet.h"
--------------[/PATCH]------------------------------

Attachment: signature.asc
Description: Digital signature

Reply via email to