[DebianGIS-dev] r1073 - in packages/mapserver/trunk/debian: . patches

kobold at alioth.debian.org kobold at alioth.debian.org
Tue Sep 18 02:41:20 UTC 2007


Author: kobold
Date: 2007-09-18 02:41:20 +0000 (Tue, 18 Sep 2007)
New Revision: 1073

Modified:
   packages/mapserver/trunk/debian/changelog
   packages/mapserver/trunk/debian/patches/70_ptrreturn.dpatch
Log:
Preparing the new major upstream release.


Modified: packages/mapserver/trunk/debian/changelog
===================================================================
--- packages/mapserver/trunk/debian/changelog	2007-09-13 14:55:37 UTC (rev 1072)
+++ packages/mapserver/trunk/debian/changelog	2007-09-18 02:41:20 UTC (rev 1073)
@@ -1,3 +1,9 @@
+mapserver (5.0.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Fabio Tranchitella <kobold at debian.org>  Tue, 18 Sep 2007 04:39:44 +0200
+
 mapserver (4.10.3-1) unstable; urgency=high
 
   [ Andreas Putzo ]

Modified: packages/mapserver/trunk/debian/patches/70_ptrreturn.dpatch
===================================================================
--- packages/mapserver/trunk/debian/patches/70_ptrreturn.dpatch	2007-09-13 14:55:37 UTC (rev 1072)
+++ packages/mapserver/trunk/debian/patches/70_ptrreturn.dpatch	2007-09-18 02:41:20 UTC (rev 1073)
@@ -6,17 +6,14 @@
 ## DP: Fixes bug #328030.
 
 @DPATCH@
---- mapserver/maptime.c.orig	2005-09-13 11:12:32.000000000 +0200
-+++ mapserver/maptime.c	2005-09-13 11:13:22.000000000 +0200
-@@ -44,9 +44,11 @@
-  *
-  */
- 
-+#define _XOPEN_SOURCE
+diff -urN mapserver-5.0.0/maptime.c mapserver-5.0.0.debian/maptime.c
+--- mapserver-5.0.0/maptime.c	2007-08-31 00:46:11.000000000 +0200
++++ mapserver-5.0.0.debian/maptime.c	2007-09-18 04:18:39.000000000 +0200
+@@ -30,6 +30,7 @@
  #include <stdlib.h>
  #include <stdio.h>
  #include <time.h>
 +#include <strings.h>
  
- #include "map.h"
+ #include "mapserver.h"
  #include "maptime.h"




More information about the Pkg-grass-devel mailing list