[DebianGIS-dev] Bug#425284: mapserver: diff for NMU version 4.10.0-6.1

2007-05-20 Thread Luk Claes
Package: mapserver
Version: 4.10.0-6
Severity: normal
Tags: patch

Hi,

Attached is the diff for my mapserver 4.10.0-6.1 NMU during the current
BSP which I'll upload to delayed-0.

-- 
Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D
Fingerprint:   D5AF 25FB 316B 53BB 08E7   F999 E544 DE07 9B7C 328D
diff -u mapserver-4.10.0/debian/control mapserver-4.10.0/debian/control
--- mapserver-4.10.0/debian/control
+++ mapserver-4.10.0/debian/control
@@ -1,27 +1,14 @@
 Source: mapserver
 Section: devel
-Priority: extra
+Priority: optional
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Thomas Sondag [EMAIL PROTECTED], Schuyler Erle [EMAIL PROTECTED], Petter Reinholdtsen [EMAIL PROTECTED], Paul Wise [EMAIL PROTECTED], Fabio Tranchitella [EMAIL PROTECTED]
 Standards-Version: 3.7.2
-Build-Depends: debhelper (= 5.0.37.2), dpatch, libcurl3-gnutls-dev | libcurl3-dev, libpng12-dev, zlib1g-dev (= 1.1.4), libgd2-xpm-dev (= 2.0.1-10), libfreetype6-dev (= 2.0.9), libjpeg62-dev, libgdal1-1.3.2-dev, proj, libwww-dev, libpq-dev, php4-dev, php5-dev, swig, python-all, python-all-dev, python-central (= 0.5), libgeos-dev (= 2.2.3-2)
+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, proj, libwww-dev, libpq-dev, php5-dev, swig, python-all, python-all-dev, python-central (= 0.5), libgeos-dev (= 2.2.3-2)
 Build-Depends-Indep: python-docutils
 Build-Conflicts: libcurl3-openssl-dev
 XS-Python-Version: all
 
-Package: php4-mapscript
-Section: web
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: mapserver-bin, mapserver-doc
-Replaces: php-mapscript
-Conflicts: php-mapscript
-Description: module for php4-cgi to use mapserver
- PHP MapScript allows you to use the mapserver functionalities with PHP web
- scripting language.
- .
- Currently work only with PHP as an Apache DSO.
-
 Package: php5-mapscript
 Section: web
 Architecture: any
@@ -31,7 +18,7 @@
  PHP MapScript allows you to use the MapServer functionalities with php web
  scripting language.
  .
- Currently work only with php as an Apache DSO.
+ This module currently works only with php as an Apache DSO.
 
 Package: perl-mapscript
 Section: perl
@@ -67,7 +54,7 @@
 Section: misc
 Architecture: any
 Depends: ${shlibs:Depends}, ${perl:Depends}
-Suggests: libdbi-perl, perl-mapscript, python-mapscript, php4-mapscript, cgi-mapserver, mapserver-doc
+Suggests: libdbi-perl, perl-mapscript, python-mapscript, php5-mapscript, cgi-mapserver, mapserver-doc
 Description: mapserver binary utilities
  Binary utilities for using MapServer with the command line.
  .
@@ -77,7 +64,7 @@
  The MapServer system includes MapScript that allows popular
  scripting languages such as :
  .
-   * PHP provided by php4-mapscript.
+   * PHP provided by php5-mapscript.
* Python provided by python-mapscript.
* Perl provided by perl-mapscript.
* Java is not supported by any package.
@@ -90,7 +77,7 @@
 Section: doc
 Architecture: all
 Depends: ${shlibs:Depends}
-Suggests: perl-mapscript, python-mapscript, php4-mapscript, cgi-mapserver
+Suggests: perl-mapscript, python-mapscript, php5-mapscript, cgi-mapserver
 Description: documentation for mapserver
  Some short documentation and examples for MapServer.
  .
@@ -100,7 +87,7 @@
  The MapServer system includes MapScript that allows using popular
  scripting languages such as :
  .
-   * PHP provided by php4-mapscript.
+   * PHP provided by php5-mapscript.
* Python provided by python-mapscript.
* Perl provided by perl-mapscript.
* Java is not supported by any package.
diff -u mapserver-4.10.0/debian/rules mapserver-4.10.0/debian/rules
--- mapserver-4.10.0/debian/rules
+++ mapserver-4.10.0/debian/rules
@@ -17,8 +17,6 @@
 version_major=$(shell expr `pwd` : '.*-\([0-9]*\).[0-9.]*')
 CURDIR := $(shell pwd)
 PYVERS=$(shell pyversions -r debian/control)
-PHP4API=$(shell php-config4 --phpapi)
-PHP4DIR=$(shell php-config4 --extension-dir)
 PHP5API=$(shell php-config5 --phpapi)
 PHP5DIR=$(shell php-config5 --extension-dir)
 
@@ -59,14 +57,6 @@
 
 	touch configure-stamp
 
-configure-php4-stamp: patch clean-first-build
-	dh_testdir
-	./configure $(COMMON_CONFIG) \
-		--with-php=/usr/include/php4 \
-		--with-php-regex-dir=/usr/include/php4/regex
-
-	touch configure-php4-stamp
-
 configure-php5-stamp: patch clean-first-build
 	dh_testdir
 	./configure $(COMMON_CONFIG) \
@@ -123,12 +113,6 @@
 
 	touch build-arch-stamp
 
-build-php4-stamp: configure-php4-stamp
-	dh_testdir
-
-	# Build php_mapscript
-	$(MAKE)
-
 build-php5-stamp: configure-php5-stamp
 	dh_testdir
 	-cd mapscript/php3  \
@@ -172,7 +156,7 @@
 clean: unpatch clean-first-build
 	dh_testdir
 	dh_clean
-	-$(RM) configure-php4-stamp configure-php5-stamp build-php4-stamp build-php5-stamp install-arch-stamp install-indep-stamp install-php4-stamp install-php5-stamp
+	-$(RM) configure-php5-stamp 

[DebianGIS-dev] Processing of mapserver_4.10.0-6.1_i386.changes

2007-05-20 Thread Archive Administrator
mapserver_4.10.0-6.1_i386.changes uploaded successfully to localhost
along with the files:
  mapserver_4.10.0-6.1.dsc
  mapserver_4.10.0-6.1.diff.gz
  mapserver-doc_4.10.0-6.1_all.deb
  php5-mapscript_4.10.0-6.1_i386.deb
  perl-mapscript_4.10.0-6.1_i386.deb
  cgi-mapserver_4.10.0-6.1_i386.deb
  python-mapscript_4.10.0-6.1_i386.deb
  mapserver-bin_4.10.0-6.1_i386.deb

Greetings,

Your Debian queue daemon

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] mapserver_4.10.0-6.1_i386.changes ACCEPTED

2007-05-20 Thread Debian Installer

Accepted:
cgi-mapserver_4.10.0-6.1_i386.deb
  to pool/main/m/mapserver/cgi-mapserver_4.10.0-6.1_i386.deb
mapserver-bin_4.10.0-6.1_i386.deb
  to pool/main/m/mapserver/mapserver-bin_4.10.0-6.1_i386.deb
mapserver-doc_4.10.0-6.1_all.deb
  to pool/main/m/mapserver/mapserver-doc_4.10.0-6.1_all.deb
mapserver_4.10.0-6.1.diff.gz
  to pool/main/m/mapserver/mapserver_4.10.0-6.1.diff.gz
mapserver_4.10.0-6.1.dsc
  to pool/main/m/mapserver/mapserver_4.10.0-6.1.dsc
perl-mapscript_4.10.0-6.1_i386.deb
  to pool/main/m/mapserver/perl-mapscript_4.10.0-6.1_i386.deb
php5-mapscript_4.10.0-6.1_i386.deb
  to pool/main/m/mapserver/php5-mapscript_4.10.0-6.1_i386.deb
python-mapscript_4.10.0-6.1_i386.deb
  to pool/main/m/mapserver/python-mapscript_4.10.0-6.1_i386.deb


Override entries for your package:
cgi-mapserver_4.10.0-6.1_i386.deb - optional web
mapserver-bin_4.10.0-6.1_i386.deb - optional misc
mapserver-doc_4.10.0-6.1_all.deb - optional doc
mapserver_4.10.0-6.1.dsc - source web
perl-mapscript_4.10.0-6.1_i386.deb - optional perl
php5-mapscript_4.10.0-6.1_i386.deb - optional web
python-mapscript_4.10.0-6.1_i386.deb - optional python

Announcing to [EMAIL PROTECTED]
Closing bugs: 415504 416449 418313 423538 424635 


Thank you for your contribution to Debian.

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] Bug#421992: marked as done (libgdal1-dev: Should depend on libhdf5-serial-dev)

2007-05-20 Thread Debian Bug Tracking System
Your message dated Sat, 19 May 2007 07:47:05 +
with message-id [EMAIL PROTECTED]
and subject line Bug#421992: fixed in gdal 1.4.1-6
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)

---BeginMessage---
Package: libgdal1-dev
Version: 1.4.1-4
Severity: serious

Hi,

Your package ships an .la file (/usr/lib/libgdal1.4.0.la) which mentions
the /usr/lib/libhdf5.la file in it's dependency_libs file.  You don't
have a dependency on libhdf5-serial-dev and that's causing other
packages to fail to build.  Please add a depends on libhdf5-serial-dev.


