[DebianGIS-dev] r2452 - packages/gmt/tarballs

2009-09-16 Thread frankie
Author: frankie
Date: 2009-09-16 10:09:20 + (Wed, 16 Sep 2009)
New Revision: 2452

Added:
   packages/gmt/tarballs/gmt_4.4.0.orig.tar.gz
   packages/gmt/tarballs/gmt_4.5.0.orig.tar.gz
Log:
Adding a couple of tarballs


Added: packages/gmt/tarballs/gmt_4.4.0.orig.tar.gz
===
(Binary files differ)


Property changes on: packages/gmt/tarballs/gmt_4.4.0.orig.tar.gz
___
Added: svn:mime-type
   + application/octet-stream

Added: packages/gmt/tarballs/gmt_4.5.0.orig.tar.gz
===
(Binary files differ)


Property changes on: packages/gmt/tarballs/gmt_4.5.0.orig.tar.gz
___
Added: svn:mime-type
   + application/octet-stream


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


[DebianGIS-dev] r2453 - in packages/gmt/trunk: debian debian/patches upstream

2009-09-16 Thread frankie
Author: frankie
Date: 2009-09-16 10:46:30 + (Wed, 16 Sep 2009)
New Revision: 2453

Added:
   packages/gmt/trunk/upstream/GMT4.5.0_doc.tar.bz2
   packages/gmt/trunk/upstream/GMT4.5.0_share.tar.bz2
   packages/gmt/trunk/upstream/GMT4.5.0_src.tar.bz2
   packages/gmt/trunk/upstream/GMT4.5.0_suppl.tar.bz2
Removed:
   packages/gmt/trunk/upstream/GMT4.4.0_doc.tar.bz2
   packages/gmt/trunk/upstream/GMT4.4.0_share.tar.bz2
   packages/gmt/trunk/upstream/GMT4.4.0_src.tar.bz2
   packages/gmt/trunk/upstream/GMT4.4.0_suppl.tar.bz2
Modified:
   packages/gmt/trunk/debian/changelog
   packages/gmt/trunk/debian/control
   packages/gmt/trunk/debian/patches/series
   packages/gmt/trunk/debian/rules
Log:
New upstream release.


Modified: packages/gmt/trunk/debian/changelog
===
--- packages/gmt/trunk/debian/changelog 2009-09-16 10:09:20 UTC (rev 2452)
+++ packages/gmt/trunk/debian/changelog 2009-09-16 10:46:30 UTC (rev 2453)
@@ -1,11 +1,13 @@
-gmt (4.4.0-2) unstable; urgency=low
+gmt (4.5.0-1) unstable; urgency=low
 
-  * NOT YET RELEASED.
-  * Policy bumped to 3.8.2. No changes.
+  * New upstream release.
+  * Policy bumped to 3.8.3. No changes.
   * [lintian] Changed my dotted name in Uploaders to avoid annoying warnings.
   * [lintian] Wrapped changelog line.
+  * Fixed creat-orig-tar rule in debian/rules for correct directory naming.
+  * Added ${misc:Depends} item in debian/control. 
 
- -- Francesco Paolo Lovergine   Wed, 24 Jun 2009 14:16:10 
+0200
+ -- Francesco Paolo Lovergine   Wed, 16 Sep 2009 10:04:06 
+0200
 
 gmt (4.4.0-1) unstable; urgency=low
 

Modified: packages/gmt/trunk/debian/control
===
--- packages/gmt/trunk/debian/control   2009-09-16 10:09:20 UTC (rev 2452)
+++ packages/gmt/trunk/debian/control   2009-09-16 10:46:30 UTC (rev 2453)
@@ -5,14 +5,14 @@
 Uploaders: Torsten Landschoff , Francesco Paolo Lovergine 

 Build-Depends: libnetcdf-dev, debhelper (>= 7.0), bzip2, quilt, 
libxmu-headers, libxaw7-dev
 Build-Depends-Indep: debhelper (>= 7.0), bzip2, quilt
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Homepage: http://gmt.soest.hawaii.edu/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/gmt/trunk
 Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/gmt/trunk
 
 Package: gmt
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Replaces: gmt-manpages
 Conflicts: gmt-manpages
 Recommends: gmt-coastline-data | gmt-coast-low, gmt-doc
