Bug#676147: gmt: FTBFS on Debian GNU/Hurd [patch attached]

2012-06-04 Thread Barry deFreese
Package: gmt
Version: 4.5.7-2
Severity: normal
User: debian-h...@lists.debian.org
Usertags: hurd
Tags: patch

Hi,

Currently gmt fails to build on Debian GNU/Hurd.

Attached is a patch for building on Hurd. (Pretty much same patch as kfreebsd).

Thank you,

Barry deFreese
Index: gmt-4.5.7/configure
===
--- gmt-4.5.7.orig/configure2012-06-04 20:35:53.0 +
+++ gmt-4.5.7/configure 2012-06-04 21:35:14.0 +
@@ -11390,7 +11390,7 @@
else# Solaris
LD_OPT=-G
fi
-   elif test $os = Linux || test $os = GNU/kFreeBSD; then  # Need 
optimization when doing shared
+   elif test $os = Linux || test $os = GNU/kFreeBSD || test $os 
= GNU ; then   # Need optimization when doing shared
LD='$(CC)'
SL_VERSION=$SL.$LIB_MAJOR_VERSION
LD_OPT='-shared -Wl,-soname=$*.'$SL_VERSION
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[DebianGIS-dev] saga_2.0.4-1_amd64.changes REJECTED

2010-03-15 Thread Barry deFreese
Hello maintainer,

I am rejecting saga.  You are missing several copyright holders in 
debian/copyright.  Victor Olaya and Andre Ringeler are two.

More importantly.  src/modules/grid/grid_gridding/nn/triangle.c is (C) 1993, 
1995, 1997, 1998, 2002, 2005 Jonathan Richard Shewchuk and seems to be under a 
BSDish style license not mentioned in debian/copyright.  There are several 
other files in that dir that seem to be Public Domain and/or hold alternate 
copyright holders.

There may be more, I stopped checking here.

Thank you,

Barry deFreese
Debian FTP Assistant



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


___
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_3.2.0-1_i386.changes REJECTED

2009-12-17 Thread Barry deFreese
Hello maintainer,

I am rejecting qeos because the files in tests/xmltester seem to carry a BSD 
style license and neither the license nor the copyright holders are listed in 
debian/copyright.

Also, minor is that you are still missing several copyright holders in 
debian/copyright:
several files are (C) 2009 Sandro Santilli
source/headers/geos/io/CLocalizer.h is (C) 2008 Sean Gillies
source/headers/geos/export.h is (C) 2009 Ragi Y. Burhum
swig/python/python.i is (C) 2005-2007 Charlie Savage

Thank you,

Barry deFreese
Debian FTP Assistant



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


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


[DebianGIS-dev] python-pyproj_1.8.6-1_i386.changes REJECTED

2009-12-11 Thread Barry deFreese
Hello maintainer,

I am rejecting python-pyproj.  Because the package seems to carry an MIT or BSD 
style license all copyright holders should be listed in debian/copyright.  
There are several missing.

In fact in reading LICENSE_proj4, I am not even sure what the author has done 
is allowed but I am not sure on that one.

Thank you,

Barry deFreese
Debian FTP Assistant



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


___
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#523913: openjump: New upstream release: 1.3

2009-11-11 Thread Barry deFreese
Damien Raude-Morvan wrote:
 Le lundi 09 novembre 2009 17:15:43, Barry deFreese a écrit :
 Hi folks,
 
 Hi all,
 
 I was playing around with OpenJump 1.3 just to see if we could get it
  updated. However, there are several issues.  I'm copying Stefan here
  because he was helping me from an upstream perspective.
 Currently 1.3 uses ERMapper and MrSID which are not in Debian.  Stefan was
  able to strip those out of the build system.  However, 1.3 does seem to
  need Sun's JAI which is also not in Debian, and as far as I can tell not
  DFSG.
 
 Sadly, I haven't had time to get to OGRS2009 [0] because I was busy with 
 LSM/RMLL2009 [1] (also in Nantes, France). Perhaps it was a good opportunity 
 to discuss packaging with some members of OpenJump community.
 
 I'm not sure what can be done at this point.  Does anyone have any
  suggestions?

 I'm about to remove libjdom0 from the archive so at least that needs fixed
  or it will become RC.
 
 I don't know OpenJump internals enough, but with your informations it seems 
 packaging 1.3 upstream release will be a tedious task.
 
 May be, as a short term plan, just fix #500535 [2] (completes migration to
 libjdom1-java) in OpenJump 1.0 to get rid of JDOM 0.x and then work between 
 pkg-grass and pkg-java Debian teams to package OpenJump 1.3 upstream release 
 (with all its dependencies).
 
 Sometimes Java team helper. :)
 Thanks for your help :)
 
 [0] http://www.ogrs2009.org/doku.php?id=labs
 [1] http://2009.rmll.info/?lang=en
 [2] http://bugs.debian.org/500535
 
OK, I have a fixed version of 1.0.  Should I NMU it or does someone want to
review it?

Thanks,

Barry deFreese




___
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#523913: openjump: New upstream release: 1.3

2009-11-09 Thread Barry deFreese
Hi folks,

I was playing around with OpenJump 1.3 just to see if we could get it updated.
However, there are several issues.  I'm copying Stefan here because he was
helping me from an upstream perspective.

Currently 1.3 uses ERMapper and MrSID which are not in Debian.  Stefan was able
to strip those out of the build system.  However, 1.3 does seem to need Sun's
JAI which is also not in Debian, and as far as I can tell not DFSG.

I'm not sure what can be done at this point.  Does anyone have any suggestions?

I'm about to remove libjdom0 from the archive so at least that needs fixed or it
will become RC.

Thanks!

Barry deFreese
Sometimes Java team helper. :)



___
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#529503: postgis: Please remove build-dep on jikes-classpath

2009-08-16 Thread Barry deFreese

severity 529503 serious

thank you


Bumping severity to serious now that jikes has been removed from the 
archive.


Thank you,

Barry deFreese
Debian QA



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