Package: patchutils
Version: 0.3.1-1
Severity: important
Tags: patch


Coin,

#308316 is back. Please consider applying the attached patch in your next upload.

Regards.

--
Marc Dequènes (Duck)
diff -Nur orig/patchutils-0.3.1/debian/changelog patchutils-0.3.1/debian/changelog
--- orig/patchutils-0.3.1/debian/changelog	2009-05-25 01:16:51.000000000 +0200
+++ patchutils-0.3.1/debian/changelog	2009-05-25 00:59:43.000000000 +0200
@@ -1,3 +1,10 @@
+patchutils (0.3.1-1+hurdfr1) unreleased; urgency=low
+
+  * Added 'posixness_fix' patch as a work around for a POSIX
+    incompatibility.
+
+ -- Marc Dequènes (Duck) <d...@hurdfr.org>  Mon, 25 May 2009 00:58:36 +0200
+
 patchutils (0.3.1-1) unstable; urgency=low
 
   * New upstream release.
diff -Nur orig/patchutils-0.3.1/debian/files patchutils-0.3.1/debian/files
--- orig/patchutils-0.3.1/debian/files	1970-01-01 01:00:00.000000000 +0100
+++ patchutils-0.3.1/debian/files	2009-05-25 01:04:35.000000000 +0200
@@ -0,0 +1 @@
+patchutils_0.3.1-1+hurdfr1_hurd-i386.deb text optional
diff -Nur orig/patchutils-0.3.1/debian/patches/posixness_fix patchutils-0.3.1/debian/patches/posixness_fix
--- orig/patchutils-0.3.1/debian/patches/posixness_fix	1970-01-01 01:00:00.000000000 +0100
+++ patchutils-0.3.1/debian/patches/posixness_fix	2009-05-25 00:57:09.000000000 +0200
@@ -0,0 +1,15 @@
+Index: patchutils-0.3.1/src/util.c
+===================================================================
+--- patchutils-0.3.1.orig/src/util.c	2009-05-25 00:56:34.000000000 +0200
++++ patchutils-0.3.1/src/util.c	2009-05-25 00:56:55.000000000 +0200
+@@ -48,6 +48,10 @@
+ 
+ #include "util.h"
+ 
++#ifndef PATH_MAX
++#define PATH_MAX 4096
++#endif
++
+ /* safe malloc */
+ void *xmalloc (size_t size)
+ {
diff -Nur orig/patchutils-0.3.1/debian/patches/series patchutils-0.3.1/debian/patches/series
--- orig/patchutils-0.3.1/debian/patches/series	2009-05-25 01:16:51.000000000 +0200
+++ patchutils-0.3.1/debian/patches/series	2009-05-25 00:56:16.000000000 +0200
@@ -1 +1,2 @@
 espdiff.6
+posixness_fix

Attachment: pgp5Y2bhIRvg1.pgp
Description: PGP Digital Signature

Reply via email to