@@ -32,7 +32,7 @@
 Package: libgmt4
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: gmt
 Description: Generic Mapping Tools Library
  GMT libraries allow manipulating geographic and Cartesian data sets
@@ -44,7 +44,7 @@
 Package: libgmt-dev
 Architecture: any
 Section: libdevel
-Depends: ${shlibs:Depends}, libgmt4 (=${binary:Version}), libnetcdf-dev
+Depends: ${shlibs:Depends}, libgmt4 (=${binary:Version}), libnetcdf-dev, 
${misc:Depends}
 Suggests: gmt
 Description: Generic Mapping Tools Library
  These set of libraries allow manipulating geographic and Cartesian data sets

Modified: packages/gmt/trunk/debian/patches/series
===
--- packages/gmt/trunk/debian/patches/series2009-09-16 10:09:20 UTC (rev 
2452)
+++ packages/gmt/trunk/debian/patches/series2009-09-16 10:46:30 UTC (rev 
2453)
@@ -0,0 +1 @@
+# no current patches

Modified: packages/gmt/trunk/debian/rules
===
--- packages/gmt/trunk/debian/rules 2009-09-16 10:09:20 UTC (rev 2452)
+++ packages/gmt/trunk/debian/rules 2009-09-16 10:46:30 UTC (rev 2453)
@@ -1,6 +1,6 @@
 #! /usr/bin/make -f
 
-RELEASE:= 4.4.0
+RELEASE:= 4.5.0
 PARTS  := doc share src suppl 
 ARCHIVES   := $(PARTS:%=upstream/GMT$(RELEASE)_%.tar.bz2)
 
@@ -29,11 +29,11 @@
 
 create-orig-tar:   $(ARCHIVES)
dh_testdir
-   mkdir -p gmt-$(RELEASE).orig
-   ln -f $(ARCHIVES) gmt-$(RELEASE).orig
-   tar cf - gmt-$(RELEASE).orig|gzip -9 > gmt-$(RELEASE).orig.tar.gz
+   mkdir -p gmt-$(RELEASE)/upstream
+   ln -f $(ARCHIVES) gmt-$(RELEASE)/upstream
+   tar cf - gmt-$(RELEASE)|gzip -9 > gmt-$(RELEASE).orig.tar.gz
mv gmt-$(RELEASE).orig.tar.gz ..
-   rm -R gmt-$(RELEASE).orig
+   rm -R gmt-$(RELEASE)
 
 upstream/%:
dh_testdir

Deleted: packages/gmt/trunk/upstream/GMT4.4.0_doc.tar.bz2
===
(Binary files differ)

Deleted: packages/gmt/trunk/upstream/GMT4.4.0_share.tar.bz2
===
(Binary files differ)

Deleted: packages/gmt/trunk/upstream/GMT4.4.0_src.tar.bz2
===
(Binary files differ)

Dele

[DebianGIS-dev] r2454 - in packages/ogdi-dfsg/trunk/debian: . patches

2009-09-16 Thread frankie
Author: frankie
Date: 2009-09-16 10:58:50 + (Wed, 16 Sep 2009)
New Revision: 2454

Added:
   packages/ogdi-dfsg/trunk/debian/patches/hurd.dpatch
Modified:
   packages/ogdi-dfsg/trunk/debian/changelog
   packages/ogdi-dfsg/trunk/debian/control
   packages/ogdi-dfsg/trunk/debian/patches/00list
   packages/ogdi-dfsg/trunk/debian/rules
Log:
Minor changes


Modified: packages/ogdi-dfsg/trunk/debian/changelog
===
--- packages/ogdi-dfsg/trunk/debian/changelog   2009-09-16 10:46:30 UTC (rev 
2453)
+++ packages/ogdi-dfsg/trunk/debian/changelog   2009-09-16 10:58:50 UTC (rev 
2454)
@@ -1,3 +1,13 @@
+ogdi-dfsg (3.2.0~beta2-5) unstable; urgency=low
+
+  * NOT RELEASED YET
+  * [PATCH] Added hurd.dpatch to support GNU/Hurd. Thanks Barry deFreese. 
+(closes: #534093)
+  * Policy set to 3.8.3, no changes.
+  * Removed stamp file cleaning, because it is now automatically done.
+
+ -- Francesco Paolo Lovergine   Wed, 16 Sep 2009 12:13:36 
+0200
+
 ogdi-dfsg (3.2.0~beta2-4) unstable; urgency=high
 
   * Now -dev package depends on libproj-dev because it requires proj headers.

Modified: packages/ogdi-dfsg/trunk/debian/control
===
--- packages/ogdi-dfsg/trunk/debian/control 2009-09-16 10:46:30 UTC (rev 
2453)
+++ packages/ogdi-dfsg/trunk/debian/control 2009-09-16 10:58:50 UTC (rev 
2454)
@@ -3,7 +3,7 @@
 Maintainer: Debian GIS Project 
 Uploaders: Francesco Paolo Lovergine 
 Build-Depends: debhelper (>= 7), autotools-dev, zlib1g-dev, libexpat1-dev, 
libproj-dev, dpatch, tcl-dev (>=8.4)
-Standards-Version: 3.8.1
+Standards-Version: 3.8.3
 Section: libs
 Homepage: http://ogdi.sourceforge.net/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/ogdi-dfsg/

Modified: packages/ogdi-dfsg/trunk/debian/patches/00list
===
--- packages/ogdi-dfsg/trunk/debian/patches/00list  2009-09-16 10:46:30 UTC 
(rev 2453)
+++ packages/ogdi-dfsg/trunk/debian/patches/00list  2009-09-16 10:58:50 UTC 
(rev 2454)
@@ -1,3 +1,4 @@
 makefile
 shared
 endianess
+hurd

Added: packages/ogdi-dfsg/trunk/debian/patches/hurd.dpatch
===
--- packages/ogdi-dfsg/trunk/debian/patches/hurd.dpatch 
(rev 0)
+++ packages/ogdi-dfsg/trunk/debian/patches/hurd.dpatch 2009-09-16 10:58:50 UTC 
(rev 2454)
@@ -0,0 +1,120 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## hurd.dpatch by Francesco Paolo Lovergine 
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+...@dpatch@
+diff -urNad trunk~/config/GNU.mak trunk/config/GNU.mak
+--- trunk~/config/GNU.mak  1970-01-01 01:00:00.0 +0100
 trunk/config/GNU.mak   2009-09-16 12:09:00.0 +0200
+@@ -0,0 +1,109 @@
++# Copyright (C) 2001 Her Majesty the Queen in Right of Canada.
++# Permission to use, copy, modify and distribute this software and
++# its documentation for any purpose and without fee is hereby granted,
++# provided that the above copyright notice appear in all copies, that
++# both the copyright notice and this permission notice appear in
++# supporting documentation, and that the name of Her Majesty the Queen
++# in Right  of Canada not be used in advertising or publicity pertaining
++# to distribution of the software without specific, written prior
++# permission.  Her Majesty the Queen in Right of Canada makes no
++# representations about the suitability of this software for any purpose.
++# It is provided "as is" without express or implied warranty.
++
++# Generic unix configuration file, processed by configure to make 
++# platform specific.
++
++#
++# Read in the configuration common to all Unix
++#
++include /config/unix.mak
++
++#
++# platform specific Symbols
++#
++PLATFORM= 
++_SOLARIS= 1
++USE_TERMIO= -DUSE_TERMIO
++
++# 
++# platform specific tools
++#
++AR= ar cr
++
++
++#
++# Compilation and linking flags
++#
++SHLIB_CFLAGS= -fPIC
++COMMON_CFLAGS=  -Wall -O2  -Wall -DUNIX=1
++
++SHLIB_LDFLAGS= -shared 
++COMMON_LDFLAGS  =  
++
++RPC_INCLUDES = -DHAVE_STD_RPC_INCLUDES
++
++UCB_STATICLIB = 
++
++TCL_INCLUDE = -I/usr/include/tcl8.4
++TCL_LINKLIB =
++
++#
++#Install Locations
++#
++prefix= /usr
++exec_prefix = 
++INST_INCLUDE= /include
++INST_LIB= /lib
++INST_BIN= /bin
++
++#
++# platform specific file locations
++#
++#RPC_LINKLIB= -lrpcsvc -lnsl -lsocket
++#RPC_LINKLIB=-ldl -ldbmalloc
++RPC_LINKLIB=-ldl 
++
++#
++# Endian definition, could be little or big
++#
++BIG_ENDIAN  = 0
++
++#
++# Handle internal/external PROJ.4 library usage.
++#
++
++PROJ_SETTING=external
++
++ifeq (,external)
++PROJ_INCLUDE :=-I/usr/include
++PROJ_STATICLIB := -lproj
++endif
++
++#
++# Handle internal/external ZLIB library usage.
++#
++
++ZLIB_SETTING=external
++
++ifeq (,external)
++ZLIB_INCLUDE :=-I/usr/include
++ZLIB_LINKLIB := -lz
++endif
++

[DebianGIS-dev] r2455 - packages/ogdi-dfsg/trunk/debian

2009-09-16 Thread frankie
Author: frankie
Date: 2009-09-16 11:16:18 + (Wed, 16 Sep 2009)
New Revision: 2455

Modified:
   packages/ogdi-dfsg/trunk/debian/changelog
   packages/ogdi-dfsg/trunk/debian/watch
Log:
Fixed watch file


Modified: packages/ogdi-dfsg/trunk/debian/changelog
===
--- packages/ogdi-dfsg/trunk/debian/changelog   2009-09-16 10:58:50 UTC (rev 
2454)
+++ packages/ogdi-dfsg/trunk/debian/changelog   2009-09-16 11:16:18 UTC (rev 
2455)
@@ -1,12 +1,12 @@
 ogdi-dfsg (3.2.0~beta2-5) unstable; urgency=low
 
-  * NOT RELEASED YET
   * [PATCH] Added hurd.dpatch to support GNU/Hurd. Thanks Barry deFreese. 
 (closes: #534093)
   * Policy set to 3.8.3, no changes.
   * Removed stamp file cleaning, because it is now automatically done.
+  * Better debian/watch file.
 
- -- Francesco Paolo Lovergine   Wed, 16 Sep 2009 12:13:36 
+0200
+ -- Francesco Paolo Lovergine   Wed, 16 Sep 2009 13:15:44 
+0200
 
 ogdi-dfsg (3.2.0~beta2-4) unstable; urgency=high
 

Modified: packages/ogdi-dfsg/trunk/debian/watch
===
--- packages/ogdi-dfsg/trunk/debian/watch   2009-09-16 10:58:50 UTC (rev 
2454)
+++ packages/ogdi-dfsg/trunk/debian/watch   2009-09-16 11:16:18 UTC (rev 
2455)
@@ -1,5 +1,6 @@
 # Compulsory line, this is a version 3 file
 version=3
-http://sf.net/ogdi/ogdi-(.*)\.tar\.gz
+opts="uversionmangle=s/\.beta/~beta/" \
+   http://sf.net/ogdi/ogdi-(\d+\.\d+\.\d+)\.?(beta\d)?\.tar\.gz
 
 


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


[DebianGIS-dev] r2456 - packages/ogdi-dfsg/trunk

2009-09-16 Thread frankie
Author: frankie
Date: 2009-09-16 11:18:00 + (Wed, 16 Sep 2009)
New Revision: 2456

Modified:
   packages/ogdi-dfsg/trunk/config.guess
   packages/ogdi-dfsg/trunk/config.sub
Log:
Updated config.* stuff.


Modified: packages/ogdi-dfsg/trunk/config.guess
===
--- packages/ogdi-dfsg/trunk/config.guess   2009-09-16 11:16:18 UTC (rev 
2455)
+++ packages/ogdi-dfsg/trunk/config.guess   2009-09-16 11:18:00 UTC (rev 
2456)
@@ -1,10 +1,10 @@
 #! /bin/sh
 # Attempt to guess a canonical system name.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
 #   Free Software Foundation, Inc.
 
-timestamp='2008-01-23'
+timestamp='2009-06-10'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -170,7 +170,7 @@
arm*|i386|m68k|ns32k|sh3*|sparc|vax)
eval $set_cc_for_build
if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
-   | grep __ELF__ >/dev/null
+   | grep -q __ELF__
then
# Once all utilities can be ECOFF (netbsdecoff) or a.out 
(netbsdaout).
# Return netbsd for either.  FIX?
@@ -324,6 +324,9 @@
case `/usr/bin/uname -p` in
sparc) echo sparc-icl-nx7; exit ;;
esac ;;
+s390x:SunOS:*:*)
+   echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 
's/[^.]*//'`
+   exit ;;
 sun4H:SunOS:5.*:*)
echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
exit ;;
@@ -331,7 +334,20 @@
echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
exit ;;
 i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
-   echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
+   eval $set_cc_for_build
+   SUN_ARCH="i386"
+   # If there is a compiler, see if it is configured for 64-bit objects.
+   # Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
+   # This test works for both compilers.
+   if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
+   if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
+   (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
+   grep IS_64BIT_ARCH >/dev/null
+   then
+   SUN_ARCH="x86_64"
+   fi
+   fi
+   echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
exit ;;
 sun4*:SunOS:6*:*)
# According to config.sub, this is the proper way to canonicalize
@@ -640,7 +656,7 @@
# => hppa64-hp-hpux11.23
 
if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) |
-   grep __LP64__ >/dev/null
+   grep -q __LP64__
then
HP_ARCH="hppa2.0w"
else
@@ -796,7 +812,7 @@
x86)
echo i586-pc-interix${UNAME_RELEASE}
exit ;;
-   EM64T | authenticamd)
+   EM64T | authenticamd | genuineintel)
echo x86_64-unknown-interix${UNAME_RELEASE}
exit ;;
IA64)
@@ -806,6 +822,9 @@
 [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
echo i${UNAME_MACHINE}-pc-mks
exit ;;
+8664:Windows_NT:*)
+   echo x86_64-pc-mks
+   exit ;;
 i*:Windows_NT*:* | Pentium*:Windows_NT*:*)
# How do we know it's Interix rather than the generic POSIX subsystem?
# It also conflicts with pre-2.0 versions of AT&T UWIN. Should we
@@ -866,17 +885,17 @@
 m68*:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-gnu
exit ;;
-mips:Linux:*:*)
+mips:Linux:*:* | mips64:Linux:*:*)
eval $set_cc_for_build
sed 's/^//' << EOF >$dummy.c
#undef CPU
-   #undef mips
-   #undef mipsel
+   #undef ${UNAME_MACHINE}
+   #undef ${UNAME_MACHINE}el
#if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || 
defined(MIPSEL)
-   CPU=mipsel
+   CPU=${UNAME_MACHINE}el
#else
#if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || 
defined(MIPSEB)
-   CPU=mips
+   CPU=${UNAME_MACHINE}
#else
CPU=
#endif
@@ -889,29 +908,6 @@
}'`"
test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
;;
-mips64:Linux:*:*)
-   eval $set_cc_for_build
-   sed 's/^//' << EOF >$dummy.c
-   #undef CPU
-   #undef mips64
-   #undef mips64el
-   #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || 
defined(MIPSEL)
-   CPU=mips64el
-   #else
-   #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || 
defined(MIPSEB)
-   CPU=mips64

