[DebianGIS-dev] r568 - in packages/geos: . trunk

2006-10-20 Thread Fabio Tranchitella
Author: kobold
Date: 2006-10-20 10:56:31 + (Fri, 20 Oct 2006)
New Revision: 568

Added:
   packages/geos/tags/
   packages/geos/trunk/
   packages/geos/trunk/debian/
Removed:
   packages/geos/debian/
Log:
Changed layout of the repository, with trunk and tags sub-directory.


Copied: packages/geos/trunk/debian (from rev 567, packages/geos/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] r569 - packages/geos/trunk/debian

2006-10-20 Thread Fabio Tranchitella
Author: kobold
Date: 2006-10-20 11:22:19 + (Fri, 20 Oct 2006)
New Revision: 569

Removed:
   packages/geos/trunk/debian/patches/
Modified:
   packages/geos/trunk/debian/changelog
   packages/geos/trunk/debian/compat
   packages/geos/trunk/debian/control
   packages/geos/trunk/debian/libgeos-dev.install
   packages/geos/trunk/debian/rules
   packages/geos/trunk/debian/watch
Log:
Changes for the debian release 2.2.3-1.


Modified: packages/geos/trunk/debian/changelog
===
--- packages/geos/trunk/debian/changelog2006-10-20 10:56:31 UTC (rev 
568)
+++ packages/geos/trunk/debian/changelog2006-10-20 11:22:19 UTC (rev 
569)
@@ -1,8 +1,8 @@
-geos (2.2.1-2) unstable; urgency=low
+geos (2.2.3-1) experimental; urgency=low
 
-  * Fix watch file
+  * New upstream release. (Closes: #370498)
 
- -- Paul Wise <[EMAIL PROTECTED]>  Tue,  1 Aug 2006 20:18:45 +0800
+ -- Fabio Tranchitella <[EMAIL PROTECTED]>  Tue, 10 Oct 2006 19:56:09 +0200
 
 geos (2.2.1-1) unstable; urgency=low
 
@@ -18,6 +18,8 @@
   * Add homepages to the package descriptions.
   * Add a watchfile
 
+  * Upload sponsored by Peter Reinholdtsen
+
  -- Steve Halasz <[EMAIL PROTECTED]>  Sun, 15 Jan 2006 13:53:40 +0800
 
 geos (2.1.4-2) unstable; urgency=low

Modified: packages/geos/trunk/debian/compat
===
--- packages/geos/trunk/debian/compat   2006-10-20 10:56:31 UTC (rev 568)
+++ packages/geos/trunk/debian/compat   2006-10-20 11:22:19 UTC (rev 569)
@@ -1 +1 @@
-4
+5

Modified: packages/geos/trunk/debian/control
===
--- packages/geos/trunk/debian/control  2006-10-20 10:56:31 UTC (rev 568)
+++ packages/geos/trunk/debian/control  2006-10-20 11:22:19 UTC (rev 569)
@@ -2,9 +2,10 @@
 Section: science
 Priority: optional
 Maintainer: Debian GIS Project 
-Uploaders: Steve Halasz <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), doxygen, dpatch
-Standards-Version: 3.6.2
+Uploaders: Steve Halasz <[EMAIL PROTECTED]>, Fabio Tranchitella <[EMAIL 
PROTECTED]>
+Build-Depends: debhelper (>= 5.0.0), dpatch
+Build-Depends-Indep: doxygen
+Standards-Version: 3.7.2.1
 
 Package: libgeos-dev
 Section: libdevel

