Package: pdp
Version: 1:0.12.4-4.3
Severity: normal
Tags: patch

Hi,

Attached is the diff for my pdp 1:0.12.4-4.4 NMU.
-- 
adn
Mohammed Adnène Trojette
diff -u pdp-0.12.4/debian/changelog pdp-0.12.4/debian/changelog
--- pdp-0.12.4/debian/changelog
+++ pdp-0.12.4/debian/changelog
@@ -1,3 +1,13 @@
+pdp (1:0.12.4-4.4) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * 04_quicktime_fix.patch: new, fixes FTBFS (Closes: #392179)
+      + change path to QuickTime includes from "quicktime/" to "lqt/" in
+        modules/image_io/pdp_qt.c.
+      + thanks Andreas Jochens for his patch.
+
+ -- Mohammed Adnène Trojette <[EMAIL PROTECTED]>  Thu, 19 Oct 2006 16:13:55 
+0200
+
 pdp (1:0.12.4-4.3) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- pdp-0.12.4.orig/debian/patches/04_quicktime_fix.patch
+++ pdp-0.12.4/debian/patches/04_quicktime_fix.patch
@@ -0,0 +1,14 @@
+diff -urN tmp/modules/image_io/pdp_qt.c pdp-0.12.4/modules/image_io/pdp_qt.c
+--- tmp/modules/image_io/pdp_qt.c      2003-06-01 11:46:37.000000000 +0000
++++ pdp-0.12.4/modules/image_io/pdp_qt.c       2006-10-13 14:19:54.000000000 
+0000
+@@ -19,8 +19,8 @@
+  */
+ 
+ 
+-#include <quicktime/lqt.h>
+-#include <quicktime/colormodels.h>
++#include <lqt/lqt.h>
++#include <lqt/colormodels.h>
+ 
+ #include "pdp.h"
+ #include "pdp_llconv.h"

Reply via email to