Kurt


---End Message---
---BeginMessage---
Source: gdal
Source-Version: 1.4.1-6

We believe that the bug you reported is fixed in the latest version of
gdal, which is due to be installed in the Debian FTP archive:

gdal-bin_1.4.1-6_i386.deb
  to pool/main/g/gdal/gdal-bin_1.4.1-6_i386.deb
gdal_1.4.1-6.diff.gz
  to pool/main/g/gdal/gdal_1.4.1-6.diff.gz
gdal_1.4.1-6.dsc
  to pool/main/g/gdal/gdal_1.4.1-6.dsc
libgdal-doc_1.4.1-6_all.deb
  to pool/main/g/gdal/libgdal-doc_1.4.1-6_all.deb
libgdal1-1.4.0_1.4.1-6_i386.deb
  to pool/main/g/gdal/libgdal1-1.4.0_1.4.1-6_i386.deb
libgdal1-dev_1.4.1-6_i386.deb
  to pool/main/g/gdal/libgdal1-dev_1.4.1-6_i386.deb
python-gdal_1.4.1-6_i386.deb
  to pool/main/g/gdal/python-gdal_1.4.1-6_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Francesco Paolo Lovergine [EMAIL PROTECTED] (supplier of updated gdal package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 18 May 2007 22:28:24 +0200
Source: gdal
Binary: libgdal1-1.4.0 python-gdal libgdal-doc gdal-bin libgdal1-dev
Architecture: source i386 all
Version: 1.4.1-6
Distribution: unstable
Urgency: low
Maintainer: Francesco Paolo Lovergine [EMAIL PROTECTED]
Changed-By: Francesco Paolo Lovergine [EMAIL PROTECTED]
Description: 
 gdal-bin   - Geospatial Data Abstraction Library - Utility programs
 libgdal-doc - Documentation for the Geospatial Data Abstraction Library
 libgdal1-1.4.0 - Geospatial Data Abstraction Library
 libgdal1-dev - Geospatial Data Abstraction Library - Development files
 python-gdal - Python bindings to the Geospatial Data Abstraction Library
Closes: 419827 421992
Changes: 
 gdal (1.4.1-6) unstable; urgency=low
 .
   * New patch gcc43.dpatch, to be compliant with gcc 4.3. Thanks Martin 
Michlmayr.
 (closes: #419827)
   * Revised libgdal1-dev dependencies due to libtool .la file. Thanks Kurt 
Roeckx.
 (closes: #421992)
   * Removed fake libsqlite0-dev build-dep.
Files: 
 f422ad30087b91c6ea72ca573164e195 1291 science extra gdal_1.4.1-6.dsc
 6eae8f3398aefeea3687f49a318a5fb2 10287 science extra gdal_1.4.1-6.diff.gz
 ed7b16e2560603fab43c76c3fd786cdd 2058278 libs extra 
libgdal1-1.4.0_1.4.1-6_i386.deb
 a7d9bb3af20d65133789472055035d6b 2335192 libdevel extra 
libgdal1-dev_1.4.1-6_i386.deb
 d4c67d1b920a1666038a39e1a0e58fe2 82834 science extra gdal-bin_1.4.1-6_i386.deb
 37ebd1639ec7222f21adfd757180bbe5 238262 python extra 
python-gdal_1.4.1-6_i386.deb
 01bc1f7f5ff1e65b15324eac376417b1 1062964 doc extra libgdal-doc_1.4.1-6_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGTqlQpFNRmenyx0cRAs2tAJ4zsxQuOruknaeZ7+LZ77BZ3cOeywCgzid7
vKp39eJz03AIDGd1eAQDr9M=
=Hy0e
-END PGP SIGNATURE-

---End Message---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

[DebianGIS-dev] Bug#419827: marked as done (FTBFS with GCC 4.3: missing #includes)

2007-05-20 Thread Debian Bug Tracking System
Your message dated Sat, 19 May 2007 07:47:05 +
with message-id [EMAIL PROTECTED]
and subject line Bug#419827: fixed in gdal 1.4.1-6
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)

---BeginMessage---
Package: gdal
Version: 1.4.1-1
Usertags: ftbfs-gcc-4.3
Tags: patch

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, the C++ header
dependencies have been cleaned up.  The advantage of this is that
programs will compile faster.  The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC).  Some background of this can be found at
http://gcc.gnu.org/PR28080

You can reproduce this problem with gcc-snapshot (20070326-1 or higher)
from unstable. (Currently not available for i386, but for amd64, powerpc
and ia64.  I hope to have i386 binaries in the archive in ~3 weeks.)

 Automatic build of gdal_1.4.1-1 on em64t by sbuild/amd64 0.53
...
 ilwisdataset.cpp: In function 'long int longConv(double)':
 ilwisdataset.cpp:249: error: 'LONG_MAX' was not declared in this scope
 ilwisdataset.cpp:249: error: 'LONG_MIN' was not declared in this scope
 ilwisdataset.cpp: In function 'CPLErr GetRowCol(std::string, int, int)':
 ilwisdataset.cpp:314: warning: comparison between signed and unsigned integer 
 expressions
 ilwisdataset.cpp:325: warning: comparison between signed and unsigned integer 
 expressions
 ilwisdataset.cpp: In function 'ilwisStoreType stNeeded(long unsigned int)':
 ilwisdataset.cpp:1749: error: 'SHRT_MAX' was not declared in this scope
 ilwisdataset.cpp: In member function 'void ValueRange::init(double)':
 ilwisdataset.cpp:1793: error: 'ULONG_MAX' was not declared in this scope
 ilwisdataset.cpp:1798: error: 'LONG_MAX' was not declared in this scope
 make[3]: *** [../o/ilwisdataset.o] Error 1
 make[3]: Leaving directory `/build/tbm/gdal-1.4.1/frmts/ilwis'

--- frmts/ilwis/ilwisdataset.cpp~   2007-04-18 05:20:14.0 +
+++ frmts/ilwis/ilwisdataset.cpp2007-04-18 05:20:25.0 +
@@ -29,6 +29,7 @@
 
 #include ilwisdataset.h
 #include float.h
+#include climits
 
 // IniFile.cpp: implementation of the IniFile class.
 //
--- frmts/idrisi/IdrisiDataset.cpp~ 2007-04-18 05:24:11.0 +
+++ frmts/idrisi/IdrisiDataset.cpp  2007-04-18 05:24:21.0 +
@@ -34,6 +34,7 @@
 #include ogr_spatialref.h
 #include gdal_pam.h
 #include gdal_alg.h
+#include climits
 
 CPL_CVSID($Id: IdrisiDataset.cpp 10646 2007-01-18 02:38:10Z warmerdam $);
 

-- 
Martin Michlmayr
http://www.cyrius.com/

---End Message---
---BeginMessage---
Source: gdal
Source-Version: 1.4.1-6

We believe that the bug you reported is fixed in the latest version of
gdal, which is due to be installed in the Debian FTP archive:

gdal-bin_1.4.1-6_i386.deb
  to pool/main/g/gdal/gdal-bin_1.4.1-6_i386.deb
gdal_1.4.1-6.diff.gz
  to pool/main/g/gdal/gdal_1.4.1-6.diff.gz
gdal_1.4.1-6.dsc
  to pool/main/g/gdal/gdal_1.4.1-6.dsc
libgdal-doc_1.4.1-6_all.deb
  to pool/main/g/gdal/libgdal-doc_1.4.1-6_all.deb
libgdal1-1.4.0_1.4.1-6_i386.deb
  to pool/main/g/gdal/libgdal1-1.4.0_1.4.1-6_i386.deb
libgdal1-dev_1.4.1-6_i386.deb
  to pool/main/g/gdal/libgdal1-dev_1.4.1-6_i386.deb
python-gdal_1.4.1-6_i386.deb
  to pool/main/g/gdal/python-gdal_1.4.1-6_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Francesco Paolo Lovergine [EMAIL PROTECTED] (supplier of updated gdal package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 18 May 2007 22:28:24 +0200
Source: gdal
Binary: libgdal1-1.4.0 python-gdal libgdal-doc gdal-bin libgdal1-dev
Architecture: source i386 all
Version: 1.4.1-6
Distribution: unstable
Urgency: low
Maintainer: Francesco Paolo Lovergine [EMAIL PROTECTED]
Changed-By: Francesco Paolo Lovergine [EMAIL PROTECTED]
Description: 
 gdal-bin   - Geospatial Data Abstraction Library - Utility programs
 libgdal-doc - Documentation for the 

[DebianGIS-dev] Bug#423538: marked as done (mapserver: FTBFS: Build depends on libgdal1-1.3.2-dev)

2007-05-20 Thread Debian Bug Tracking System
Your message dated Sun, 20 May 2007 17:02:02 +
with message-id [EMAIL PROTECTED]
and subject line Bug#423538: fixed in mapserver 4.10.0-6.1
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)

---BeginMessage---
Package: mapserver
Version: 4.10.0-6
Severity: serious

Hi,

Your package is failing to build because it build dependends on
libgdal1-1.3.2-dev which isn't available anymore.  Please change it to 
libgdal1-dev or libgdal-dev.


Kurt


---End Message---
---BeginMessage---
Source: mapserver
Source-Version: 4.10.0-6.1

We believe that the bug you reported is fixed in the latest version of
mapserver, which is due to be installed in the Debian FTP archive:

cgi-mapserver_4.10.0-6.1_i386.deb
  to pool/main/m/mapserver/cgi-mapserver_4.10.0-6.1_i386.deb
mapserver-bin_4.10.0-6.1_i386.deb
  to pool/main/m/mapserver/mapserver-bin_4.10.0-6.1_i386.deb
mapserver-doc_4.10.0-6.1_all.deb
  to pool/main/m/mapserver/mapserver-doc_4.10.0-6.1_all.deb
mapserver_4.10.0-6.1.diff.gz
  to pool/main/m/mapserver/mapserver_4.10.0-6.1.diff.gz
mapserver_4.10.0-6.1.dsc
  to pool/main/m/mapserver/mapserver_4.10.0-6.1.dsc
perl-mapscript_4.10.0-6.1_i386.deb
  to pool/main/m/mapserver/perl-mapscript_4.10.0-6.1_i386.deb
php5-mapscript_4.10.0-6.1_i386.deb
  to pool/main/m/mapserver/php5-mapscript_4.10.0-6.1_i386.deb
python-mapscript_4.10.0-6.1_i386.deb
  to pool/main/m/mapserver/python-mapscript_4.10.0-6.1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Luk Claes [EMAIL PROTECTED] (supplier of updated mapserver package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 20 May 2007 17:55:46 +0200
Source: mapserver
Binary: mapserver-doc perl-mapscript mapserver-bin cgi-mapserver php5-mapscript 
python-mapscript
Architecture: source i386 all
Version: 4.10.0-6.1
Distribution: unstable
Urgency: high
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Luk Claes [EMAIL PROTECTED]
Description: 
 cgi-mapserver - cgi module of mapserver
 mapserver-bin - mapserver binary utilities
 mapserver-doc - documentation for mapserver
 perl-mapscript - perl mapserver library
 php5-mapscript - module for php5-cgi to use mapserver
 python-mapscript - python mapserver lib
Closes: 415504 416449 418313 423538 424635
Changes: 
 mapserver (4.10.0-6.1) unstable; urgency=high
 .
   * Non-maintainer upload during BSP.
   * Update build dependencies for curl and libgdal transitions
 (Closes: #423538, #424635).
   * Set severity to optional to match overrides.
   * Drop php4 binary packages (Closes: #418313).
   * Fix language in description (Closes: #416449).
   * Add Dutch debconf translation (Closes: #415504).
Files: 
 4ae71817e7aa5aa5c0562ed7f49139bd 1256 devel optional mapserver_4.10.0-6.1.dsc
 d54d380890690154c7d9b4d20620c651 18898 devel optional 
mapserver_4.10.0-6.1.diff.gz
 5883ad8107d3dc907e46a12ad182840b 96894 doc optional 
mapserver-doc_4.10.0-6.1_all.deb
 f5b0ec6dd59f2444697d6809495e3135 534418 web optional 
php5-mapscript_4.10.0-6.1_i386.deb
 bb1b1a4beb628aaadeba26c82e958588 689090 perl optional 
perl-mapscript_4.10.0-6.1_i386.deb
 9accffa5832d7a73fc4df571d82b6ec4 432544 web optional 
cgi-mapserver_4.10.0-6.1_i386.deb
 c6eb3c0e30ae0718e0b1d93cff269ef1 1049678 python optional 
python-mapscript_4.10.0-6.1_i386.deb
 b6f6fe62f5049eba623b4db0eee3d52f 3148212 misc optional 
mapserver-bin_4.10.0-6.1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGUHg+5UTeB5t8Mo0RAqw3AJ0b+4l0EJMeVVY4Zyu9Z3gKl004hQCfa63y
8XCacI3Vls0Hfn5ZNW9DO9M=
=EWsm
-END PGP SIGNATURE-

---End Message---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

[DebianGIS-dev] Bug#415504: marked as done ([INTL:nl] Dutch po-debconf translation)

2007-05-20 Thread Debian Bug Tracking System
Your message dated Sun, 20 May 2007 17:02:02 +
with message-id [EMAIL PROTECTED]
and subject line Bug#415504: fixed in mapserver 4.10.0-6.1
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)

---BeginMessage---
Package: mapserver
Severity: wishlist
Tags: patch l10n

Please find attached the dutch po-debconf translation. Please add 
it to your next package revision, it should be inserted in your package 
build-tree as debian/po/nl.po, TIA.

Feel free to mail me if this file needs updating at some future date.
--
Cheers, cobaco

/\  ASCII Ribbon Campaign
\ /  No proprietary formats in attachments without request
 X   i.e. *NO* WORD, POWERPOINT or EXCEL documents
/ \  Respect Open Standards
  http://www.fsf.org/philosophy/no-word-attachments.html
  http://www.goldmark.org/netrants/no-word/attach.html







-- 
cobaco (aka Bart Cornelis)



nl.po
Description: application/gettext


pgp7CVvAGBVoU.pgp
Description: PGP signature
---End Message---
---BeginMessage---
Source: mapserver
Source-Version: 4.10.0-6.1

We believe that the bug you reported is fixed in the latest version of
mapserver, which is due to be installed in the Debian FTP archive:

cgi-mapserver_4.10.0-6.1_i386.deb
  to pool/main/m/mapserver/cgi-mapserver_4.10.0-6.1_i386.deb
mapserver-bin_4.10.0-6.1_i386.deb
  to pool/main/m/mapserver/mapserver-bin_4.10.0-6.1_i386.deb
mapserver-doc_4.10.0-6.1_all.deb
  to pool/main/m/mapserver/mapserver-doc_4.10.0-6.1_all.deb
mapserver_4.10.0-6.1.diff.gz
  to pool/main/m/mapserver/mapserver_4.10.0-6.1.diff.gz
mapserver_4.10.0-6.1.dsc
  to pool/main/m/mapserver/mapserver_4.10.0-6.1.dsc
perl-mapscript_4.10.0-6.1_i386.deb
  to pool/main/m/mapserver/perl-mapscript_4.10.0-6.1_i386.deb
php5-mapscript_4.10.0-6.1_i386.deb
  to pool/main/m/mapserver/php5-mapscript_4.10.0-6.1_i386.deb
python-mapscript_4.10.0-6.1_i386.deb
  to pool/main/m/mapserver/python-mapscript_4.10.0-6.1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Luk Claes [EMAIL PROTECTED] (supplier of updated mapserver package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 20 May 2007 17:55:46 +0200
Source: mapserver
Binary: mapserver-doc perl-mapscript mapserver-bin cgi-mapserver php5-mapscript 
python-mapscript
Architecture: source i386 all
Version: 4.10.0-6.1
Distribution: unstable
Urgency: high
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Luk Claes [EMAIL PROTECTED]
Description: 
 cgi-mapserver - cgi module of mapserver
 mapserver-bin - mapserver binary utilities
 mapserver-doc - documentation for mapserver
 perl-mapscript - perl mapserver library
 php5-mapscript - module for php5-cgi to use mapserver
 python-mapscript - python mapserver lib
Closes: 415504 416449 418313 423538 424635
Changes: 
 mapserver (4.10.0-6.1) unstable; urgency=high
 .
   * Non-maintainer upload during BSP.
   * Update build dependencies for curl and libgdal transitions
 (Closes: #423538, #424635).
   * Set severity to optional to match overrides.
   * Drop php4 binary packages (Closes: #418313).
   * Fix language in description (Closes: #416449).
   * Add Dutch debconf translation (Closes: #415504).
Files: 
 4ae71817e7aa5aa5c0562ed7f49139bd 1256 devel optional mapserver_4.10.0-6.1.dsc
 d54d380890690154c7d9b4d20620c651 18898 devel optional 
mapserver_4.10.0-6.1.diff.gz
 5883ad8107d3dc907e46a12ad182840b 96894 doc optional 
mapserver-doc_4.10.0-6.1_all.deb
 f5b0ec6dd59f2444697d6809495e3135 534418 web optional 
php5-mapscript_4.10.0-6.1_i386.deb
 bb1b1a4beb628aaadeba26c82e958588 689090 perl optional 
perl-mapscript_4.10.0-6.1_i386.deb
 9accffa5832d7a73fc4df571d82b6ec4 432544 web optional 
cgi-mapserver_4.10.0-6.1_i386.deb
 c6eb3c0e30ae0718e0b1d93cff269ef1 1049678 python optional 
python-mapscript_4.10.0-6.1_i386.deb
 b6f6fe62f5049eba623b4db0eee3d52f 3148212 misc optional 
mapserver-bin_4.10.0-6.1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGUHg+5UTeB5t8Mo0RAqw3AJ0b+4l0EJMeVVY4Zyu9Z3gKl004hQCfa63y
8XCacI3Vls0Hfn5ZNW9DO9M=
=EWsm
-END PGP SIGNATURE-

---End 

[DebianGIS-dev] Bug#418313: marked as done (php4: Should not be included in Lenny)

2007-05-20 Thread Debian Bug Tracking System
Your message dated Sun, 20 May 2007 17:02:02 +
with message-id [EMAIL PROTECTED]
and subject line Bug#418313: fixed in mapserver 4.10.0-6.1
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)

---BeginMessage---
Package: php4
Severity: serious

PHP 4 should not be included in Lenny, which would require to support it
at least until 2011.

Cheers,
Moritz

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

---End Message---
---BeginMessage---
Source: mapserver
Source-Version: 4.10.0-6.1

We believe that the bug you reported is fixed in the latest version of
mapserver, which is due to be installed in the Debian FTP archive:

cgi-mapserver_4.10.0-6.1_i386.deb
  to pool/main/m/mapserver/cgi-mapserver_4.10.0-6.1_i386.deb
mapserver-bin_4.10.0-6.1_i386.deb
  to pool/main/m/mapserver/mapserver-bin_4.10.0-6.1_i386.deb
mapserver-doc_4.10.0-6.1_all.deb
  to pool/main/m/mapserver/mapserver-doc_4.10.0-6.1_all.deb
mapserver_4.10.0-6.1.diff.gz
  to pool/main/m/mapserver/mapserver_4.10.0-6.1.diff.gz
mapserver_4.10.0-6.1.dsc
  to pool/main/m/mapserver/mapserver_4.10.0-6.1.dsc
perl-mapscript_4.10.0-6.1_i386.deb
  to pool/main/m/mapserver/perl-mapscript_4.10.0-6.1_i386.deb
php5-mapscript_4.10.0-6.1_i386.deb
  to pool/main/m/mapserver/php5-mapscript_4.10.0-6.1_i386.deb
python-mapscript_4.10.0-6.1_i386.deb
  to pool/main/m/mapserver/python-mapscript_4.10.0-6.1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Luk Claes [EMAIL PROTECTED] (supplier of updated mapserver package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 20 May 2007 17:55:46 +0200
Source: mapserver
Binary: mapserver-doc perl-mapscript mapserver-bin cgi-mapserver php5-mapscript 
python-mapscript
Architecture: source i386 all
Version: 4.10.0-6.1
Distribution: unstable
Urgency: high
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Luk Claes [EMAIL PROTECTED]
Description: 
 cgi-mapserver - cgi module of mapserver
 mapserver-bin - mapserver binary utilities
 mapserver-doc - documentation for mapserver
 perl-mapscript - perl mapserver library
 php5-mapscript - module for php5-cgi to use mapserver
 python-mapscript - python mapserver lib
Closes: 415504 416449 418313 423538 424635
Changes: 
 mapserver (4.10.0-6.1) unstable; urgency=high
 .
   * Non-maintainer upload during BSP.
   * Update build dependencies for curl and libgdal transitions
 (Closes: #423538, #424635).
   * Set severity to optional to match overrides.
   * Drop php4 binary packages (Closes: #418313).
   * Fix language in description (Closes: #416449).
   * Add Dutch debconf translation (Closes: #415504).
Files: 
 4ae71817e7aa5aa5c0562ed7f49139bd 1256 devel optional mapserver_4.10.0-6.1.dsc
 d54d380890690154c7d9b4d20620c651 18898 devel optional 
mapserver_4.10.0-6.1.diff.gz
 5883ad8107d3dc907e46a12ad182840b 96894 doc optional 
mapserver-doc_4.10.0-6.1_all.deb
 f5b0ec6dd59f2444697d6809495e3135 534418 web optional 
php5-mapscript_4.10.0-6.1_i386.deb
 bb1b1a4beb628aaadeba26c82e958588 689090 perl optional 
perl-mapscript_4.10.0-6.1_i386.deb
 9accffa5832d7a73fc4df571d82b6ec4 432544 web optional 
cgi-mapserver_4.10.0-6.1_i386.deb
 c6eb3c0e30ae0718e0b1d93cff269ef1 1049678 python optional 
python-mapscript_4.10.0-6.1_i386.deb
 b6f6fe62f5049eba623b4db0eee3d52f 3148212 misc optional 
mapserver-bin_4.10.0-6.1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGUHg+5UTeB5t8Mo0RAqw3AJ0b+4l0EJMeVVY4Zyu9Z3gKl004hQCfa63y
8XCacI3Vls0Hfn5ZNW9DO9M=
=EWsm
-END PGP SIGNATURE-

---End Message---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

[DebianGIS-dev] Bug#416449: marked as done (error in last sentence of description)

2007-05-20 Thread Debian Bug Tracking System
Your message dated Sun, 20 May 2007 17:02:02 +
with message-id [EMAIL PROTECTED]
and subject line Bug#416449: fixed in mapserver 4.10.0-6.1
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)

---BeginMessage---
Package: php5-mapscript
Version: 2.10.0-5+etch1
Severity: minor

The last sentence of the description is
Currently work only with php as an Apache DSO.
First, please make this a full sentence.

This module currently works only as an Apache DSO.

---End Message---
---BeginMessage---
Source: mapserver
Source-Version: 4.10.0-6.1

We believe that the bug you reported is fixed in the latest version of
mapserver, which is due to be installed in the Debian FTP archive:

cgi-mapserver_4.10.0-6.1_i386.deb
  to pool/main/m/mapserver/cgi-mapserver_4.10.0-6.1_i386.deb
mapserver-bin_4.10.0-6.1_i386.deb
  to pool/main/m/mapserver/mapserver-bin_4.10.0-6.1_i386.deb
mapserver-doc_4.10.0-6.1_all.deb
  to pool/main/m/mapserver/mapserver-doc_4.10.0-6.1_all.deb
mapserver_4.10.0-6.1.diff.gz
  to pool/main/m/mapserver/mapserver_4.10.0-6.1.diff.gz
mapserver_4.10.0-6.1.dsc
  to pool/main/m/mapserver/mapserver_4.10.0-6.1.dsc
perl-mapscript_4.10.0-6.1_i386.deb
  to pool/main/m/mapserver/perl-mapscript_4.10.0-6.1_i386.deb
php5-mapscript_4.10.0-6.1_i386.deb
  to pool/main/m/mapserver/php5-mapscript_4.10.0-6.1_i386.deb
python-mapscript_4.10.0-6.1_i386.deb
  to pool/main/m/mapserver/python-mapscript_4.10.0-6.1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Luk Claes [EMAIL PROTECTED] (supplier of updated mapserver package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 20 May 2007 17:55:46 +0200
Source: mapserver
Binary: mapserver-doc perl-mapscript mapserver-bin cgi-mapserver php5-mapscript 
python-mapscript
Architecture: source i386 all
Version: 4.10.0-6.1
Distribution: unstable
Urgency: high
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Luk Claes [EMAIL PROTECTED]
Description: 
 cgi-mapserver - cgi module of mapserver
 mapserver-bin - mapserver binary utilities
 mapserver-doc - documentation for mapserver
 perl-mapscript - perl mapserver library
 php5-mapscript - module for php5-cgi to use mapserver
 python-mapscript - python mapserver lib
Closes: 415504 416449 418313 423538 424635
Changes: 
 mapserver (4.10.0-6.1) unstable; urgency=high
 .
   * Non-maintainer upload during BSP.
   * Update build dependencies for curl and libgdal transitions
 (Closes: #423538, #424635).
   * Set severity to optional to match overrides.
   * Drop php4 binary packages (Closes: #418313).
   * Fix language in description (Closes: #416449).
   * Add Dutch debconf translation (Closes: #415504).
Files: 
 4ae71817e7aa5aa5c0562ed7f49139bd 1256 devel optional mapserver_4.10.0-6.1.dsc
 d54d380890690154c7d9b4d20620c651 18898 devel optional 
mapserver_4.10.0-6.1.diff.gz
 5883ad8107d3dc907e46a12ad182840b 96894 doc optional 
mapserver-doc_4.10.0-6.1_all.deb
 f5b0ec6dd59f2444697d6809495e3135 534418 web optional 
php5-mapscript_4.10.0-6.1_i386.deb
 bb1b1a4beb628aaadeba26c82e958588 689090 perl optional 
perl-mapscript_4.10.0-6.1_i386.deb
 9accffa5832d7a73fc4df571d82b6ec4 432544 web optional 
cgi-mapserver_4.10.0-6.1_i386.deb
 c6eb3c0e30ae0718e0b1d93cff269ef1 1049678 python optional 
python-mapscript_4.10.0-6.1_i386.deb
 b6f6fe62f5049eba623b4db0eee3d52f 3148212 misc optional 
mapserver-bin_4.10.0-6.1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGUHg+5UTeB5t8Mo0RAqw3AJ0b+4l0EJMeVVY4Zyu9Z3gKl004hQCfa63y
8XCacI3Vls0Hfn5ZNW9DO9M=
=EWsm
-END PGP SIGNATURE-

---End Message---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

[DebianGIS-dev] r846 - packages/mapserver/trunk/debian

2007-05-20 Thread frankie
Author: frankie
Date: 2007-05-20 21:50:29 + (Sun, 20 May 2007)
New Revision: 846

Added:
   packages/mapserver/trunk/debian/compat
Modified:
   packages/mapserver/trunk/debian/changelog
   packages/mapserver/trunk/debian/control
   packages/mapserver/trunk/debian/rules
Log:
Merging from BSP NMU


Modified: packages/mapserver/trunk/debian/changelog
===
--- packages/mapserver/trunk/debian/changelog   2007-05-19 08:42:33 UTC (rev 
845)
+++ packages/mapserver/trunk/debian/changelog   2007-05-20 21:50:29 UTC (rev 
846)
@@ -8,8 +8,13 @@
   * Removed Thomas Sondag among Uploaders (last contribute dated more than 2 
years ago).
   * Moved to libcurl4 build-deps.
   * Added a debian/README.etch for notes on backporting.
+  * Moved to debhelper compatibility level 5.
   * A new debian/control.etch file has been introduced to retain etch 
compatibility.
 All php4 related files have been maintained for the same reason. Please, 
don't remove them!
+  * Merging other relevant patches from BSP NMU 4.10.0-6.1. Thanks Luk Claes.
+   - Fixed package priority to meet overrides
+   - Fix language in description (closes: #416449) 
  
+   - Add Dutch debconf translation (closes: #415504)   
   
 
   [ Fabio Tranchitella ]
   * New upstream release.

Added: packages/mapserver/trunk/debian/compat
===
--- packages/mapserver/trunk/debian/compat  (rev 0)
+++ packages/mapserver/trunk/debian/compat  2007-05-20 21:50:29 UTC (rev 
846)
@@ -0,0 +1 @@
+5

Modified: packages/mapserver/trunk/debian/control
===
--- packages/mapserver/trunk/debian/control 2007-05-19 08:42:33 UTC (rev 
845)
+++ packages/mapserver/trunk/debian/control 2007-05-20 21:50:29 UTC (rev 
846)
@@ -1,10 +1,10 @@
 Source: mapserver
 Section: devel
-Priority: extra
+Priority: optional
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Schuyler Erle [EMAIL PROTECTED], Petter Reinholdtsen [EMAIL 
PROTECTED], Paul Wise [EMAIL PROTECTED], Fabio Tranchitella [EMAIL 
PROTECTED], Francesco Paolo Lovergine [EMAIL PROTECTED]
 Standards-Version: 3.7.2
-Build-Depends: debhelper (= 5.0.37.2), dpatch, libcurl4-gnutls-dev | 
libcurl4-dev, libpng12-dev,
+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, libwww-dev, libpq-dev, php5-dev, 
swig,
  python-all, python-all-dev, python-central (= 0.5), libgeos-dev (= 2.2.3-2)
@@ -21,7 +21,7 @@
  PHP MapScript allows you to use the MapServer functionalities with php web
  scripting language.
  .
- Currently work only with php as an Apache DSO.
+ This module currently works only with php as an Apache DSO.
 
 Package: perl-mapscript
 Section: perl

Modified: packages/mapserver/trunk/debian/rules
===
--- packages/mapserver/trunk/debian/rules   2007-05-19 08:42:33 UTC (rev 
845)
+++ packages/mapserver/trunk/debian/rules   2007-05-20 21:50:29 UTC (rev 
846)
@@ -17,8 +17,8 @@
 version_major=$(shell expr `pwd` : '.*-\([0-9]*\).[0-9.]*')
 CURDIR := $(shell pwd)
 PYVERS=$(shell pyversions -r debian/control)
-PHP4API=$(shell php-config4 --phpapi)
-PHP4DIR=$(shell php-config4 --extension-dir)
+#PHP4API=$(shell php-config4 --phpapi)
+#PHP4DIR=$(shell php-config4 --extension-dir)
 PHP5API=$(shell php-config5 --phpapi)
 PHP5DIR=$(shell php-config5 --extension-dir)
 
@@ -59,14 +59,14 @@
 
touch configure-stamp
 
-configure-php4-stamp: patch clean-first-build
-   dh_testdir
-   ./configure $(COMMON_CONFIG) \
-   --with-php=/usr/include/php4 \
-   --with-php-regex-dir=/usr/include/php4/regex
+#configure-php4-stamp: patch clean-first-build
+#  dh_testdir
+#  ./configure $(COMMON_CONFIG) \
+#  --with-php=/usr/include/php4 \
+#  --with-php-regex-dir=/usr/include/php4/regex
+#
+#  touch configure-php4-stamp
 
-   touch configure-php4-stamp
-
 configure-php5-stamp: patch clean-first-build
dh_testdir
./configure $(COMMON_CONFIG) \
@@ -123,12 +123,12 @@
 
touch build-arch-stamp
 
-build-php4-stamp: configure-php4-stamp
-   dh_testdir
+#build-php4-stamp: configure-php4-stamp
+#  dh_testdir
+#
+#  # Build php_mapscript
+#  $(MAKE)
 
-   # Build php_mapscript
-   $(MAKE)
-
 build-php5-stamp: configure-php5-stamp
dh_testdir
-cd mapscript/php3  \
@@ -172,7 +172,8 @@
 clean: unpatch clean-first-build
dh_testdir
dh_clean
-   -$(RM) 

[DebianGIS-dev] Bug#422772: marked as done (qgis - FTBFS: link: `/usr/lib/libhdf5.la' is not a valid libtool archive)

2007-05-20 Thread Debian Bug Tracking System
Your message dated Sun, 20 May 2007 23:28:41 +0200
with message-id [EMAIL PROTECTED]
and subject line Will be fixed in next build
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)