[DebianGIS-dev] Bug#534093: marked as done (ogdi-dfsg: FTBFS on Debian GNU/Hurd)

2009-09-16 Thread Debian Bug Tracking System
Your message dated Wed, 16 Sep 2009 11:47:06 +
with message-id 
and subject line Bug#534093: fixed in ogdi-dfsg 3.2.0~beta2-5
has caused the Debian Bug report #534093,
regarding ogdi-dfsg: FTBFS on Debian GNU/Hurd
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
534093: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=534093
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: ogdi-dfsg
Version: 3.2.0~beta2-4
Severity: normal

Hi,

ogdi-dfsg currently fails to build on Debian GNU/Hurd as GNU is not 
recognized.  Here is a patch to resolve the issue.  Adding the 
include/GNU/... file might not be necessary but seemed more clean.


Thank you,

Barry deFreese


--- ogdi-dfsg-3.2.0~beta2.orig/config/GNU.mak
+++ ogdi-dfsg-3.2.0~beta2/config/GNU.mak
@@ -0,0 +1,109 @@
+# Copyright (C) 2001 Her Majesty the Queen in Right of Canada.
+# Permission to use, copy, modify and distribute this software and
+# its documentation for any purpose and without fee is hereby granted,
+# provided that the above copyright notice appear in all copies, that
+# both the copyright notice and this permission notice appear in
+# supporting documentation, and that the name of Her Majesty the Queen
+# in Right  of Canada not be used in advertising or publicity pertaining
+# to distribution of the software without specific, written prior
+# permission.  Her Majesty the Queen in Right of Canada makes no
+# representations about the suitability of this software for any purpose.
+# It is provided "as is" without express or implied warranty.
+
+# Generic unix configuration file, processed by configure to make 
+# platform specific.
+
+#
+# Read in the configuration common to all Unix
+#
+include $(TOPDIR)/config/unix.mak
+
+#
+# platform specific Symbols
+#
+PLATFORM   = $(TARGET)
+_SOLARIS   = 1
+USE_TERMIO = -DUSE_TERMIO
+
+# 
+# platform specific tools
+#
+AR = ar cr
+
+
+#
+# Compilation and linking flags
+#
+SHLIB_CFLAGS   = -fPIC
+COMMON_CFLAGS  = $(OPTIMIZATION) -Wall -O2  -Wall -DUNIX=1
+
+SHLIB_LDFLAGS  = -shared 
+COMMON_LDFLAGS  = $(OPTIMIZATION) 
+
+RPC_INCLUDES = -DHAVE_STD_RPC_INCLUDES
+
+UCB_STATICLIB = 
+
+TCL_INCLUDE = -I/usr/include/tcl8.4
+TCL_LINKLIB =
+
+#
+#  Install Locations
+#
+prefix = /usr
+exec_prefix= ${prefix}
+INST_INCLUDE   = ${prefix}/include
+INST_LIB   = ${exec_prefix}/lib
+INST_BIN   = ${exec_prefix}/bin
+
+#
+# platform specific file locations
+#
+#RPC_LINKLIB   = -lrpcsvc -lnsl -lsocket
+#RPC_LINKLIB   =   -ldl -ldbmalloc
+RPC_LINKLIB=   -ldl 
+
+#
+# Endian definition, could be little or big
+#
+BIG_ENDIAN  = 0
+
+#
+# Handle internal/external PROJ.4 library usage.
+#
+
+PROJ_SETTING=external
+
+ifeq ($(PROJ_SETTING),external)
+PROJ_INCLUDE :=-I/usr/include
+PROJ_STATICLIB := -lproj
+endif
+
+#
+# Handle internal/external ZLIB library usage.
+#
+
+ZLIB_SETTING=external
+
+ifeq ($(ZLIB_SETTING),external)
+ZLIB_INCLUDE :=-I/usr/include
+ZLIB_LINKLIB := -lz
+endif
+
+#
+# Handle internal/external/disabled "Expat" library handling.
+#
+
+EXPAT_SETTING=external
+
+ifeq ($(EXPAT_SETTING),external)
+EXPAT_INCLUDE := -I/usr/include
+EXPAT_LINKLIB := -lexpat
+endif
+
+ifeq ($(EXPAT_SETTING),disabled)
+EXPAT_INCLUDE := -DEXPAT_DISABLED
+EXPAT_LINKLIB := 
+endif
+
+
only in patch2:
unchanged:
--- ogdi-dfsg-3.2.0~beta2.orig/include/GNU/ogdi_macro.h
+++ ogdi-dfsg-3.2.0~beta2/include/GNU/ogdi_macro.h
@@ -0,0 +1,48 @@
+#include 
+#include 
+#include 
+#include 
+
+#define ogdi_IXDR_PUT_LONG(buf, v) { \
+   long ZF = ((long)IXDR_PUT_INT32(buf, (long)(v))); \
+   ZF = ZF; \
+   } 
+
+#define ogdi_IXDR_PUT_U_LONG(buf, v)   ogdi_IXDR_PUT_LONG(buf, (long)(v))
+
+
+
+
+// Hook fread/fwrite/fgets/system. Check returns for errors and print tham 
verbose if any.
+
+#define ogdi_read(p,s,fp)   { \
+unsigned int ZF = read(p,s,fp); \
+if (ZF == -1 ) \
+printf("Error: read error\n"); \
+   }
+
+#define ogdi_fread(p,s,n,fp)   { \
+unsigned int ZF = fread(p,s,n,fp); \
+if (ZF != (unsigned) (n)) \
+printf("Error: fread found %d bytes, not %d at %d\n", ZF, 
(int)(n), (int) ftell(fp)); \
+   }
+
+#define ogdi_fwrite(p,s,n,fp) { \
+   unsigned int ZF = fwrite(p,s,n,fp); \
+if (ZF != (unsigned) (n)) \
+printf("Error: fwrite wrote %d bytes, not %d at %d\n", ZF, 
(int)(n), (int) ftell(fp)); \
+  }
+
+#define ogdi_fgets(p,n

