Alan Boudreault wrote:
Package: mapserver
Severity: wishlist
The MapServer debian package version 5.0.3-3 could be updated to version 5.2.0 for be up
to date. Here the patch for building the MapServer package for sid. Let me know if i need
to attach other files. I didn't attach them because i suppose that you need to test the
patch from scratch. If there is something i misunderstood in the "how build a debian
package process", please contact me and i will be happy to fix the errors (Hopefully
there isn't).
-- System Information:
Debian Release: lenny/sid
APT prefers hardy-updates
APT policy: (500, 'hardy-updates'), (500, 'hardy-security'), (500,
'hardy-backports'), (500, 'hardy')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.24-18-generic (SMP w/1 CPU core)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel
Here is the attachment.
--
Alan Boudreault
Mapgears
http://www.mapgears.com
Index: debian/control
===================================================================
--- debian/control (revision 1766)
+++ debian/control (working copy)
@@ -2,14 +2,14 @@
Section: devel
Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
-Uploaders: Petter Reinholdtsen <[EMAIL PROTECTED]>, Paul Wise <[EMAIL PROTECTED]>, Fabio Tranchitella <[EMAIL PROTECTED]>, Francesco Paolo Lovergine <[EMAIL PROTECTED]>, Andreas Putzo <[EMAIL PROTECTED]>
+Uploaders: Petter Reinholdtsen <[EMAIL PROTECTED]>, Paul Wise <[EMAIL PROTECTED]>, Fabio Tranchitella <[EMAIL PROTECTED]>, Francesco Paolo Lovergine <[EMAIL PROTECTED]>, Andreas Putzo <[EMAIL PROTECTED]>, Alan Boudreault <[EMAIL PROTECTED]>
Standards-Version: 3.7.3
Build-Depends: debhelper (>= 5.0.37.2), dpatch, libcurl4-gnutls-dev, libpng12-dev, zlib1g-dev (>= 1.1.4),
libgd2-xpm-dev (>= 2.0.1-10), libfreetype6-dev (>= 2.0.9), libjpeg62-dev, libgdal1-dev (>=1.4.0), proj,
libpq-dev, php5-dev, swig, python-all, python-all-dev, python-central (>= 0.5), libgeos-dev (>= 2.2.3-2),
ruby1.8, ruby1.8-dev, ruby1.9, ruby1.9-dev,
sharutils, libsdl1.2-dev, libfreetype6-dev, libx11-dev,
- libfcgi-dev
+ libfcgi-dev, libxml2, libxml2-dev
Build-Depends-Indep: python-docutils
Build-Conflicts: libcurl3-openssl-dev
XS-Python-Version: all
Index: debian/patches/80_gdal_lib.dpatch
===================================================================
--- debian/patches/80_gdal_lib.dpatch (revision 1766)
+++ debian/patches/80_gdal_lib.dpatch (working copy)
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 80_gdal_lib.dpatch by Francesco Paolo Lovergine <[EMAIL PROTECTED]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
[EMAIL PROTECTED]@
-diff -urNad mapserver-4.10.1~/configure mapserver-4.10.1/configure
---- mapserver-4.10.1~/configure 2007-01-10 23:51:58.000000000 +0100
-+++ mapserver-4.10.1/configure 2007-04-26 16:22:59.000000000 +0200
-@@ -9029,7 +9029,7 @@
-
- if test -n "$GDAL_ENABLED" -o "$OGR_ENABLED"; then
-
-- GDAL_LIB=`$GDAL_CONFIG --libs`' '`$GDAL_CONFIG --dep-libs`
-+ GDAL_LIB=`$GDAL_CONFIG --libs`
- GDAL_INC=`$GDAL_CONFIG --cflags`
-
- fi
Index: debian/patches/50_clean.dpatch
===================================================================
--- debian/patches/50_clean.dpatch (revision 1766)
+++ debian/patches/50_clean.dpatch (working copy)
@@ -1,22 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 50_clean.dpatch by Petter Reinholdtsen <[EMAIL PROTECTED]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Make sure 'make distclean' complete the job even if config.* is
-## DP: missing. Remove generated makefiles as well.
-
-
[EMAIL PROTECTED]@
-diff -urNad mapserver.orig/Makefile.in mapserver/Makefile.in
---- mapserver.orig/Makefile.in 2005-07-29 16:13:03.000000000 +0200
-+++ mapserver/Makefile.in 2005-07-29 20:11:45.357687219 +0200
-@@ -342,7 +342,8 @@
-
- distclean:
- $(MAKE) clean
-- rm config.*
-+ $(RM) Makefile mapscript/java/Makefile
-+ $(RM) config.log config.status
- if test -d autom4te.cache ; then \
- rm -f -r autom4te.cache ; \
- fi
Index: debian/patches/00list
===================================================================
--- debian/patches/00list (revision 1766)
+++ debian/patches/00list (working copy)
@@ -1,3 +0,0 @@
-50_clean
-70_ptrreturn
-80_gdal_lib
Index: debian/patches/70_ptrreturn.dpatch
===================================================================
--- debian/patches/70_ptrreturn.dpatch (revision 1766)
+++ debian/patches/70_ptrreturn.dpatch (working copy)
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 70_ptrreturn.dpatch by Dann Frazier
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Make sure the strptime() return value have the correct type.
-## DP: Fixes bug #328030.
-
[EMAIL PROTECTED]@
-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 "mapserver.h"
- #include "maptime.h"
Index: debian/changelog
===================================================================
--- debian/changelog (revision 1766)
+++ debian/changelog (working copy)
@@ -1,3 +1,9 @@
+mapserver (5.2.0-0) unstable; urgency=low
+
+ * New release
+
+ -- Alan Boudreault <[EMAIL PROTECTED]> Thu, 14 Aug 2008 16:27:55 -0400
+
mapserver (5.0.3-3) unstable; urgency=low
* Updated sv.po template.
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel