[DebianGIS-dev] CVS Update: mapserver/debian/patches sarge-backport.patch

2006-03-31 Thread sderle-guest

  User: sderle-guest
  Date: 06/04/01 07:28:34

  Added:   debian/patches sarge-backport.patch
  Log:
  Created a patch to allow backporting MapServer to Sarge; documented the
  backporting process in debian/README.sarge.
  
  Revision  ChangesPath
  1.1  mapserver/debian/patches/sarge-backport.patch
  
  CVSWEB Options: ---
  
  CVSWeb: Annotate this file:
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/patches/sarge-backport.patch?annotate=1.1&cvsroot=
  
  CVSWeb: View this file: 
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/patches/sarge-backport.patch?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  ---
  
  Index: sarge-backport.patch
  ===
  diff -Naur mapserver-4.8.1/debian/control mapserver-4.8.1-sarge/debian/control
  --- mapserver-4.8.1/debian/control2006-03-03 21:58:40.406655489 -0800
  +++ mapserver-4.8.1-sarge/debian/control  2006-03-03 21:10:47.318214296 
-0800
  @@ -4,7 +4,7 @@
   Maintainer: Debian GIS Project 
   Uploaders: Thomas Sondag <[EMAIL PROTECTED]>, Schuyler Erle <[EMAIL 
PROTECTED]>, Petter Reinholdtsen <[EMAIL PROTECTED]>, Paul Wise <[EMAIL 
PROTECTED]>
   Standards-Version: 3.6.2
  -Build-Depends: debhelper (>= 4), 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.1-dev, proj, 
libwww-dev, postgresql-dev (>= 7.3.3-1), php4-dev, php5-dev, swig, python-dev, 
libgeos-dev
  +Build-Depends: debhelper (>= 4), 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-dev | libgdal1-1.3.1-dev, 
proj, libwww-dev, postgresql-dev (>= 7.3.3-1), php4-dev, swig, python-dev, 
libgeos-dev
   Build-Depends-Indep: python-docutils
   Build-Conflicts: libcurl3-openssl-dev
   
  @@ -21,16 +21,16 @@
.
Currently work only with php as an Apache DSO.
   
  -Package: php5-mapscript
  -Section: web
  -Architecture: any
  -Depends: ${shlibs:Depends}, ${misc:Depends}
  -Suggests: mapserver-bin, mapserver-doc
  -Description: module for php5-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
  +#Depends: ${shlibs:Depends}, ${misc:Depends}
  +#Suggests: mapserver-bin, mapserver-doc
  +#Description: module for php5-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: perl-mapscript
   Section: perl
  diff -Naur mapserver-4.8.1/debian/rules mapserver-4.8.1-sarge/debian/rules
  --- mapserver-4.8.1/debian/rules  2006-03-03 21:58:40.417653022 -0800
  +++ mapserver-4.8.1-sarge/debian/rules2006-03-03 21:43:07.663910290 
-0800
  @@ -17,7 +17,8 @@
   version_major=$(shell expr `pwd` : '.*-\([0-9]*\).[0-9.]*')
   CURDIR := $(shell pwd)
   PYTHON=python
  -PHP4API=$(shell php-config4 --phpapi)
  +#PHP4API=$(shell php-config4 --phpapi)
  +PHP4API=$(shell php-config4 --extension-dir | cut -d/ -f5)
   PHP4DIR=$(shell php-config4 --extension-dir)
   PHP5API=$(shell php-config5 --phpapi)
   PHP5DIR=$(shell php-config5 --extension-dir)
  @@ -180,7 +181,7 @@
dh_install -i
touch install-indep-stamp
   
  -install-arch: install-arch-stamp install-php4-stamp install-php5-stamp
  +install-arch: install-arch-stamp install-php4-stamp 
   install-arch-stamp: build-arch
dh_testdir -a
dh_testroot -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] CVS Update: mapserver/debian README.sarge

