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

2006-03-22 Thread pabs-guest

  User: pabs-guest
  Date: 06/03/22 08:03:33

  Modified:debian   changelog
  Log:
  Closes: #358243: Fix GCC 4.1 FTBFS, patch from Martin Michlmayr
  
  Revision  ChangesPath
  1.4   +2 -1  libterralib/debian/changelog
  
  CVSWEB Options: ---
  
  CVSWeb: Annotate this file:
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/libterralib/debian/changelog?annotate=1.4cvsroot=
  
  CVSWeb: View this file: 
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/libterralib/debian/changelog?rev=1.4content-type=text/x-cvsweb-markupcvsroot=
  
  CVSWeb: Diff to previous version:   
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/libterralib/debian/changelog.diff?r1=1.4r2=1.3cvsroot=
  
  ---
  
  Index: changelog
  ===
  RCS file: /cvsroot/pkg-grass/libterralib/debian/changelog,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- changelog 4 Jan 2006 09:32:20 -   1.3
  +++ changelog 22 Mar 2006 08:03:33 -  1.4
  @@ -1,8 +1,9 @@
   libterralib (3.0.3b2-4) UNRELEASED; urgency=low
   
 * Make Homepage conform to the developers reference
  +  * Fix GCC 4.1 FTBFS, patch from Martin Michlmayr. Closes: #358243
   
  - -- Paul Wise [EMAIL PROTECTED]  Wed,  4 Jan 2006 17:31:30 +0800
  + -- Paul Wise [EMAIL PROTECTED]  Wed, 22 Mar 2006 15:57:53 +0800
   
   libterralib (3.0.3b2-3) 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] CVS Update: libterralib/debian/patches 358243_gcc4.1_FTBFS.patch

2006-03-22 Thread pabs-guest

  User: pabs-guest
  Date: 06/03/22 08:03:33

  Added:   debian/patches 358243_gcc4.1_FTBFS.patch
  Log:
  Closes: #358243: Fix GCC 4.1 FTBFS, patch from Martin Michlmayr
  
  Revision  ChangesPath
  1.1  libterralib/debian/patches/358243_gcc4.1_FTBFS.patch
  
  CVSWEB Options: ---
  
  CVSWeb: Annotate this file:
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/libterralib/debian/patches/358243_gcc4.1_FTBFS.patch?annotate=1.1cvsroot=
  
  CVSWeb: View this file: 
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/libterralib/debian/patches/358243_gcc4.1_FTBFS.patch?rev=1.1content-type=text/x-cvsweb-markupcvsroot=
  
  ---
  
  Index: 358243_gcc4.1_FTBFS.patch
  ===
  diff -Nur libterralib-3.0.3b2/src/terralib/kernel/TeLegendEntry.h 
libterralib-3.0.3b2.new/src/terralib/kernel/TeLegendEntry.h
  --- libterralib-3.0.3b2/src/terralib/kernel/TeLegendEntry.h   2004-11-20 
02:27:45.0 +0800
  +++ libterralib-3.0.3b2.new/src/terralib/kernel/TeLegendEntry.h   
2006-03-22 15:55:51.0 +0800
  @@ -54,7 +54,7 @@
   public:
   
//! Constructor
  - TeLegendEntry::TeLegendEntry () : 
  + TeLegendEntry () : 
label_(),
id_(-1),
theme_(0),
  @@ -62,7 +62,7 @@
{}
   
//! Constructor
  - TeLegendEntry::TeLegendEntry (const TeSlice slice) :
  + TeLegendEntry (const TeSlice slice) :
slice_(slice),
id_(-1),
theme_(0),
  diff -Nur libterralib-3.0.3b2/src/terralib/kernel/TeSlice.h 
libterralib-3.0.3b2.new/src/terralib/kernel/TeSlice.h
  --- libterralib-3.0.3b2/src/terralib/kernel/TeSlice.h 2005-03-29 
03:56:51.0 +0800
  +++ libterralib-3.0.3b2.new/src/terralib/kernel/TeSlice.h 2006-03-22 
15:55:51.0 +0800
  @@ -48,10 +48,10 @@
string  to_;//! interval upper value

//! Constructor
  - TeSlice::TeSlice () : count_(0),from_(),to_() {}
  + TeSlice () : count_(0),from_(),to_() {}
   
//! Constructor
  - TeSlice::TeSlice(const string from, const string to, int count=0) :
  + TeSlice(const string from, const string to, int count=0) :
count_(count),
from_(from),
to_(to) {}
  
  
  

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


[DebianGIS-dev] Processed: libterralib: 358243: fixed in cvs

2006-03-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 358243 + upstream pending
Bug#358243: FTBFS with G++ 4.1: extra qualification
Tags were: patch
Tags added: upstream, pending

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


___
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#358243: libterralib: 358243: fixed in cvs

2006-03-22 Thread Paul Wise
tags 358243 + upstream pending
thanks

I've committed this to the debian-gis CVS repository, thanks.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


signature.asc
Description: This is a digitally signed message part
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] libterralib fail to build with gcc 4.1

2006-03-22 Thread Petter Reinholdtsen

Hi

I am the Debian maintainer of terralib.  We just got a report that it
isn't building with gcc 4.1.  Please have a look at
URL:http://bugs.debian.org/358243 for the patch.  Will this problem
be fixed in the next release of terralib?  When is a new tarball
release of terralib planned?

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


[DebianGIS-dev] Re: libterralib fail to build with gcc 4.1

2006-03-22 Thread Petter Reinholdtsen
[Petter Reinholdtsen]
 I am the Debian maintainer of terralib.  We just got a report that
 it isn't building with gcc 4.1.  Please have a look at
 URL:http://bugs.debian.org/358243 for the patch.  Will this
 problem be fixed in the next release of terralib?  When is a new
 tarball release of terralib planned?

When visiting URL:http://www.terralib.org/ to look for a new
release, I discovered that people are expected to register their email
address to be able to fetch the LGPLed source, and to add insult to
misery the web form isn't working.  I tried to give it a fake mail
address and it refused to accept the input.  It is probably requiring
javascript, which I keep turned off for security reasons.

Anyway, with an upstream that refuses anonymous download, I am not
really interested in maintaining the package.  I do not want to spend
the extra time to jump through the hoops created.  Are anyone else in
the Debian GIS group interested in maintaining terralib?

CC to upstream, in case they are interested in changing their
publishing practice.

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


Re: [DebianGIS-dev] Bug#358243: libterralib: 358243: fixed in cvs

2006-03-22 Thread Francesco P. Lovergine
On Wed, Mar 22, 2006 at 04:03:48PM +0800, Paul Wise wrote:
 tags 358243 + upstream pending
 thanks
 
 I've committed this to the debian-gis CVS repository, thanks.
 

Upstream forwarding for those issues would be a Good Thing(TM).
Is that already done by anyone?

-- 
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] CVS Update: postgis/debian/pgsql73_src/src Makefile.global Makefile.global.in Makefile.port Makefile.shlib nls-global.mk

2006-03-22 Thread pabs-guest

  User: pabs-guest
  Date: 06/03/22 15:09:45

  Removed: debian/pgsql73_src/src Makefile.global Makefile.global.in
Makefile.port Makefile.shlib nls-global.mk
  Log:
  Remove files not used with postgis 1.1

___
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: postgis/debian/pgsql74_src config.status configure

2006-03-22 Thread pabs-guest

  User: pabs-guest
  Date: 06/03/22 15:09:49

  Removed: debian/pgsql74_src config.status configure
  Log:
  Remove files not used with postgis 1.1

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