---BeginMessage---
Package: qgis
Version: 0.8.0-3
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of qgis_0.8.0-3 on debian-31.osdl.marist.edu by sbuild/s390 98
[...]
 ar cru .libs/libqgis_core.a  libqgis_core_la-qgis.o 
 libqgis_core_la-qgsapplication.o libqgis_core_la-qgsbookmarkitem.o 
 libqgis_core_la-qgsclipper.o libqgis_core_la-qgscolortable.o 
 libqgis_core_la-qgscontexthelp.o libqgis_core_la-qgscustomsymbol.o 
 libqgis_core_la-qgsdatamanager.o libqgis_core_la-qgsdatasource.o 
 libqgis_core_la-qgsdistancearea.o libqgis_core_la-qgsexception.o 
 libqgis_core_la-qgsfeature.o libqgis_core_la-qgsfeatureattribute.o 
 libqgis_core_la-qgsfield.o libqgis_core_la-qgsgeometry.o 
 libqgis_core_la-qgsgeometryvertexindex.o libqgis_core_la-qgshttptransaction.o 
 libqgis_core_la-qgslabelattributes.o libqgis_core_la-qgsline.o 
 libqgis_core_la-qgslinesymbol.o libqgis_core_la-qgslogger.o 
 libqgis_core_la-qgsmaptopixel.o libqgis_core_la-qgsmarkercatalogue.o 
 libqgis_core_la-qgsmarkersymbol.o 
 libqgis_core_la-qgsnumericsortlistviewitem.o libqgis_core_la-qgspluginitem.o 
 libqgis_core_la-qgspluginregistry.o libqgis_core_la-qgspoint.o 
 libqgis_core_la-qgspolygonsymbol.o libqgis_core_la-qgsprojectproperty.o 
 libqgis_core_la-qgsprovidercountcalcevent.o 
 libqgis_core_la-qgsproviderextentcalcevent.o 
 libqgis_core_la-qgsprovidermetadata.o libqgis_core_la-qgsproviderregistry.o 
 libqgis_core_la-qgsrangerenderitem.o libqgis_core_la-qgsrasterdataprovider.o 
 libqgis_core_la-qgsrect.o libqgis_core_la-qgsrenderer.o 
 libqgis_core_la-qgsrenderitem.o libqgis_core_la-qgsscalecalculator.o 
 libqgis_core_la-qgssearchstring.o libqgis_core_la-qgssearchstringlexer.o 
 libqgis_core_la-qgssearchstringparser.o libqgis_core_la-qgssearchtreenode.o 
 libqgis_core_la-qgssymbol.o libqgis_core_la-qgssymbologyutils.o 
 libqgis_core_la-qgsvectordataprovider.o libqgis_core_la-qgscontexthelp.moc.o 
 libqgis_core_la-qgsdataprovider.moc.o 
 libqgis_core_la-qgshttptransaction.moc.o 
 libqgis_core_la-qgsrasterdataprovider.moc.o
 ranlib .libs/libqgis_core.a
 creating libqgis_core.la
 /bin/sed: can't read /usr/lib/libhdf5.la: No such file or directory
 libtool: link: `/usr/lib/libhdf5.la' is not a valid libtool archive
 make[5]: *** [libqgis_core.la] Error 1
 make[5]: Leaving directory `/build/buildd/qgis-0.8.0/src/core'
 make[4]: *** [all] Error 2
 make[4]: Leaving directory `/build/buildd/qgis-0.8.0/src/core'
 make[3]: *** [all-recursive] Error 1
 make[3]: Leaving directory `/build/buildd/qgis-0.8.0/src'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/build/buildd/qgis-0.8.0'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/build/buildd/qgis-0.8.0'
 make: *** [build-stamp] Error 2
 **
 Build finished at 20070504-1201
 FAILED [dpkg-buildpackage died]