[DebianGIS-dev] Bug#546943: ncview: requires udunits.dat

2009-09-16 Thread alberto maurizi
Package: ncview
Version: 1.93g-1+b1
Severity: important


executing ncview gives:
udunits(3): Couldn't open units database "/usr/share/udunits/udunits.dat": No 
such file or directory
Note: Udunits units file not found; no units conversion will be attmpted.
(put path of units file in environmental variable UDUNITS_PATH)

Without udunits.dat no time information is translated in date/time.

I guess udunits.dat should be "sold" with some udunits* package but it
isn't.

In an installation on another machine, where an old udunits (version 1)
package is installed (not debian), ncview works fine.

Alberto


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages ncview depends on:
ii  libc62.9-26  GNU C Library: Shared libraries
ii  libice6  2:1.0.5-1   X11 Inter-Client Exchange library
ii  libnetcdf4   1:3.6.2-3.2 An interface for scientific data a
ii  libnetpbm10  2:10.0-12   Shared libraries for netpbm
ii  libsm6   2:1.1.1-1   X11 Session Management library
ii  libx11-6 2:1.2.2-1   X11 client-side library
ii  libxaw7  2:1.0.6-1   X11 Athena Widget library
ii  libxext6 2:1.0.4-1   X11 miscellaneous extension librar
ii  libxmu6  2:1.0.4-2   X11 miscellaneous utility library
ii  libxt6   1:1.0.6-1   X11 toolkit intrinsics library

