Package: postman
Severity: normal
Tags: patch

Hi,

Attached is the diff of my postman 2.0-10.1 NMU.

-- 
Homepage: http://www.sesse.net/
diff -u postman-2.0/debian/patches/00list postman-2.0/debian/patches/00list
--- postman-2.0/debian/patches/00list
+++ postman-2.0/debian/patches/00list
@@ -6,0 +7 @@
+07_missing_xstrdup_forward_declaration
diff -u postman-2.0/debian/changelog postman-2.0/debian/changelog
--- postman-2.0/debian/changelog
+++ postman-2.0/debian/changelog
@@ -1,3 +1,11 @@
+postman (2.0-10.1) unstable; urgency=low
+
+  * Non-Maintainer Upload.
+  * 07_missing_xstrdup_forward_declaration: Fix FTBFS by forward-declaring
+    xstrdup(), patch from Kari Pahula. (Closes: #340195)
+
+ -- Steinar H. Gunderson <[EMAIL PROTECTED]>  Wed, 18 Jan 2006 23:39:05 +0100
+
 postman (2.0-10) unstable; urgency=low
 
   * Use an id check before calling adduser and remove /dev/null redirection
only in patch2:
unchanged:
--- 
postman-2.0.orig/debian/patches/07_missing_xstrdup_forward_declaration.dpatch
+++ postman-2.0/debian/patches/07_missing_xstrdup_forward_declaration.dpatch
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 07_missing_xstrdup_forward_declaration.dpatch by  <[EMAIL PROTECTED]>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
[EMAIL PROTECTED]@
+diff -urNad postman-2.0.orig/XVector.h postman-2.0/XVector.h
+--- postman-2.0.orig/XVector.h 2006-01-18 19:35:21.865896260 +0200
++++ postman-2.0/XVector.h      2006-01-18 21:51:59.815293480 +0200
+@@ -516,6 +516,9 @@
+         return 0;
+ }
+ 
++// forward declaration, declared in Utils.h (which includes XVector.h)
++char *xstrdup (char const *str);
++
+ template <class Etype>
+ char *
+ XVector<Etype>::toPChar (bool PutCR)

Reply via email to