---End Message---
---BeginMessage---
This error is due to missing deps in libgdal1-dev, fixed in 1.4.1-6

-- 
Francesco P. Lovergine
---End Message---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

[DebianGIS-dev] r847 - packages/mapserver/trunk/debian

2007-05-20 Thread frankie
Author: frankie
Date: 2007-05-20 22:09:06 + (Sun, 20 May 2007)
New Revision: 847

Modified:
   packages/mapserver/trunk/debian/changelog
   packages/mapserver/trunk/debian/rules
Log:
Removing dh_python


Modified: packages/mapserver/trunk/debian/changelog
===
--- packages/mapserver/trunk/debian/changelog   2007-05-20 21:50:29 UTC (rev 
846)
+++ packages/mapserver/trunk/debian/changelog   2007-05-20 22:09:06 UTC (rev 
847)
@@ -9,17 +9,18 @@
   * Moved to libcurl4 build-deps.
   * Added a debian/README.etch for notes on backporting.
   * Moved to debhelper compatibility level 5.
+  * Removed superfluous dh_python in debian/rules.
   * A new debian/control.etch file has been introduced to retain etch 
compatibility.
 All php4 related files have been maintained for the same reason. Please, 
don't remove them!
   * Merging other relevant patches from BSP NMU 4.10.0-6.1. Thanks Luk Claes.
