Your message dated Sat, 13 May 2006 00:22:33 +0200
with message-id <[EMAIL PROTECTED]>
and subject line The bug should have been closed on on the 2.1-1 upload
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
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)
--- End Message ---
--- Begin Message ---
Package: postman
Version: 2.1-1
The patch was included on the package version 2.1-1.
--
Sergio Talens-Oliag <[EMAIL PROTECTED]> <http://people.debian.org/~sto/>
Key fingerprint = 29DF 544F 1BD9 548C 8F15 86EF 6770 052B B8C1 FA69
signature.asc
Description: Digital signature
--- End Message ---