Modified: packages/geos/trunk/debian/libgeos-dev.install
===
--- packages/geos/trunk/debian/libgeos-dev.install  2006-10-20 10:56:31 UTC 
(rev 568)
+++ packages/geos/trunk/debian/libgeos-dev.install  2006-10-20 11:22:19 UTC 
(rev 569)
@@ -1,5 +1,5 @@
 usr/bin/geos-config
 usr/include/*
-usr/lib/lib*.a
+usr/lib/*.a
 usr/lib/*.la
-usr/lib/lib*.so
+usr/lib/*.so

Modified: packages/geos/trunk/debian/rules
===
--- packages/geos/trunk/debian/rules2006-10-20 10:56:31 UTC (rev 568)
+++ packages/geos/trunk/debian/rules2006-10-20 11:22:19 UTC (rev 569)
@@ -41,9 +41,11 @@
dh_testdir
# Add here commands to configure the package.
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+   mv config.sub config.sub.bak
cp -f /usr/share/misc/config.sub config.sub
 endif
 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+   mv config.guess config.guess.bak
cp -f /usr/share/misc/config.guess config.guess
 endif

@@ -71,11 +73,10 @@
 clean-patched:
dh_testdir
dh_testroot
-   rm -f build-arch-stamp build-indep-stamp #CONFIGURE-STAMP#
-   
-   # Add here commands to clean up after the build process.
+   rm -f build-arch-stamp build-indep-stamp
-$(MAKE) distclean
-
+   [ -f config.sub.bak ] && mv config.sub.bak config.sub || true
+   [ -f config.guess.bak ] && mv config.guess.bak config.guess || true
dh_clean 
 
 install: install-indep install-arch
@@ -119,22 +120,11 @@
dh_installchangelogs
dh_installdocs
dh_installexamples
-#  dh_installmenu
-#  dh_installdebconf   
-#  dh_installlogrotate
-#  dh_installemacsen
-#  dh_installpam
-#  dh_installmime
-#  dh_installinit
-#  dh_installcron
-#  dh_installinfo
dh_installman
dh_link
dh_strip
dh_compress
dh_fixperms
-#  dh_perl
-#  dh_python
dh_makeshlibs
dh_installdeb
dh_shlibdeps

Modified: packages/geos/trunk/debian/watch
===
--- packages/geos/trunk/debian/watch2006-10-20 10:56:31 UTC (rev 568)
+++ packages/geos/trunk/debian/watch2006-10-20 11:22:19 UTC (rev 569)
@@ -1,2 +1,2 @@
 version=2
-http://geos.refractions.net/geos-([0-9.]*)\.tar\.bz2 debian uupdate
+http://geos.refractions.net/geos-([0-9.])*\.tar\.bz2 debian uupdate


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

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

2006-10-20 Thread Fabio Tranchitella
Author: kobold
Date: 2006-10-20 12:16:08 + (Fri, 20 Oct 2006)
New Revision: 570

Modified:
   packages/mapserver/trunk/debian/changelog
Log:
Target the upload to experimental.


Modified: packages/mapserver/trunk/debian/changelog
===
--- packages/mapserver/trunk/debian/changelog   2006-10-20 11:22:19 UTC (rev 
569)
+++ packages/mapserver/trunk/debian/changelog   2006-10-20 12:16:08 UTC (rev 
570)
@@ -1,10 +1,10 @@
-mapserver (4.10.0-1) unstable; urgency=low
+mapserver (4.10.0-1) experimental; urgency=low
 
   * New upstream release.
   * debian/po/fr.po: updated. (Closes: #388573)
   * debian/po/cz.po: updated. (Closes: #389220)
 
- -- Fabio Tranchitella <[EMAIL PROTECTED]>  Tue, 10 Oct 2006 23:19:48 +0200
+ -- Fabio Tranchitella <[EMAIL PROTECTED]>  Fri, 20 Oct 2006 11:01:01 +
 
 mapserver (4.8.4-1) unstable; urgency=low
 


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


[DebianGIS-dev] Processing of geos_2.2.3-1_amd64.changes

2006-10-20 Thread Archive Administrator
geos_2.2.3-1_amd64.changes uploaded successfully to localhost
along with the files:
  geos_2.2.3-1.dsc
  geos_2.2.3.orig.tar.gz
  geos_2.2.3-1.diff.gz
  libgeos-doc_2.2.3-1_all.deb
  libgeos-dev_2.2.3-1_amd64.deb
  libgeos-c1_2.2.3-1_amd64.deb
  libgeos2c2a_2.2.3-1_amd64.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] Processing of mapserver_4.10.0-1_amd64.changes

2006-10-20 Thread Archive Administrator
mapserver_4.10.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  mapserver_4.10.0-1.dsc
  mapserver_4.10.0.orig.tar.gz
  mapserver_4.10.0-1.diff.gz
  mapserver-doc_4.10.0-1_all.deb
  php4-mapscript_4.10.0-1_amd64.deb
  php5-mapscript_4.10.0-1_amd64.deb
  perl-mapscript_4.10.0-1_amd64.deb
  cgi-mapserver_4.10.0-1_amd64.deb
  python-mapscript_4.10.0-1_amd64.deb
  mapserver-bin_4.10.0-1_amd64.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] geos_2.2.3-1_amd64.changes ACCEPTED

2006-10-20 Thread Debian Installer

Accepted:
geos_2.2.3-1.diff.gz
  to pool/main/g/geos/geos_2.2.3-1.diff.gz
geos_2.2.3-1.dsc
  to pool/main/g/geos/geos_2.2.3-1.dsc
geos_2.2.3.orig.tar.gz
  to pool/main/g/geos/geos_2.2.3.orig.tar.gz
libgeos-c1_2.2.3-1_amd64.deb
  to pool/main/g/geos/libgeos-c1_2.2.3-1_amd64.deb
libgeos-dev_2.2.3-1_amd64.deb
  to pool/main/g/geos/libgeos-dev_2.2.3-1_amd64.deb
libgeos-doc_2.2.3-1_all.deb
  to pool/main/g/geos/libgeos-doc_2.2.3-1_all.deb
libgeos2c2a_2.2.3-1_amd64.deb
  to pool/main/g/geos/libgeos2c2a_2.2.3-1_amd64.deb


Override entries for your package:
geos_2.2.3-1.dsc - source science
libgeos-c1_2.2.3-1_amd64.deb - optional libs
libgeos-dev_2.2.3-1_amd64.deb - optional libdevel
libgeos-doc_2.2.3-1_all.deb - optional doc
libgeos2c2a_2.2.3-1_amd64.deb - optional libs

Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 370498 


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] mapserver override disparity

2006-10-20 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

cgi-mapserver_4.10.0-1_amd64.deb: package says priority is extra, override says 
optional.
mapserver-bin_4.10.0-1_amd64.deb: package says priority is extra, override says 
optional.
mapserver-doc_4.10.0-1_all.deb: package says priority is extra, override says 
optional.
perl-mapscript_4.10.0-1_amd64.deb: package says priority is extra, override 
says optional.
php5-mapscript_4.10.0-1_amd64.deb: package says priority is extra, override 
says optional.
python-mapscript_4.10.0-1_amd64.deb: package says priority is extra, override 
says optional.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please reply to this mail and explain why.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply needs to be processed by a human and will be in
due course, but until then the installer will send these automated
mails; sorry.]

--
Debian distribution maintenance software

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

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


[DebianGIS-dev] Re: mapserver override disparity

2006-10-20 Thread Fabio Tranchitella
On ven, 20 ott 2006, Debian Installer wrote:
> There are disparities between your recently accepted upload and the
> override file for the following file(s):
> 
> cgi-mapserver_4.10.0-1_amd64.deb: package says priority is extra, override 
> says optional.
> mapserver-bin_4.10.0-1_amd64.deb: package says priority is extra, override 
> says optional.
> mapserver-doc_4.10.0-1_all.deb: package says priority is extra, override says 
> optional.
> perl-mapscript_4.10.0-1_amd64.deb: package says priority is extra, override 
> says optional.
> php5-mapscript_4.10.0-1_amd64.deb: package says priority is extra, override 
> says optional.
> python-mapscript_4.10.0-1_amd64.deb: package says priority is extra, override 
> says optional.

I think that the override must be modified according to the package
priorities. MapServer is not a general purpose software, and the average user
is not interested in it.

Thanks,

-- 
Fabio Tranchitella http://www.kobold.it
Free Software Developer and Consultant http://www.tranchitella.it
_
1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564


signature.asc
Description: Digital signature
___
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-1_amd64.changes ACCEPTED

2006-10-20 Thread Debian Installer

Accepted:
cgi-mapserver_4.10.0-1_amd64.deb
  to pool/main/m/mapserver/cgi-mapserver_4.10.0-1_amd64.deb
mapserver-bin_4.10.0-1_amd64.deb
  to pool/main/m/mapserver/mapserver-bin_4.10.0-1_amd64.deb
mapserver-doc_4.10.0-1_all.deb
  to pool/main/m/mapserver/mapserver-doc_4.10.0-1_all.deb
mapserver_4.10.0-1.diff.gz
  to pool/main/m/mapserver/mapserver_4.10.0-1.diff.gz
mapserver_4.10.0-1.dsc
  to pool/main/m/mapserver/mapserver_4.10.0-1.dsc
mapserver_4.10.0.orig.tar.gz
  to pool/main/m/mapserver/mapserver_4.10.0.orig.tar.gz
perl-mapscript_4.10.0-1_amd64.deb
  to pool/main/m/mapserver/perl-mapscript_4.10.0-1_amd64.deb
php4-mapscript_4.10.0-1_amd64.deb
  to pool/main/m/mapserver/php4-mapscript_4.10.0-1_amd64.deb
php5-mapscript_4.10.0-1_amd64.deb
  to pool/main/m/mapserver/php5-mapscript_4.10.0-1_amd64.deb
python-mapscript_4.10.0-1_amd64.deb
  to pool/main/m/mapserver/python-mapscript_4.10.0-1_amd64.deb


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

Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 388573 389220 


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] r571 - packages/geos/tags

2006-10-20 Thread Fabio Tranchitella
Author: kobold
Date: 2006-10-20 13:04:25 + (Fri, 20 Oct 2006)
New Revision: 571

Added:
   packages/geos/tags/2.2.3-1/
Log:
Tag for geos 2.2.3-1.


Copied: packages/geos/tags/2.2.3-1 (from rev 570, packages/geos/trunk)


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


[DebianGIS-dev] r572 - packages/mapserver/tags

2006-10-20 Thread Fabio Tranchitella
Author: kobold
Date: 2006-10-20 13:06:21 + (Fri, 20 Oct 2006)
New Revision: 572

Added:
   packages/mapserver/tags/4.10.0-1/
Log:
Tag for mapsever 4.10.0-1.


Copied: packages/mapserver/tags/4.10.0-1 (from rev 571, 
packages/mapserver/trunk)


___
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#370498: marked as done (geos: new upstream package)

2006-10-20 Thread Debian Bug Tracking System
Your message dated Fri, 20 Oct 2006 05:33:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#370498: fixed in geos 2.2.3-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)

--- Begin Message ---
Package: geos
Severity: normal

New upstream version available, which fixes some problems with the
IsValid command.
I'd be grateful if you could package it.
Thanks.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)

--- End Message ---
--- Begin Message ---
Source: geos
Source-Version: 2.2.3-1

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

geos_2.2.3-1.diff.gz
  to pool/main/g/geos/geos_2.2.3-1.diff.gz
geos_2.2.3-1.dsc
  to pool/main/g/geos/geos_2.2.3-1.dsc
geos_2.2.3.orig.tar.gz
  to pool/main/g/geos/geos_2.2.3.orig.tar.gz
libgeos-c1_2.2.3-1_amd64.deb
  to pool/main/g/geos/libgeos-c1_2.2.3-1_amd64.deb
libgeos-dev_2.2.3-1_amd64.deb
  to pool/main/g/geos/libgeos-dev_2.2.3-1_amd64.deb
libgeos-doc_2.2.3-1_all.deb
  to pool/main/g/geos/libgeos-doc_2.2.3-1_all.deb
libgeos2c2a_2.2.3-1_amd64.deb
  to pool/main/g/geos/libgeos2c2a_2.2.3-1_amd64.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.
Fabio Tranchitella <[EMAIL PROTECTED]> (supplier of updated geos 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: Tue, 10 Oct 2006 19:56:09 +0200
Source: geos
Binary: libgeos-dev libgeos2c2a libgeos-c1 libgeos-doc
Architecture: source all amd64
Version: 2.2.3-1
Distribution: experimental
Urgency: low
Maintainer: Debian GIS Project 
Changed-By: Fabio Tranchitella <[EMAIL PROTECTED]>
Description: 
 libgeos-c1 - Geometry engine for Geographic Information Systems - C Library
 libgeos-dev - Geometry engine for GIS - Development files
 libgeos-doc - Documentation for the GEOS GIS geometry engine library
 libgeos2c2a - Geometry engine for Geographic Information Systems - C++ Library
Closes: 370498
Changes: 
 geos (2.2.3-1) experimental; urgency=low
 .
   * New upstream release. (Closes: #370498)
Files: 
 55ef52125c6ca476d910e83b6f8914a1 744 science optional geos_2.2.3-1.dsc
 0a9842c105336e1fe6bf59c330a3f346 753996 science optional geos_2.2.3.orig.tar.gz
 0f4b4dadcb1917ae963b07f9c39ff082 4574 science optional geos_2.2.3-1.diff.gz
 f161ec0220ea436274c8cfa5df69e903 276550 doc optional 
libgeos-doc_2.2.3-1_all.deb
 b82e975c01c13f0f6d8ba9ab2c1608bd 718552 libdevel optional 
libgeos-dev_2.2.3-1_amd64.deb
 da208e9bf894c58804b60b9e0654dd7a 22564 libs optional 
libgeos-c1_2.2.3-1_amd64.deb
 7de9473ee38fdaa86d8252ec3d4eeab6 362802 libs optional 
libgeos2c2a_2.2.3-1_amd64.deb

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

iD8DBQFFOK/XK/juK3+WFWQRArKqAJ0ZT6HPrCP3KwXS20ndBCI8hwQd3gCfTFF1
/xJaxQioxIb+bZfGZ022IyQ=
=9bK9
-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#388573: marked as done (mapserver: [INTL:fr] French debconf templates translation update)

2006-10-20 Thread Debian Bug Tracking System
Your message dated Fri, 20 Oct 2006 05:33:34 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#388573: fixed in mapserver 4.10.0-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)

--- Begin Message ---
Package: mapserver
Version: 4.8.4-1
Severity: wishlist
Tags: l10n Patch

Hi,

Please find attached the french debconf templates translation, proofread by
the debian-l10n-french mailing list contributors.

This file should be put as debian/po/fr.po in your package build tree.

Regards

-- 
s°


fr.po
Description: application/gettext
--- End Message ---
--- Begin Message ---
Source: mapserver
Source-Version: 4.10.0-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-1_amd64.deb
  to pool/main/m/mapserver/cgi-mapserver_4.10.0-1_amd64.deb
mapserver-bin_4.10.0-1_amd64.deb
  to pool/main/m/mapserver/mapserver-bin_4.10.0-1_amd64.deb
mapserver-doc_4.10.0-1_all.deb
  to pool/main/m/mapserver/mapserver-doc_4.10.0-1_all.deb
mapserver_4.10.0-1.diff.gz
  to pool/main/m/mapserver/mapserver_4.10.0-1.diff.gz
mapserver_4.10.0-1.dsc
  to pool/main/m/mapserver/mapserver_4.10.0-1.dsc
mapserver_4.10.0.orig.tar.gz
  to pool/main/m/mapserver/mapserver_4.10.0.orig.tar.gz
perl-mapscript_4.10.0-1_amd64.deb
  to pool/main/m/mapserver/perl-mapscript_4.10.0-1_amd64.deb
php4-mapscript_4.10.0-1_amd64.deb
  to pool/main/m/mapserver/php4-mapscript_4.10.0-1_amd64.deb
php5-mapscript_4.10.0-1_amd64.deb
  to pool/main/m/mapserver/php5-mapscript_4.10.0-1_amd64.deb
python-mapscript_4.10.0-1_amd64.deb
  to pool/main/m/mapserver/python-mapscript_4.10.0-1_amd64.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.
Fabio Tranchitella <[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: Fri, 20 Oct 2006 11:01:01 +
Source: mapserver
Binary: mapserver-doc perl-mapscript mapserver-bin cgi-mapserver php5-mapscript 
python-mapscript php4-mapscript
Architecture: source all amd64
Version: 4.10.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian GIS Project 
Changed-By: Fabio Tranchitella <[EMAIL PROTECTED]>
Description: 
 cgi-mapserver - cgi module of mapserver
 mapserver-bin - mapserver binary utilities
 mapserver-doc - documentation for mapserver
 perl-mapscript - perl mapserver library
 php4-mapscript - module for php4-cgi to use mapserver
 php5-mapscript - module for php5-cgi to use mapserver
 python-mapscript - python mapserver lib
Closes: 388573 389220
Changes: 
 mapserver (4.10.0-1) experimental; urgency=low
 .
   * New upstream release.
   * debian/po/fr.po: updated. (Closes: #388573)
   * debian/po/cz.po: updated. (Closes: #389220)
Files: 
 b500cc4f3ab274b0d0fd11c12f97c105 1290 devel extra mapserver_4.10.0-1.dsc
 4668bbd017c20c251e962a5cd09c8f31 1782838 devel extra 
mapserver_4.10.0.orig.tar.gz
 ceccbab3ee792fb88a8d85bb1d82a782 17375 devel extra mapserver_4.10.0-1.diff.gz
 739e144226cf9a553862da36e6f57a1c 96478 doc extra mapserver-doc_4.10.0-1_all.deb
 c27643ed35269257a1b99e007020620e 545480 web extra 
php4-mapscript_4.10.0-1_amd64.deb
 0c5a9ae5274fe995af9ab22fcd34bc15 545278 web extra 
php5-mapscript_4.10.0-1_amd64.deb
 9d7fcdfa79b2b79ccd8cce5a9f8e3201 698792 perl extra 
perl-mapscript_4.10.0-1_amd64.deb
 9fdb7d6c9f921c9208d493b1009d0a58 447488 web extra 
cgi-mapserver_4.10.0-1_amd64.deb
 7c6fae15d0d8a4f7abd8101be198e792 1101200 python extra 
python-mapscript_4.10.0-1_amd64.deb
 eb0b8fea4c575ed08e19cc804d91a338 3270262 misc extra 
mapserver-bin_4.10.0-1_amd64.deb

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

iD8DBQFFOL3OK/juK3+WFWQRAuCKAJ0a5xcUeuS4phcD10QzS6yv0d0cQgCdE5PV
hXT+bldWNYSYUQrh2LayGJ4=
=0ilz
-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#389220: marked as done ([l10n] Updated Czech translation of mapserver debconf messages)

2006-10-20 Thread Debian Bug Tracking System
Your message dated Fri, 20 Oct 2006 05:33:34 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#389220: fixed in mapserver 4.10.0-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)

--- Begin Message ---
Package: mapserver
Severity: wishlist
Tags: l10n, patch

Hi,

in attachement there is updated Czech (cs.po) translation of
mapserver debconf messages. Please include it with the package.

Thanks
-- 
Miroslav Kure


cs.po.bz2
Description: Binary data
--- End Message ---
--- Begin Message ---
Source: mapserver
Source-Version: 4.10.0-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-1_amd64.deb
  to pool/main/m/mapserver/cgi-mapserver_4.10.0-1_amd64.deb
mapserver-bin_4.10.0-1_amd64.deb
  to pool/main/m/mapserver/mapserver-bin_4.10.0-1_amd64.deb
mapserver-doc_4.10.0-1_all.deb
  to pool/main/m/mapserver/mapserver-doc_4.10.0-1_all.deb
mapserver_4.10.0-1.diff.gz
  to pool/main/m/mapserver/mapserver_4.10.0-1.diff.gz
mapserver_4.10.0-1.dsc
  to pool/main/m/mapserver/mapserver_4.10.0-1.dsc
mapserver_4.10.0.orig.tar.gz
  to pool/main/m/mapserver/mapserver_4.10.0.orig.tar.gz
perl-mapscript_4.10.0-1_amd64.deb
  to pool/main/m/mapserver/perl-mapscript_4.10.0-1_amd64.deb
php4-mapscript_4.10.0-1_amd64.deb
  to pool/main/m/mapserver/php4-mapscript_4.10.0-1_amd64.deb
php5-mapscript_4.10.0-1_amd64.deb
  to pool/main/m/mapserver/php5-mapscript_4.10.0-1_amd64.deb
python-mapscript_4.10.0-1_amd64.deb
  to pool/main/m/mapserver/python-mapscript_4.10.0-1_amd64.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.
Fabio Tranchitella <[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: Fri, 20 Oct 2006 11:01:01 +
Source: mapserver
Binary: mapserver-doc perl-mapscript mapserver-bin cgi-mapserver php5-mapscript 
python-mapscript php4-mapscript
Architecture: source all amd64
Version: 4.10.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian GIS Project 
Changed-By: Fabio Tranchitella <[EMAIL PROTECTED]>
Description: 
 cgi-mapserver - cgi module of mapserver
 mapserver-bin - mapserver binary utilities
 mapserver-doc - documentation for mapserver
 perl-mapscript - perl mapserver library
 php4-mapscript - module for php4-cgi to use mapserver
 php5-mapscript - module for php5-cgi to use mapserver
 python-mapscript - python mapserver lib
Closes: 388573 389220
Changes: 
 mapserver (4.10.0-1) experimental; urgency=low
 .
   * New upstream release.
   * debian/po/fr.po: updated. (Closes: #388573)
   * debian/po/cz.po: updated. (Closes: #389220)
Files: 
 b500cc4f3ab274b0d0fd11c12f97c105 1290 devel extra mapserver_4.10.0-1.dsc
 4668bbd017c20c251e962a5cd09c8f31 1782838 devel extra 
mapserver_4.10.0.orig.tar.gz
 ceccbab3ee792fb88a8d85bb1d82a782 17375 devel extra mapserver_4.10.0-1.diff.gz
 739e144226cf9a553862da36e6f57a1c 96478 doc extra mapserver-doc_4.10.0-1_all.deb
 c27643ed35269257a1b99e007020620e 545480 web extra 
php4-mapscript_4.10.0-1_amd64.deb
 0c5a9ae5274fe995af9ab22fcd34bc15 545278 web extra 
php5-mapscript_4.10.0-1_amd64.deb
 9d7fcdfa79b2b79ccd8cce5a9f8e3201 698792 perl extra 
perl-mapscript_4.10.0-1_amd64.deb
 9fdb7d6c9f921c9208d493b1009d0a58 447488 web extra 
cgi-mapserver_4.10.0-1_amd64.deb
 7c6fae15d0d8a4f7abd8101be198e792 1101200 python extra 
python-mapscript_4.10.0-1_amd64.deb
 eb0b8fea4c575ed08e19cc804d91a338 3270262 misc extra 
mapserver-bin_4.10.0-1_amd64.deb

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

iD8DBQFFOL3OK/juK3+WFWQRAuCKAJ0a5xcUeuS4phcD10QzS6yv0d0cQgCdE5PV
hXT+bldWNYSYUQrh2LayGJ4=
=0ilz
-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] Re: mapserver override disparity

2006-10-20 Thread Petter Reinholdtsen

[Fabio Tranchitella]
> I think that the override must be modified according to the package
> priorities. MapServer is not a general purpose software, and the
> average user is not interested in it.

I believe you are wrong.  There is no reason mapserver should conflict
with any other package, and thus it should have optional and not extra
priority.  Besides, map technology become more and more popular, so I
believe the set of potential users are increasing every day. :)

Friendly,
-- 
Petter Reinholdtsen


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