ncview recommends no packages.

ncview suggests no packages.

-- no debconf information



___
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#546943: Bug#546943: ncview: requires udunits.dat

2009-09-16 Thread Francesco P. Lovergine
On Wed, Sep 16, 2009 at 06:00:44PM +0200, alberto maurizi wrote:
> Package: ncview
> Version: 1.93g-1+b1
> Severity: important
> 
> 
> executing ncview gives:
> udunits(3): Couldn't open units database "/usr/share/udunits/udunits.dat": No 
> such file or directory
> Note: Udunits units file not found; no units conversion will be attmpted.
> (put path of units file in environmental variable UDUNITS_PATH)
> 
> Without udunits.dat no time information is translated in date/time.
> 
> I guess udunits.dat should be "sold" with some udunits* package but it
> isn't.
> 
> In an installation on another machine, where an old udunits (version 1)
> package is installed (not debian), ncview works fine.
> 

Well, it is not strictly required, you could be not interested in time 
information.
I would add a Recommends for that.

-- 
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] libhdf4 4.2r4-6 MIGRATED to testing

2009-09-16 Thread Debian testing watch
FYI: The status of the libhdf4 source package
in Debian's testing distribution has changed.

  Previous version: 4.2r4-5
  Current version:  4.2r4-6

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

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