2006-03-31 Thread sderle-guest

  User: sderle-guest
  Date: 06/04/01 07:28:34

  Added:   debian   README.sarge
  Log:
  Created a patch to allow backporting MapServer to Sarge; documented the
  backporting process in debian/README.sarge.
  
  Revision  ChangesPath
  1.1  mapserver/debian/README.sarge
  
  CVSWEB Options: ---
  
  CVSWeb: Annotate this file:
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/README.sarge?annotate=1.1&cvsroot=
  
  CVSWeb: View this file: 
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/README.sarge?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  ---
  
  Index: README.sarge
  ===
  Backporting MapServer 4.8.* to Sarge
  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  Schuyler Erle <[EMAIL PROTECTED]> 1 Apr 2006
  
  1) Patch the debian/control and debian/rules files.
  
  $ cd debian
  $ patch -p2 http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] Uploaded mapserver 4.8.3-0.0.dgis.sarge.1 (source i386 all) to debian-gis

2006-03-31 Thread Schuyler Erle
Format: 1.7
Date: Sat,  1 Apr 2006 07:18:19 +
Source: mapserver
Binary: mapserver-doc perl-mapscript mapserver-bin cgi-mapserver 
python-mapscript php4-mapscript
Architecture: source i386 all
Version: 4.8.3-0.0.dgis.sarge.1
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project 
Changed-By: Schuyler Erle <[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
 python-mapscript - python mapserver lib
Changes: 
 mapserver (4.8.3-0.0.dgis.sarge.1) unstable; urgency=low
 .
   * New upstream bugfix release
   * Backported to stable
Files: 
 832c5ffe9173169a78d8c71fd1eb77c8 909 devel extra 
mapserver_4.8.3-0.0.dgis.sarge.1.dsc
 f4bd5f4de41c6a52818bc5f125151d84 1531131 devel extra 
mapserver_4.8.3-0.0.dgis.sarge.1.tar.gz
 b9c8ad48d45c16b06cc83848e0213a67 89332 doc extra 
mapserver-doc_4.8.3-0.0.dgis.sarge.1_all.deb
 af7f643f570876a205536bff7d3e6290 506034 web extra 
php4-mapscript_4.8.3-0.0.dgis.sarge.1_i386.deb
 f349e604b9358fe6547d93555d2724bf 664202 perl extra 
perl-mapscript_4.8.3-0.0.dgis.sarge.1_i386.deb
 c65eba686c22a3b1c2e89485f4e30f57 417340 web extra 
cgi-mapserver_4.8.3-0.0.dgis.sarge.1_i386.deb
 47505beced0ec5c4f9fc0c6b1c3e 530196 python extra 
python-mapscript_4.8.3-0.0.dgis.sarge.1_i386.deb
 884258892cbc439f200fd13af8d5f166 3427154 misc extra 
mapserver-bin_4.8.3-0.0.dgis.sarge.1_i386.deb

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


[DebianGIS-dev] Uploaded mapserver 4.8.3-1 (source all i386) to debian-gis

2006-03-31 Thread Schuyler Erle
Format: 1.7
Date: Sat,  1 Apr 2006 06:29:56 +
Source: mapserver
Binary: mapserver-doc perl-mapscript mapserver-bin cgi-mapserver php5-mapscript 
python-mapscript php4-mapscript
Architecture: source all i386
Version: 4.8.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project 
Changed-By: Schuyler Erle <[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
Changes: 
 mapserver (4.8.3-1) unstable; urgency=low
 .
   * New upstream bugfix release
Files: 
 50295feda1f2fb67322f436be46236f1 891 devel extra mapserver_4.8.3-1.dsc
 75c3dbfe9746daf148f59173da5afff0 1531569 devel extra mapserver_4.8.3-1.tar.gz
 3457a5720a784674b67271907c9195b3 89214 doc extra mapserver-doc_4.8.3-1_all.deb
 badb4aed07ddde26060b2507f202e7f3 511356 web extra 
php4-mapscript_4.8.3-1_i386.deb
 dfb0e29292940dcbfd3d932c2fba9af2 511556 web extra 
php5-mapscript_4.8.3-1_i386.deb
 b4414bc2c1dc09cb999c933646708cf7 665392 perl extra 
perl-mapscript_4.8.3-1_i386.deb
 d4cca0d0cac1b0ecf8271bf6618c10e3 423798 web extra 
cgi-mapserver_4.8.3-1_i386.deb
 c006ab7707257d61c3e328905e3a5cd3 531850 python extra 
python-mapscript_4.8.3-1_i386.deb
 b0b74554496e1297aef397fdf1e53b1f 3487254 misc extra 
mapserver-bin_4.8.3-1_i386.deb

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


[DebianGIS-dev] CVS Update: mapserver/debian changelog

2006-03-31 Thread sderle-guest

  User: sderle-guest
  Date: 06/04/01 06:56:31

  Modified:debian   changelog
  Log:
  Updated ChangeLog for MapServer 4.8.3-1 release.
  
  Revision  ChangesPath
  1.77  +6 -0  mapserver/debian/changelog
  
  CVSWEB Options: ---
  
  CVSWeb: Annotate this file:
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/changelog?annotate=1.77&cvsroot=
  
  CVSWeb: View this file: 
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/changelog?rev=1.77&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/changelog.diff?r1=1.77&r2=1.76&cvsroot=
  
  ---
  
  Index: changelog
  ===
  RCS file: /cvsroot/pkg-grass/mapserver/debian/changelog,v
  retrieving revision 1.76
  retrieving revision 1.77
  diff -u -r1.76 -r1.77
  --- changelog 28 Mar 2006 07:36:31 -  1.76
  +++ changelog 1 Apr 2006 06:56:31 -   1.77
  @@ -1,3 +1,9 @@
  +mapserver (4.8.3-1) unstable; urgency=low
  +
  +  * New upstream bugfix release
  +
  + -- Schuyler Erle <[EMAIL PROTECTED]>  Sat,  1 Apr 2006 06:29:56 +
  +
   mapserver (4.8.2-1) UNRELEASED; urgency=low
   
 * New upstream bugfix release
  
  
  

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


Re: [DebianGIS-dev] mapserver 4.8.2

2006-03-31 Thread Francesco Paolo Lovergine
On Fri, Mar 31, 2006 at 03:48:32PM +0200, Stefan Malmesjö wrote:
> We are wondering if there are any plans on (sometime soon) releasing a 
> debian package for mapserver 4.8.2. The reason we ask is because we are 
> affected by the bug described here: 
> http://mapserver.gis.umn.edu/bugs/show_bug.cgi?id=1629
> and which is supposed to be fixed in 4.8.2.
> 

See #359615, we are waiting for 4.8.3 release.

-- 
Francesco P. Lovergine

___
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.8.2

2006-03-31 Thread Stefan Malmesjö

Hi,

We are wondering if there are any plans on (sometime soon) releasing a 
debian package for mapserver 4.8.2. The reason we ask is because we are 
affected by the bug described here: 
http://mapserver.gis.umn.edu/bugs/show_bug.cgi?id=1629

and which is supposed to be fixed in 4.8.2.

Thanks in advance,
/Stefan Malmesjö

--
Stefan Malmesjö  |  Applications Developer
Phone +46 (0)8-410 064 49
--
Curalia AB  |  www.curalia.se
Västmannagatan 15, 111 24 Stockholm, Sweden
--


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


[DebianGIS-dev] CVS Update: avce00/debian/patches 00list detect_endianness.dpatch

2006-03-31 Thread pabs-guest

  User: pabs-guest
  Date: 06/03/31 12:26:58

  Added:   debian/patches 00list detect_endianness.dpatch
  Log:
  Add avce00 to the repository
  
  Revision  ChangesPath
  1.1  avce00/debian/patches/00list
  
  CVSWEB Options: ---
  
  CVSWeb: Annotate this file:
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/avce00/debian/patches/00list?annotate=1.1&cvsroot=
  
  CVSWeb: View this file: 
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/avce00/debian/patches/00list?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  ---
  
  Index: 00list
  ===
  detect_endianness
  
  
  
  1.1  avce00/debian/patches/detect_endianness.dpatch
  
  CVSWEB Options: ---
  
  CVSWeb: Annotate this file:
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/avce00/debian/patches/detect_endianness.dpatch?annotate=1.1&cvsroot=
  
  CVSWeb: View this file: 
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/avce00/debian/patches/detect_endianness.dpatch?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  ---
  
  Index: detect_endianness.dpatch
  ===
  #! /bin/sh /usr/share/dpatch/dpatch-run
  ## detect_endianness.dpatch by Francesco P. Lovergine <[EMAIL PROTECTED]>
  ##
  ## All lines beginning with `## DP:' are a description of the patch.
  ## DP: Manage endianess automagically
  
  @DPATCH@
  diff -urNad avce00-1.3.0~/GNUmakefile avce00-1.3.0/GNUmakefile
  --- avce00-1.3.0~/GNUmakefile 2006-03-31 19:59:07.0 +0800
  +++ avce00-1.3.0/GNUmakefile  2006-03-31 20:01:54.0 +0800
  @@ -42,7 +42,7 @@
   #  Select CPL_MSB for SUNs or other platforms with MSB first ordering.
   #
   # BYTE_ORDER_FL = -DCPL_MSB
  -BYTE_ORDER_FL = -DCPL_LSB
  +#BYTE_ORDER_FL = -DCPL_LSB
   
   #
   # In some cases, AVCE00DeleteCoverage() fails because the coverage directory
  diff -urNad avce00-1.3.0~/cpl_port.h avce00-1.3.0/cpl_port.h
  --- avce00-1.3.0~/cpl_port.h  2006-03-31 19:59:07.0 +0800
  +++ avce00-1.3.0/cpl_port.h   2006-03-31 20:01:54.0 +0800
  @@ -196,6 +196,7 @@
* This should be defined in the Makefile, but if it is not then
* the default is CPL_LSB (Intel ordering, LSB first).
**/
  +/*
   #if defined(WORDS_BIGENDIAN) && !defined(CPL_MSB) && !defined(CPL_LSB)
   #  define CPL_MSB
   #endif
  @@ -203,6 +204,17 @@
   #if ! ( defined(CPL_LSB) || defined(CPL_MSB) )
   #define CPL_LSB
   #endif
  +*/
  +
  +/* 
  + * Manage endianess automagically - Francesco P. Lovergine <[EMAIL 
PROTECTED]>  
  + */
  +#include 
  +#if __BYTE_ORDER == __LITTLE_ENDIAN
  +# define CPL_LSB
  +#elif __BYTE_ORDER == __BIG_ENDIAN
  +# define CPL_MSB
  +#endif
   
   /*-
*Little endian <==> big endian byte swap macros.
  
  
  

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


[DebianGIS-dev] CVS Update: avce00/debian README.Debian avce00.install changelog compat control copyright dirs docs rules watch

2006-03-31 Thread pabs-guest

  User: pabs-guest
  Date: 06/03/31 12:26:58

  Added:   debian   README.Debian avce00.install changelog compat
control copyright dirs docs rules watch
  Log:
  Add avce00 to the repository
  
  Revision  ChangesPath
  1.1  avce00/debian/README.Debian
  
  CVSWEB Options: ---
  
  CVSWeb: Annotate this file:
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/avce00/debian/README.Debian?annotate=1.1&cvsroot=
  
  CVSWeb: View this file: 
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/avce00/debian/README.Debian?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  ---
  
  Index: README.Debian
  ===
  avce00 for Debian
  -
  
  avce00 contains a library that may use for development of GIS translation 
  tools. This library is not include on a debian package. This could be change
  on demand.
  
   -- Jean-Denis Giguere <[EMAIL PROTECTED]>, Wed, 23 Feb 2005 09:43:16 -0500
  
  
  
  1.1  avce00/debian/avce00.install
  
  CVSWEB Options: ---
  
  CVSWeb: Annotate this file:
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/avce00/debian/avce00.install?annotate=1.1&cvsroot=
  
  CVSWeb: View this file: 
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/avce00/debian/avce00.install?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  ---
  
  Index: avce00.install
  ===
  avcdelete /usr/bin
  avcexport /usr/bin
  avcimport /usr/bin
  avctest /usr/bin
  
  
  
  1.1  avce00/debian/changelog
  
  CVSWEB Options: ---
  
  CVSWeb: Annotate this file:
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/avce00/debian/changelog?annotate=1.1&cvsroot=
  
  CVSWeb: View this file: 
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/avce00/debian/changelog?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  ---
  
  Index: changelog
  ===
  avce00 (1.3.0-3) UNRELEASED; urgency=low
  
* Switch to dpatch, clean up debian/rules, add to DebianGis CVS
* Pass the correct options to make through OPTFLAGS
* Add homepage and watch file, tidy copyright file
* Suggest e00compr (Closes: #339284) and enhance grass
  
   -- Paul Wise <[EMAIL PROTECTED]>  Fri, 31 Mar 2006 20:16:43 +0800
  
  avce00 (1.3.0-2) unstable; urgency=low
  
* Patched to manage endianess automagically.
  (closes: #338552)
* Reverting to non-native package.
  
   -- Francesco Paolo Lovergine <[EMAIL PROTECTED]>  Mon, 14 Nov 2005 16:08:44 
+0100
  
  avce00 (1.3.0-1) unstable; urgency=low
  
* First upload into sid.
* Little changes done:
- This is MIT-like licensend not BSD
  - docs included README.TXT twice and missed TODO.TXT
  - Policy bumped to 3.6.2
- Maintainer and uploaders set
  - Removed commented out deprecated dh_ commands
  - Using dh_install to move files in the package dir
  - Description revised in control file
  
   -- Francesco Paolo Lovergine <[EMAIL PROTECTED]>  Thu, 29 Sep 2005 12:51:26 
+0200
  
  avce00 (1.3.0-0.dgis.unstable.1) unstable; urgency=low
  
* Initial Release.
  
   -- Jean-Denis Giguere <[EMAIL PROTECTED]>  Mon, 06 Jun 2005 09:43:16 -0400
  
  
  
  
  1.1  avce00/debian/compat
  
  CVSWEB Options: ---
  
  CVSWeb: Annotate this file:
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/avce00/debian/compat?annotate=1.1&cvsroot=
  
  CVSWeb: View this file: 
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/avce00/debian/compat?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  ---
  
  Index: compat
  ===
  4
  
  
  
  1.1  avce00/debian/control
  
  CVSWEB Options: ---
  
  CVSWeb: Annotate this file:
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/avce00/debian/control?annotate=1.1&cvsroot=
  
  CVSWeb: View this file: 
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/avce00/debian/control?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  ---
  
  Index: control
  ===
  Source: avce00
  Section: science
  Priority: extra
  Maintainer: Debian GIS Project 
  Uploaders: Jean-Denis Giguere <[EMAIL PROTECTED]>, Francesco Paolo Lovergine 
<[EMAIL PROTECTED]>
  Build-Depends: debhelper (>= 4.0.0)
  Standards-Version: 3.6.2
  
  Package: avce00
  A

[DebianGIS-dev] CVS Update: avce00/debian/patches - New directory

2006-03-31 Thread pabs-guest

  User: pabs-guest
  Date: 06/03/31 12:23:24

  avce00/debian/patches - New directory

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


[DebianGIS-dev] CVS Update: avce00/debian - New directory

2006-03-31 Thread pabs-guest

  User: pabs-guest
  Date: 06/03/31 12:20:49

  avce00/debian - New directory

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


[DebianGIS-dev] CVS Update: avce00 - New directory

2006-03-31 Thread pabs-guest

  User: pabs-guest
  Date: 06/03/31 12:20:33

  avce00 - New directory

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