- Fixed package priority to meet overrides
-   - Fix language in description (closes: #416449) 
  
-   - Add Dutch debconf translation (closes: #415504)   
   
+   - Fix language in description (closes: #416449)
+   - Add Dutch debconf translation (closes: #415504)
 
   [ Fabio Tranchitella ]
   * New upstream release.
 
- -- Francesco Paolo Lovergine [EMAIL PROTECTED]  Fri, 18 May 2007 16:06:27 
+0200
+ -- Francesco Paolo Lovergine [EMAIL PROTECTED]  Mon, 21 May 2007 00:07:28 
+0200
 
 mapserver (4.10.0-6) unstable; urgency=low
 

Modified: packages/mapserver/trunk/debian/rules
===
--- packages/mapserver/trunk/debian/rules   2007-05-20 21:50:29 UTC (rev 
846)
+++ packages/mapserver/trunk/debian/rules   2007-05-20 22:09:06 UTC (rev 
847)
@@ -269,7 +269,6 @@
chmod a-x 
debian/php*-mapscript/usr/share/doc/php*-mapscript/examples/*.phtml
dh_installdebconf -a
dh_pycentral -ppython-mapscript
-   dh_python -ppython-mapscript
dh_compress -a
dh_link -a
dh_strip -a


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] r848 - packages/mapserver/trunk/debian/patches

2007-05-20 Thread frankie
Author: frankie
Date: 2007-05-20 22:11:45 + (Sun, 20 May 2007)
New Revision: 848

Added:
   packages/mapserver/trunk/debian/patches/80_gdal_lib.dpatch
Log:
Adding missing patch file :-/


Added: packages/mapserver/trunk/debian/patches/80_gdal_lib.dpatch
===
--- packages/mapserver/trunk/debian/patches/80_gdal_lib.dpatch  
(rev 0)
+++ packages/mapserver/trunk/debian/patches/80_gdal_lib.dpatch  2007-05-20 
22:11:45 UTC (rev 848)
@@ -0,0 +1,19 @@
+#! /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~/configure2007-01-10 23:51:58.0 +0100
 mapserver-4.10.1/configure 2007-04-26 16:22:59.0 +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


Property changes on: packages/mapserver/trunk/debian/patches/80_gdal_lib.dpatch
___
Name: svn:executable
   + *


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] Bug#423538: marked as done (mapserver: FTBFS: Build depends on libgdal1-1.3.2-dev)

2007-05-20 Thread Debian Bug Tracking System
Your message dated Sun, 20 May 2007 22:47:02 +
with message-id [EMAIL PROTECTED]
and subject line Bug#423538: fixed in mapserver 4.10.1-1
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)

---BeginMessage---
Package: mapserver
Version: 4.10.0-6
Severity: serious

Hi,

Your package is failing to build because it build dependends on
libgdal1-1.3.2-dev which isn't available anymore.  Please change it to 
libgdal1-dev or libgdal-dev.


Kurt


---End Message---
---BeginMessage---
Source: mapserver
Source-Version: 4.10.1-1

We believe that the bug you reported is fixed in the latest version of
mapserver, which is due to be installed in the Debian FTP archive:

cgi-mapserver_4.10.1-1_i386.deb
  to pool/main/m/mapserver/cgi-mapserver_4.10.1-1_i386.deb
mapserver-bin_4.10.1-1_i386.deb
  to pool/main/m/mapserver/mapserver-bin_4.10.1-1_i386.deb
mapserver-doc_4.10.1-1_all.deb
  to pool/main/m/mapserver/mapserver-doc_4.10.1-1_all.deb
mapserver_4.10.1-1.diff.gz
  to pool/main/m/mapserver/mapserver_4.10.1-1.diff.gz
mapserver_4.10.1-1.dsc
  to pool/main/m/mapserver/mapserver_4.10.1-1.dsc
mapserver_4.10.1.orig.tar.gz
  to pool/main/m/mapserver/mapserver_4.10.1.orig.tar.gz
perl-mapscript_4.10.1-1_i386.deb
  to pool/main/m/mapserver/perl-mapscript_4.10.1-1_i386.deb
php5-mapscript_4.10.1-1_i386.deb
  to pool/main/m/mapserver/php5-mapscript_4.10.1-1_i386.deb
python-mapscript_4.10.1-1_i386.deb
  to pool/main/m/mapserver/python-mapscript_4.10.1-1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Francesco Paolo Lovergine [EMAIL PROTECTED] (supplier of updated mapserver 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 21 May 2007 00:07:28 +0200
Source: mapserver
Binary: mapserver-doc perl-mapscript mapserver-bin cgi-mapserver php5-mapscript 
python-mapscript
Architecture: source i386 all
Version: 4.10.1-1
Distribution: unstable
Urgency: low
Maintainer: Francesco Paolo Lovergine [EMAIL PROTECTED]
Changed-By: Francesco Paolo Lovergine [EMAIL PROTECTED]
Description: 
 cgi-mapserver - cgi module of mapserver
 mapserver-bin - mapserver binary utilities
 mapserver-doc - documentation for mapserver
 perl-mapscript - perl mapserver library
 php5-mapscript - module for php5-cgi to use mapserver
 python-mapscript - python mapserver lib
Closes: 415504 415504 416449 418313 423538 424635
Changes: 
 mapserver (4.10.1-1) unstable; urgency=low
 .
   [ Francesco Paolo Lovergine ]
   * debian/po/nl.po added. (closes: #415504)
   * Moved to gdal 1.4.1 dependency. (closes: #424635, #423538)
   * Removed php4 support (closes: #418313)
   * Updated long descriptions.
   * Removed Thomas Sondag among Uploaders (last contribute dated more than 2 
years ago).
   * Moved to libcurl4 build-deps.
   * Added a debian/README.etch for notes on backporting.
   * Moved to debhelper compatibility level 5.
   * Removed superfluous dh_python in debian/rules.
   * A new debian/control.etch file has been introduced to retain etch 
compatibility.
 All php4 related files have been maintained for the same reason. Please, 
don't remove them!
   * Merging other relevant patches from BSP NMU 4.10.0-6.1. Thanks Luk Claes.
- Fixed package priority to meet overrides
- Fix language in description (closes: #416449)
- Add Dutch debconf translation (closes: #415504)
 .
   [ Fabio Tranchitella ]
   * New upstream release.
Files: 
 9692e5212e844629e4830246804b0ecd 1274 devel optional mapserver_4.10.1-1.dsc
 fdcf10c2e15fb89e1c1547e8d11eca02 1928018 devel optional 
mapserver_4.10.1.orig.tar.gz
 06f08aebfa713bb0b96104b771d056ad 19959 devel optional 
mapserver_4.10.1-1.diff.gz
 97d9aa559370f4fdca319b05187f3cdb 95126 doc optional 
mapserver-doc_4.10.1-1_all.deb
 af42e444d7494e2ea182c658de93ba0e 535732 web optional 
php5-mapscript_4.10.1-1_i386.deb
 436e5e1d7a0116ec1c3b8dc015db6ebe 710656 perl optional 
perl-mapscript_4.10.1-1_i386.deb
 e3d00f88c8047fc7bf43792c88df724c 432914 web optional 
cgi-mapserver_4.10.1-1_i386.deb
 edf30ca132be97628217014eb1bcc17f 1104122 python optional 
python-mapscript_4.10.1-1_i386.deb
 

[DebianGIS-dev] Bug#416449: marked as done (error in last sentence of description)

2007-05-20 Thread Debian Bug Tracking System
Your message dated Sun, 20 May 2007 22:47:02 +
with message-id [EMAIL PROTECTED]
and subject line Bug#416449: fixed in mapserver 4.10.1-1
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)

---BeginMessage---
Package: php5-mapscript
Version: 2.10.0-5+etch1
Severity: minor

The last sentence of the description is
Currently work only with php as an Apache DSO.
First, please make this a full sentence.

This module currently works only as an Apache DSO.

---End Message---
---BeginMessage---
Source: mapserver
Source-Version: 4.10.1-1

We believe that the bug you reported is fixed in the latest version of
mapserver, which is due to be installed in the Debian FTP archive:

cgi-mapserver_4.10.1-1_i386.deb
  to pool/main/m/mapserver/cgi-mapserver_4.10.1-1_i386.deb
mapserver-bin_4.10.1-1_i386.deb
  to pool/main/m/mapserver/mapserver-bin_4.10.1-1_i386.deb
mapserver-doc_4.10.1-1_all.deb
  to pool/main/m/mapserver/mapserver-doc_4.10.1-1_all.deb
mapserver_4.10.1-1.diff.gz
  to pool/main/m/mapserver/mapserver_4.10.1-1.diff.gz
mapserver_4.10.1-1.dsc
  to pool/main/m/mapserver/mapserver_4.10.1-1.dsc
mapserver_4.10.1.orig.tar.gz
  to pool/main/m/mapserver/mapserver_4.10.1.orig.tar.gz
perl-mapscript_4.10.1-1_i386.deb
  to pool/main/m/mapserver/perl-mapscript_4.10.1-1_i386.deb
php5-mapscript_4.10.1-1_i386.deb
  to pool/main/m/mapserver/php5-mapscript_4.10.1-1_i386.deb
python-mapscript_4.10.1-1_i386.deb
  to pool/main/m/mapserver/python-mapscript_4.10.1-1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Francesco Paolo Lovergine [EMAIL PROTECTED] (supplier of updated mapserver 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 21 May 2007 00:07:28 +0200
Source: mapserver
Binary: mapserver-doc perl-mapscript mapserver-bin cgi-mapserver php5-mapscript 
python-mapscript
Architecture: source i386 all
Version: 4.10.1-1
Distribution: unstable
Urgency: low
Maintainer: Francesco Paolo Lovergine [EMAIL PROTECTED]
Changed-By: Francesco Paolo Lovergine [EMAIL PROTECTED]
Description: 
 cgi-mapserver - cgi module of mapserver
 mapserver-bin - mapserver binary utilities
 mapserver-doc - documentation for mapserver
 perl-mapscript - perl mapserver library
 php5-mapscript - module for php5-cgi to use mapserver
 python-mapscript - python mapserver lib
Closes: 415504 415504 416449 418313 423538 424635
Changes: 
 mapserver (4.10.1-1) unstable; urgency=low
 .
   [ Francesco Paolo Lovergine ]
   * debian/po/nl.po added. (closes: #415504)
   * Moved to gdal 1.4.1 dependency. (closes: #424635, #423538)
   * Removed php4 support (closes: #418313)
   * Updated long descriptions.
   * Removed Thomas Sondag among Uploaders (last contribute dated more than 2 
years ago).
   * Moved to libcurl4 build-deps.
   * Added a debian/README.etch for notes on backporting.
   * Moved to debhelper compatibility level 5.
   * Removed superfluous dh_python in debian/rules.
   * A new debian/control.etch file has been introduced to retain etch 
compatibility.
 All php4 related files have been maintained for the same reason. Please, 
don't remove them!
   * Merging other relevant patches from BSP NMU 4.10.0-6.1. Thanks Luk Claes.
- Fixed package priority to meet overrides
- Fix language in description (closes: #416449)
- Add Dutch debconf translation (closes: #415504)
 .
   [ Fabio Tranchitella ]
   * New upstream release.
Files: 
 9692e5212e844629e4830246804b0ecd 1274 devel optional mapserver_4.10.1-1.dsc
 fdcf10c2e15fb89e1c1547e8d11eca02 1928018 devel optional 
mapserver_4.10.1.orig.tar.gz
 06f08aebfa713bb0b96104b771d056ad 19959 devel optional 
mapserver_4.10.1-1.diff.gz
 97d9aa559370f4fdca319b05187f3cdb 95126 doc optional 
mapserver-doc_4.10.1-1_all.deb
 af42e444d7494e2ea182c658de93ba0e 535732 web optional 
php5-mapscript_4.10.1-1_i386.deb
 436e5e1d7a0116ec1c3b8dc015db6ebe 710656 perl optional 
perl-mapscript_4.10.1-1_i386.deb
 e3d00f88c8047fc7bf43792c88df724c 432914 web optional 
cgi-mapserver_4.10.1-1_i386.deb
 edf30ca132be97628217014eb1bcc17f 1104122 python optional 

[DebianGIS-dev] Bug#415504: marked as done ([INTL:nl] Dutch po-debconf translation)

2007-05-20 Thread Debian Bug Tracking System
Your message dated Sun, 20 May 2007 22:47:02 +
with message-id [EMAIL PROTECTED]
and subject line Bug#415504: fixed in mapserver 4.10.1-1
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)

---BeginMessage---
Package: mapserver
Severity: wishlist
Tags: patch l10n

Please find attached the dutch po-debconf translation. Please add 
it to your next package revision, it should be inserted in your package 
build-tree as debian/po/nl.po, TIA.

Feel free to mail me if this file needs updating at some future date.
--
Cheers, cobaco

/\  ASCII Ribbon Campaign
\ /  No proprietary formats in attachments without request
 X   i.e. *NO* WORD, POWERPOINT or EXCEL documents
/ \  Respect Open Standards
  http://www.fsf.org/philosophy/no-word-attachments.html
  http://www.goldmark.org/netrants/no-word/attach.html







-- 
cobaco (aka Bart Cornelis)



nl.po
Description: application/gettext


pgp7IHHb84q3j.pgp
Description: PGP signature
---End Message---
---BeginMessage---
Source: mapserver
Source-Version: 4.10.1-1

We believe that the bug you reported is fixed in the latest version of
mapserver, which is due to be installed in the Debian FTP archive:

cgi-mapserver_4.10.1-1_i386.deb
  to pool/main/m/mapserver/cgi-mapserver_4.10.1-1_i386.deb
mapserver-bin_4.10.1-1_i386.deb
  to pool/main/m/mapserver/mapserver-bin_4.10.1-1_i386.deb
mapserver-doc_4.10.1-1_all.deb
  to pool/main/m/mapserver/mapserver-doc_4.10.1-1_all.deb
mapserver_4.10.1-1.diff.gz
  to pool/main/m/mapserver/mapserver_4.10.1-1.diff.gz
mapserver_4.10.1-1.dsc
  to pool/main/m/mapserver/mapserver_4.10.1-1.dsc
mapserver_4.10.1.orig.tar.gz
  to pool/main/m/mapserver/mapserver_4.10.1.orig.tar.gz
perl-mapscript_4.10.1-1_i386.deb
  to pool/main/m/mapserver/perl-mapscript_4.10.1-1_i386.deb
php5-mapscript_4.10.1-1_i386.deb
  to pool/main/m/mapserver/php5-mapscript_4.10.1-1_i386.deb
python-mapscript_4.10.1-1_i386.deb
  to pool/main/m/mapserver/python-mapscript_4.10.1-1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Francesco Paolo Lovergine [EMAIL PROTECTED] (supplier of updated mapserver 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 21 May 2007 00:07:28 +0200
Source: mapserver
Binary: mapserver-doc perl-mapscript mapserver-bin cgi-mapserver php5-mapscript 
python-mapscript
Architecture: source i386 all
Version: 4.10.1-1
Distribution: unstable
Urgency: low
Maintainer: Francesco Paolo Lovergine [EMAIL PROTECTED]
Changed-By: Francesco Paolo Lovergine [EMAIL PROTECTED]
Description: 
 cgi-mapserver - cgi module of mapserver
 mapserver-bin - mapserver binary utilities
 mapserver-doc - documentation for mapserver
 perl-mapscript - perl mapserver library
 php5-mapscript - module for php5-cgi to use mapserver
 python-mapscript - python mapserver lib
Closes: 415504 415504 416449 418313 423538 424635
Changes: 
 mapserver (4.10.1-1) unstable; urgency=low
 .
   [ Francesco Paolo Lovergine ]
   * debian/po/nl.po added. (closes: #415504)
   * Moved to gdal 1.4.1 dependency. (closes: #424635, #423538)
   * Removed php4 support (closes: #418313)
   * Updated long descriptions.
   * Removed Thomas Sondag among Uploaders (last contribute dated more than 2 
years ago).
   * Moved to libcurl4 build-deps.
   * Added a debian/README.etch for notes on backporting.
   * Moved to debhelper compatibility level 5.
   * Removed superfluous dh_python in debian/rules.
   * A new debian/control.etch file has been introduced to retain etch 
compatibility.
 All php4 related files have been maintained for the same reason. Please, 
don't remove them!
   * Merging other relevant patches from BSP NMU 4.10.0-6.1. Thanks Luk Claes.
- Fixed package priority to meet overrides
- Fix language in description (closes: #416449)
- Add Dutch debconf translation (closes: #415504)
 .
   [ Fabio Tranchitella ]
   * New upstream release.
Files: 
 9692e5212e844629e4830246804b0ecd 1274 devel optional mapserver_4.10.1-1.dsc
 fdcf10c2e15fb89e1c1547e8d11eca02 1928018 devel optional 
mapserver_4.10.1.orig.tar.gz
 06f08aebfa713bb0b96104b771d056ad 

[DebianGIS-dev] Bug#418313: marked as done (php4: Should not be included in Lenny)

2007-05-20 Thread Debian Bug Tracking System
Your message dated Sun, 20 May 2007 22:47:02 +
with message-id [EMAIL PROTECTED]
and subject line Bug#418313: fixed in mapserver 4.10.1-1
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)

---BeginMessage---
Package: php4
Severity: serious

PHP 4 should not be included in Lenny, which would require to support it
at least until 2011.

Cheers,
Moritz

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

---End Message---
---BeginMessage---
Source: mapserver
Source-Version: 4.10.1-1

We believe that the bug you reported is fixed in the latest version of
mapserver, which is due to be installed in the Debian FTP archive:

cgi-mapserver_4.10.1-1_i386.deb
  to pool/main/m/mapserver/cgi-mapserver_4.10.1-1_i386.deb
mapserver-bin_4.10.1-1_i386.deb
  to pool/main/m/mapserver/mapserver-bin_4.10.1-1_i386.deb
mapserver-doc_4.10.1-1_all.deb
  to pool/main/m/mapserver/mapserver-doc_4.10.1-1_all.deb
mapserver_4.10.1-1.diff.gz
  to pool/main/m/mapserver/mapserver_4.10.1-1.diff.gz
mapserver_4.10.1-1.dsc
  to pool/main/m/mapserver/mapserver_4.10.1-1.dsc
mapserver_4.10.1.orig.tar.gz
  to pool/main/m/mapserver/mapserver_4.10.1.orig.tar.gz
perl-mapscript_4.10.1-1_i386.deb
  to pool/main/m/mapserver/perl-mapscript_4.10.1-1_i386.deb
php5-mapscript_4.10.1-1_i386.deb
  to pool/main/m/mapserver/php5-mapscript_4.10.1-1_i386.deb
python-mapscript_4.10.1-1_i386.deb
  to pool/main/m/mapserver/python-mapscript_4.10.1-1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Francesco Paolo Lovergine [EMAIL PROTECTED] (supplier of updated mapserver 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 21 May 2007 00:07:28 +0200
Source: mapserver
Binary: mapserver-doc perl-mapscript mapserver-bin cgi-mapserver php5-mapscript 
python-mapscript
Architecture: source i386 all
Version: 4.10.1-1
Distribution: unstable
Urgency: low
Maintainer: Francesco Paolo Lovergine [EMAIL PROTECTED]
Changed-By: Francesco Paolo Lovergine [EMAIL PROTECTED]
Description: 
 cgi-mapserver - cgi module of mapserver
 mapserver-bin - mapserver binary utilities
 mapserver-doc - documentation for mapserver
 perl-mapscript - perl mapserver library
 php5-mapscript - module for php5-cgi to use mapserver
 python-mapscript - python mapserver lib
Closes: 415504 415504 416449 418313 423538 424635
Changes: 
 mapserver (4.10.1-1) unstable; urgency=low
 .
   [ Francesco Paolo Lovergine ]
   * debian/po/nl.po added. (closes: #415504)
   * Moved to gdal 1.4.1 dependency. (closes: #424635, #423538)
   * Removed php4 support (closes: #418313)
   * Updated long descriptions.
   * Removed Thomas Sondag among Uploaders (last contribute dated more than 2 
years ago).
   * Moved to libcurl4 build-deps.
   * Added a debian/README.etch for notes on backporting.
   * Moved to debhelper compatibility level 5.
   * Removed superfluous dh_python in debian/rules.
   * A new debian/control.etch file has been introduced to retain etch 
compatibility.
 All php4 related files have been maintained for the same reason. Please, 
don't remove them!
   * Merging other relevant patches from BSP NMU 4.10.0-6.1. Thanks Luk Claes.
- Fixed package priority to meet overrides
- Fix language in description (closes: #416449)
- Add Dutch debconf translation (closes: #415504)
 .
   [ Fabio Tranchitella ]
   * New upstream release.
Files: 
 9692e5212e844629e4830246804b0ecd 1274 devel optional mapserver_4.10.1-1.dsc
 fdcf10c2e15fb89e1c1547e8d11eca02 1928018 devel optional 
mapserver_4.10.1.orig.tar.gz
 06f08aebfa713bb0b96104b771d056ad 19959 devel optional 
mapserver_4.10.1-1.diff.gz
 97d9aa559370f4fdca319b05187f3cdb 95126 doc optional 
mapserver-doc_4.10.1-1_all.deb
 af42e444d7494e2ea182c658de93ba0e 535732 web optional 
php5-mapscript_4.10.1-1_i386.deb
 436e5e1d7a0116ec1c3b8dc015db6ebe 710656 perl optional 
perl-mapscript_4.10.1-1_i386.deb
 

[DebianGIS-dev] Bug#424635: marked as done (mapserver FTBFS due to missing libgdal1-1.3.2-dev)

2007-05-20 Thread Debian Bug Tracking System
Your message dated Sun, 20 May 2007 22:47:02 +
with message-id [EMAIL PROTECTED]
and subject line Bug#424635: fixed in mapserver 4.10.1-1
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)

---BeginMessage---
Package: mapserver
Version: 7.16.2-3

Hi,

mapserver fails to build because libgdal1-1.3.2-dev is not in the archive
anymore, and has been replaced by libgdal1-dev, please update your
build-dependencies.

Also, libcurl3-gnutls-dev has been replaced by libcurl4-gnutls-dev, it
might be worth replacing the build-depend from libcurl3-gnutls-dev |
libcurl3-dev to libcurl4-gnutls-dev ; or libcurl4-gnutls-dev |
libcurl3-gnutls-dev if you want to be able to build backports for Etch.

Thanks,

Regis

---End Message---
---BeginMessage---
Source: mapserver
Source-Version: 4.10.1-1

We believe that the bug you reported is fixed in the latest version of
mapserver, which is due to be installed in the Debian FTP archive:

cgi-mapserver_4.10.1-1_i386.deb
  to pool/main/m/mapserver/cgi-mapserver_4.10.1-1_i386.deb
mapserver-bin_4.10.1-1_i386.deb
  to pool/main/m/mapserver/mapserver-bin_4.10.1-1_i386.deb
mapserver-doc_4.10.1-1_all.deb
  to pool/main/m/mapserver/mapserver-doc_4.10.1-1_all.deb
mapserver_4.10.1-1.diff.gz
  to pool/main/m/mapserver/mapserver_4.10.1-1.diff.gz
mapserver_4.10.1-1.dsc
  to pool/main/m/mapserver/mapserver_4.10.1-1.dsc
mapserver_4.10.1.orig.tar.gz
  to pool/main/m/mapserver/mapserver_4.10.1.orig.tar.gz
perl-mapscript_4.10.1-1_i386.deb
  to pool/main/m/mapserver/perl-mapscript_4.10.1-1_i386.deb
php5-mapscript_4.10.1-1_i386.deb
  to pool/main/m/mapserver/php5-mapscript_4.10.1-1_i386.deb
python-mapscript_4.10.1-1_i386.deb
  to pool/main/m/mapserver/python-mapscript_4.10.1-1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Francesco Paolo Lovergine [EMAIL PROTECTED] (supplier of updated mapserver 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 21 May 2007 00:07:28 +0200
Source: mapserver
Binary: mapserver-doc perl-mapscript mapserver-bin cgi-mapserver php5-mapscript 
python-mapscript
Architecture: source i386 all
Version: 4.10.1-1
Distribution: unstable
Urgency: low
Maintainer: Francesco Paolo Lovergine [EMAIL PROTECTED]
Changed-By: Francesco Paolo Lovergine [EMAIL PROTECTED]
Description: 
 cgi-mapserver - cgi module of mapserver
 mapserver-bin - mapserver binary utilities
 mapserver-doc - documentation for mapserver
 perl-mapscript - perl mapserver library
 php5-mapscript - module for php5-cgi to use mapserver
 python-mapscript - python mapserver lib
Closes: 415504 415504 416449 418313 423538 424635
Changes: 
 mapserver (4.10.1-1) unstable; urgency=low
 .
   [ Francesco Paolo Lovergine ]
   * debian/po/nl.po added. (closes: #415504)
   * Moved to gdal 1.4.1 dependency. (closes: #424635, #423538)
   * Removed php4 support (closes: #418313)
   * Updated long descriptions.
   * Removed Thomas Sondag among Uploaders (last contribute dated more than 2 
years ago).
   * Moved to libcurl4 build-deps.
   * Added a debian/README.etch for notes on backporting.
   * Moved to debhelper compatibility level 5.
   * Removed superfluous dh_python in debian/rules.
   * A new debian/control.etch file has been introduced to retain etch 
compatibility.
 All php4 related files have been maintained for the same reason. Please, 
don't remove them!
   * Merging other relevant patches from BSP NMU 4.10.0-6.1. Thanks Luk Claes.
- Fixed package priority to meet overrides
- Fix language in description (closes: #416449)
- Add Dutch debconf translation (closes: #415504)
 .
   [ Fabio Tranchitella ]
   * New upstream release.
Files: 
 9692e5212e844629e4830246804b0ecd 1274 devel optional mapserver_4.10.1-1.dsc
 fdcf10c2e15fb89e1c1547e8d11eca02 1928018 devel optional 
mapserver_4.10.1.orig.tar.gz
 06f08aebfa713bb0b96104b771d056ad 19959 devel optional 
mapserver_4.10.1-1.diff.gz
 97d9aa559370f4fdca319b05187f3cdb 95126 doc optional 
mapserver-doc_4.10.1-1_all.deb
 af42e444d7494e2ea182c658de93ba0e 535732 web optional 
php5-mapscript_4.10.1-1_i386.deb