[SCM] proj branch, master, updated. upstream/4.8.0-11-g9569749

2013-11-25 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 9569749d95bb810eb5b9a3c7d92f904e1d31c6cd
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Mon Nov 25 15:26:32 2013 +0100

Restored original config.* stuff from upstream branch.

diff --git a/config.guess b/config.guess
index 11a9347..0f0fe71 100755
--- a/config.guess
+++ b/config.guess
@@ -4,11 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
- HEAD
-timestamp='2007-07-22'
-===
 timestamp='2007-03-06'
- sid
 
 # 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
@@ -334,11 +330,7 @@ case 
${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION} in
 sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
exit ;;
- HEAD
-i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
-===
 i86pc:SunOS:5.*:*)
- sid
echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
exit ;;
 sun4*:SunOS:6*:*)
@@ -801,11 +793,7 @@ EOF
exit ;;
 *:Interix*:[3456]*)
case ${UNAME_MACHINE} in
- HEAD
-   x86)
-===
x86) 
- sid
echo i586-pc-interix${UNAME_RELEASE}
exit ;;
EM64T | authenticamd)
diff --git a/config.sub b/config.sub
index e01d92f..5defff6 100755
--- a/config.sub
+++ b/config.sub
@@ -4,11 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
- HEAD
-timestamp='2007-06-28'
-===
 timestamp='2007-01-18'
- sid
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -479,13 +475,8 @@ case $basic_machine in
basic_machine=craynv-cray
os=-unicosmp
;;
- HEAD
-   cr16)
-   basic_machine=cr16-unknown
-===
cr16c)
basic_machine=cr16c-unknown
- sid
os=-elf
;;
crds | unos)
@@ -692,13 +683,6 @@ case $basic_machine in
basic_machine=i386-pc
os=-mingw32
;;
- HEAD
-   mingw32ce)
-   basic_machine=arm-unknown
-   os=-mingw32ce
-   ;;
-===
- sid
miniframe)
basic_machine=m68000-convergent
;;

-- 
Proj.4

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


[SCM] proj branch, master, updated. upstream/4.8.0-11-g9569749

2013-11-25 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit a58129fcec5d42ae1cae2bb2bda9a72d37ae8bef
Merge: e3d50a9bb6a95640b64ae7792bcb251452f63ae9 
d38fa69827927e353528a7f3a584132d88c8a4ec
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Mon Nov 25 15:25:13 2013 +0100

Merge branch 'sid'

Conflicts:
config.guess
config.sub
debian/changelog
debian/control
debian/proj-bin.install
debian/rules

diff --combined config.guess
index 278f9e9,0f0fe71..11a9347
--- a/config.guess
+++ b/config.guess
@@@ -4,7 -4,7 +4,11 @@@
  #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
  #   Inc.
  
++ HEAD
 +timestamp='2007-07-22'
++===
+ timestamp='2007-03-06'
++ sid
  
  # 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
@@@ -330,7 -330,7 +334,11 @@@ case ${UNAME_MACHINE}:${UNAME_SYSTEM}:
  sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
exit ;;
++ HEAD
 +i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
++===
+ i86pc:SunOS:5.*:*)
++ sid
echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
exit ;;
  sun4*:SunOS:6*:*)
@@@ -793,7 -793,7 +801,11 @@@ EO
exit ;;
  *:Interix*:[3456]*)
case ${UNAME_MACHINE} in
++ HEAD
 +  x86)
++===
+   x86) 
++ sid
echo i586-pc-interix${UNAME_RELEASE}
exit ;;
EM64T | authenticamd)
diff --combined config.sub
index 1761d8b,5defff6..e01d92f
--- a/config.sub
+++ b/config.sub
@@@ -4,7 -4,7 +4,11 @@@
  #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
  #   Inc.
  
++ HEAD
 +timestamp='2007-06-28'
++===
+ timestamp='2007-01-18'
++ sid
  
  # This file is (in principle) common to ALL GNU software.
  # The presence of a machine in this file suggests that SOME GNU software
@@@ -475,8 -475,8 +479,13 @@@ case $basic_machine i
basic_machine=craynv-cray
os=-unicosmp
;;
++ HEAD
 +  cr16)
 +  basic_machine=cr16-unknown
++===
+   cr16c)
+   basic_machine=cr16c-unknown
++ sid
os=-elf
;;
crds | unos)
@@@ -683,10 -683,6 +692,13 @@@
basic_machine=i386-pc
os=-mingw32
;;
++ HEAD
 +  mingw32ce)
 +  basic_machine=arm-unknown
 +  os=-mingw32ce
 +  ;;
++===
++ sid
miniframe)
basic_machine=m68000-convergent
;;
diff --combined debian/control
index 00968c0,66b9875..4e7d14b
--- a/debian/control
+++ b/debian/control
@@@ -2,36 -2,18 +2,18 @@@ Source: pro
  Section: science
  Priority: optional
  Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
- Uploaders: Peter S Galbraith p...@debian.org, Francesco Paolo Lovergine 
fran...@debian.org
- Build-Depends: debhelper (= 7), sharutils, dpatch
- Standards-Version: 3.8.3
+ Uploaders: Francesco Paolo Lovergine fran...@debian.org
+ Build-Depends: debhelper (= 9), sharutils
+ Standards-Version: 3.9.3
  Homepage: http://trac.osgeo.org/proj/
- Vcs-Browser: http://svn.debian.org/wsvn/pkg-grass/packages/proj/
- Vcs-Svn: svn://svn.debian.org/pkg-grass/packages/proj/
- 
- Package: proj
- Architecture: all
- Depends: libproj0 (= 4.6.1-4), proj-bin (= 4.6.1-4), libproj-dev (= 
4.6.1-4), ${misc:Depends}
- Description: Cartographic projection filter and library (transitional package)
-  Proj and invproj perform respective forward and inverse transformation
-  of cartographic data to or from Cartesian data with a wide range of
-  selectable projection functions (over 100 projections).
-  .
-  Geod and invgeod perform geodesic (Great Circle) computations for
-  determining latitude, longitude and back azimuth of a terminus point given
-  a initial point latitude, longitude, azimuth and distance (direct) or the
-  forward and back azimuths and distance between an initial and terminus
-  point latitudes and longitudes (inverse).
-  .
-  This is a transitional meta-package. You can safely remove it after 
upgrading.
+ Vcs-Browser: http://git.debian.org/?p=pkg-grass/proj.git
+ Vcs-Git: git://git.debian.org/pkg-grass/proj.git
  
  Package: proj-data
  Architecture: any
  Section: libs
- Conflicts: proj (= 4.6.1-3)
- Replaces: proj (= 4.6.1-3)
  Depends: ${misc:Depends}
- Description: Cartographic projection filter and library (transitional package)
+ Description: Cartographic projection filter and library (datum package)
   Proj and invproj perform respective forward and inverse transformation
   of cartographic data to or from Cartesian data with a wide range of
   selectable projection functions (over 100 projections).
@@@ -50,8 -32,6 +32,6 @@@ Architecture: an
  Section: libs
  Depends: proj-data, ${shlibs:Depends}, 

[SCM] proj branch, master, updated. upstream/4.8.0-11-g9569749

2013-11-25 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit d38fa69827927e353528a7f3a584132d88c8a4ec
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Mon Nov 25 15:20:28 2013 +0100

Removed staling 4.7 files and merged with current 4.8.0-1 changes.

diff --git a/debian/changelog b/debian/changelog
index df65322..dc53b50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+proj (4.8.0-1) unstable; urgency=low
+
+  [ Jerome Villeneuve Larouche ]
+  * New upstream release
+  * Modified libproj-dev.install to remove nad_list.h and projects.h
+  * Modified proj-bin.install to remove nad2nad
+  * Modified proj-bin.manpages to remove nad2nad man
+  * Added symbols for libproj0
+
+  [ Francesco Paolo Lovergine ]
+  * Properly merged with current git master and sid version 4.7.0-2.
+  * Removed proj transitional package and obsolete conflicts/replaces against
+series 4.6 and older.
+
+ -- Francesco Paolo Lovergine fran...@debian.org  Mon, 25 Nov 2013 15:11:25 
+0100
+
 proj (4.7.0-2) unstable; urgency=medium
 
   * Moved to source format 3.0 with quilt support.
diff --git a/debian/control b/debian/control
index 5f91fc8..66b9875 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
 Source: proj
 Section: science
-Priority: extra
+Priority: optional
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Francesco Paolo Lovergine fran...@debian.org
 Build-Depends: debhelper (= 9), sharutils
@@ -68,7 +68,6 @@ Package: proj-bin
 Architecture: any
 Section: science
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: proj-ps-doc
 Description: Cartographic projection library (tools) 
  Proj and invproj perform respective forward and inverse transformation
  of cartographic data to or from Cartesian data with a wide range of
diff --git a/debian/libproj-dev.install b/debian/libproj-dev.install
index bb14820..d8625b2 100644
--- a/debian/libproj-dev.install
+++ b/debian/libproj-dev.install
@@ -2,6 +2,4 @@ usr/lib/libproj.a
 usr/lib/libproj.la
 usr/lib/libproj.so
 usr/include/org_proj4_Projections.h
-usr/include/nad_list.h
 usr/include/proj_api.h
-usr/include/projects.h
diff --git a/debian/proj-bin.install b/debian/proj-bin.install
index ff4e82f..c69b4b2 100644
--- a/debian/proj-bin.install
+++ b/debian/proj-bin.install
@@ -2,6 +2,5 @@ usr/bin/geod
 usr/bin/proj
 usr/bin/cs2cs
 usr/bin/nad2bin
-usr/bin/nad2nad
 usr/bin/invgeod
 usr/bin/invproj
diff --git a/debian/proj-bin.manpages b/debian/proj-bin.manpages
index 8115b82..810d7cd 100644
--- a/debian/proj-bin.manpages
+++ b/debian/proj-bin.manpages
@@ -1,5 +1,4 @@
 debian/tmp/usr/share/man/man1/cs2cs.1
 debian/tmp/usr/share/man/man1/geod.1
 debian/tmp/usr/share/man/man1/proj.1
-debian/tmp/usr/share/man/man1/nad2nad.1
 debian/nad2bin.1
diff --git a/debian/rules b/debian/rules
index 19df8b4..37dbc1f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -88,7 +88,7 @@ binary-arch: install
dh_strip -a
dh_compress -a
dh_fixperms -a
-   dh_makeshlibs -a
+   dh_makeshlibs -a -- -c0
dh_shlibdeps -a
dh_installdeb -a
dh_gencontrol -a
diff --git a/src/nad2nad.c b/src/nad2nad.c
deleted file mode 100644
index e59877d..000
--- a/src/nad2nad.c
+++ /dev/null
@@ -1,310 +0,0 @@
-/*  North American Datum Transfer Program  */
-#include stdio.h
-#include stdlib.h
-#include ctype.h
-#include string.h
-#define PJ_LIST_H nad_list.h
-#include projects.h
-#include emess.h
-
-#define MAX_LINE 1000
-#define MAX_PARGS 100
-#define PJ_INVERS(P) (P-inv ? 1 : 0)
-   static int
-echoin = 0,/* echo input data to output line */
-tag = '#'; /* beginning of line tag character */
-   static char
-*oform = (char *)0,/* output format for x-y or decimal degrees */
-*oterr = *\t*,   /* output line for unprojectable input */
-*inargs = 0,
-*outargs = 0,
-*czone = 0,
-*usage =
-%s\nusage: %s [ -eEfihortwW [args] ] [ files ]\n;
-   struct CTABLE
-*ctab = 0,
-*htab = 0;
-static struct TAG_LIST {
-   char *tag;
-   short sw;
-} ops_list[] = {
-   utm=, 0,
-   spcs=, 1,
-   feet, 2,
-   27, 3,
-   83, 4,
-   hp, 5,
-   bin, 6,
-   rev, 7,
-   0, 0,
-};
-static struct IO_CON {
-   short rev;  /* reverse lon/lat or x/y */
-   short bin;  /* io binary */
-   short ll;   /* io lat-lon */
-   short t83;  /* data in 83 datum */
-   short zone; /* 100 utm zone, ==0 geog,  else state plane zone */
-   short nprojc; /* number of entries in projc */
-   char *hp;   /* high precision name */
-   char *projc[10];/* params for pj_init */
-   PJ *cnv;
-} input = {
-   0, 0, 0, 0, 0, 0, 0,
-   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 
-   0,
-}, output = {
-   0, 0, 0, 0, 0, 0, 0,
-   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 
-   0,
-};
-   static void
-set_zone(int in, struct IO_CON *io) {
-   char tmp[20];
-
-   if (io-hp) {
-   

[SCM] proj tag, debian/4.7.0-2, created. upstream/4.7.0-4-g02ceb3f

2013-11-25 Thread Francesco Paolo Lovergine
The tag, debian/4.7.0-2 has been created
at  02ceb3ff65a001e25b74cf470acbe73fb6144e86 (commit)

- Shortlog 
commit 02ceb3ff65a001e25b74cf470acbe73fb6144e86
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Mon Nov 25 14:30:56 2013 +0100

Sync with current sid version.
---

-- 
Proj.4

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


[SCM] proj branch, sid, created. upstream/4.7.0-6-gd38fa69

2013-11-25 Thread Francesco Paolo Lovergine
The branch, sid has been created
at  d38fa69827927e353528a7f3a584132d88c8a4ec (commit)

- Shortlog 
---

-- 
Proj.4

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


[SCM] proj tag, debian/4.7.0-1, created. upstream/4.7.0-3-g1bdd557

2013-11-25 Thread Francesco Paolo Lovergine
The tag, debian/4.7.0-1 has been created
at  1bdd55773033dcaa59217afb4d79df192e541fba (commit)

- Shortlog 
commit 1bdd55773033dcaa59217afb4d79df192e541fba
Merge: 8a4e833 959c70f
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Wed May 23 13:52:54 2012 +0200

Merge tag 'upstream/4.7.0'

Upstream version 4.7.0

Conflicts:
config.guess
config.sub

---

-- 
Proj.4

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


[SCM] proj tag, debian/4.8.0-1, created. upstream/4.8.0-11-g9569749

2013-11-25 Thread Francesco Paolo Lovergine
The tag, debian/4.8.0-1 has been created
at  9569749d95bb810eb5b9a3c7d92f904e1d31c6cd (commit)

- Shortlog 
commit 9569749d95bb810eb5b9a3c7d92f904e1d31c6cd
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Mon Nov 25 15:26:32 2013 +0100

Restored original config.* stuff from upstream branch.
---

-- 
Proj.4

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


Processing of proj_4.8.0-1_i386.changes

2013-11-25 Thread Debian FTP Masters
proj_4.8.0-1_i386.changes uploaded successfully to localhost
along with the files:
  proj_4.8.0-1.dsc
  proj_4.8.0.orig.tar.gz
  proj_4.8.0-1.debian.tar.gz
  proj-data_4.8.0-1_i386.deb
  libproj0_4.8.0-1_i386.deb
  libproj-dev_4.8.0-1_i386.deb
  proj-bin_4.8.0-1_i386.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

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


[SCM] gmt branch, master, updated. upstream/4.5.5-39-g4ebccc4

2013-11-25 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 5c7095a8194d2fdaa14d58db4d86a7066710dde2
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Wed Jun 26 12:01:19 2013 +0200

Added patch for eglibc

diff --git a/debian/changelog b/debian/changelog
index bd67ab6..4d7bceb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-gmt (4.5.7-3) UNRELEASED; urgency=low
+gmt (4.5.7-3) unstable; urgency=low
 
   * Added Octave support and an ad-hoc new package for that.
   * Added octave-gmt package for supporting grid files in GNU octave.
@@ -9,6 +9,9 @@ gmt (4.5.7-3) UNRELEASED; urgency=low
   - Added ${misc:Depends} to all pkgs.
   * Revised for Suggestions.
   * Fixed previous changelog for layout and contents.
+  * ACK of previous NMUi by Sebastian Ramacher:
+   * debian/patches/eglibc-2.17.patch: Add missing include to fix FTBFS 
with
+  eglibc 2.17. (Closes: #701431)
 
  -- Francesco Paolo Lovergine fran...@debian.org  Fri, 16 Mar 2012 14:53:42 
+0100
 
diff --git a/debian/patches/eglibc-2.17.patch b/debian/patches/eglibc-2.17.patch
new file mode 100644
index 000..5af09ed
--- /dev/null
+++ b/debian/patches/eglibc-2.17.patch
@@ -0,0 +1,15 @@
+Description: Add missing include to fix FBTFS with eglibc 2.17
+Author: Sebastian Ramacher sramac...@debian.org
+Bug-Debian: http://bugs.debian.org/701431
+Last-Update: 2013-06-24
+
+--- gmt-4.5.7.orig/src/gmt.h
 gmt-4.5.7/src/gmt.h
+@@ -86,6 +86,7 @@ extern C {
+ #include gmt_notunix.h  /* Stuff for Windows, OS/2 etc */
+ #ifndef WIN32
+ #include pwd.h
++#include sys/types.h
+ #include unistd.h
+ #endif
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 86009cb..58061fb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 # no current patches
 kfreebsd
 bashism
+eglibc-2.17.patch

-- 
Generic Mapping Tools

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


[SCM] gmt branch, master, updated. upstream/4.5.5-39-g4ebccc4

2013-11-25 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 4ebccc453d31af2e65352ae15bc261a83b252ba8
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Wed Jun 26 12:19:13 2013 +0200

Patch refreshed.

diff --git a/debian/changelog b/debian/changelog
index 962d1f2..14ff2f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,8 @@ gmt (4.5.9-1) unstable; urgency=low
 (closes: #701431)
   * New upstream release. 
 (closes: #705022)
+  * Patch kfreebsd refreshed to include hurd case instead.
+(closes: #676147)
 
  -- Francesco Paolo Lovergine fran...@debian.org  Fri, 16 Mar 2012 14:53:42 
+0100
 
diff --git a/debian/patches/eglibc-2.17.patch b/debian/patches/eglibc-2.17.patch
index 5af09ed..0338cc8 100644
--- a/debian/patches/eglibc-2.17.patch
+++ b/debian/patches/eglibc-2.17.patch
@@ -3,9 +3,11 @@ Author: Sebastian Ramacher sramac...@debian.org
 Bug-Debian: http://bugs.debian.org/701431
 Last-Update: 2013-06-24
 
 gmt-4.5.7.orig/src/gmt.h
-+++ gmt-4.5.7/src/gmt.h
-@@ -86,6 +86,7 @@ extern C {
+Index: git/src/gmt.h
+===
+--- git.orig/src/gmt.h 2013-06-26 12:18:55.0 +0200
 git/src/gmt.h  2013-06-26 12:18:55.0 +0200
+@@ -88,6 +88,7 @@
  #include gmt_notunix.h  /* Stuff for Windows, OS/2 etc */
  #ifndef WIN32
  #include pwd.h
diff --git a/debian/patches/kfreebsd b/debian/patches/kfreebsd
index e84b755..0c48bc5 100644
--- a/debian/patches/kfreebsd
+++ b/debian/patches/kfreebsd
@@ -1,13 +1,13 @@
 Index: git/configure
 ===
 git.orig/configure 2012-03-07 10:02:52.0 +0100
-+++ git/configure  2012-03-13 13:46:50.0 +0100
-@@ -11390,7 +11390,7 @@
+--- git.orig/configure 2013-06-26 12:15:23.0 +0200
 git/configure  2013-06-26 12:16:56.0 +0200
+@@ -7420,7 +7420,7 @@
else# Solaris
LD_OPT=-G
fi
--  elif test $os = Linux ; then# Need optimization when doing 
shared
-+  elif test $os = Linux || test $os = GNU/kFreeBSD; then  # Need 
optimization when doing shared
+-  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

-- 
Generic Mapping Tools

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


[SCM] gmt branch, master, updated. upstream/4.5.5-39-g4ebccc4

2013-11-25 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 07c45dad7f201f99b39e8b8d86e98b573d538c3c
Merge: 5c7095a8194d2fdaa14d58db4d86a7066710dde2 
627e2a19ced9253f1f34de4d44c9ab0a0bf6678d
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Wed Jun 26 12:02:08 2013 +0200

Merge tag 'upstream/4.5.9'

Upstream version 4.5.9


-- 
Generic Mapping Tools

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


[SCM] gmt branch, master, updated. upstream/4.5.5-39-g4ebccc4

2013-11-25 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit f366da1ddcdc558dcb5ed3b6f200709fceba85d5
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Wed Jun 26 12:07:48 2013 +0200

New upstream release note.

diff --git a/debian/changelog b/debian/changelog
index 4d7bceb..962d1f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-gmt (4.5.7-3) unstable; urgency=low
+gmt (4.5.9-1) unstable; urgency=low
 
   * Added Octave support and an ad-hoc new package for that.
   * Added octave-gmt package for supporting grid files in GNU octave.
@@ -11,7 +11,10 @@ gmt (4.5.7-3) unstable; urgency=low
   * Fixed previous changelog for layout and contents.
   * ACK of previous NMUi by Sebastian Ramacher:
* debian/patches/eglibc-2.17.patch: Add missing include to fix FTBFS 
with
-  eglibc 2.17. (Closes: #701431)
+  eglibc 2.17. 
+(closes: #701431)
+  * New upstream release. 
+(closes: #705022)
 
  -- Francesco Paolo Lovergine fran...@debian.org  Fri, 16 Mar 2012 14:53:42 
+0100
 

-- 
Generic Mapping Tools

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


proj_4.8.0-1_i386.changes ACCEPTED into unstable

2013-11-25 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 25 Nov 2013 15:11:25 +0100
Source: proj
Binary: proj-data libproj0 libproj-dev proj-bin
Architecture: source i386
Version: 4.8.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 libproj-dev - Cartographic projection library (development files)
 libproj0   - Cartographic projection library
 proj-bin   - Cartographic projection library (tools)
 proj-data  - Cartographic projection filter and library (datum package)
Changes: 
 proj (4.8.0-1) unstable; urgency=low
 .
   [ Jerome Villeneuve Larouche ]
   * New upstream release
   * Modified libproj-dev.install to remove nad_list.h and projects.h
   * Modified proj-bin.install to remove nad2nad
   * Modified proj-bin.manpages to remove nad2nad man
   * Added symbols for libproj0
 .
   [ Francesco Paolo Lovergine ]
   * Properly merged with current git master and sid version 4.7.0-2.
   * Removed proj transitional package and obsolete conflicts/replaces against
 series 4.6 and older.
Checksums-Sha1: 
 51ce4137556ea5cc1a9123df0dd70d4490f14fbd 1369 proj_4.8.0-1.dsc
 5c8d6769a791c390c873fef92134bf20bb20e82a 785279 proj_4.8.0.orig.tar.gz
 0edf87aa29bd20ffa3f99586d2231b4ceaee2b12 5875383 proj_4.8.0-1.debian.tar.gz
 027ff4386ad040428d40fd1e4c6077ede8da53e5 2124424 proj-data_4.8.0-1_i386.deb
 2f7392ee422917199722a8dbb2a2018bd3a34b73 131624 libproj0_4.8.0-1_i386.deb
 370ddd5477fe1b7391311f6f0cc42a6c06beaeb8 149664 libproj-dev_4.8.0-1_i386.deb
 8e68f3620824b9361c7d5113e0d67f6eabba0a6b 51360 proj-bin_4.8.0-1_i386.deb
Checksums-Sha256: 
 459bba5172c4b16c43a4620cb873edbcd458d7acfc06e3eaecbda9f5a3f21c98 1369 
proj_4.8.0-1.dsc
 2db2dbf0fece8d9880679154e0d6d1ce7c694dd8e08b4d091028093d87a9d1b5 785279 
proj_4.8.0.orig.tar.gz
 7c36f419145a59cfa1449cae2f743fd73c6aeeb9df3174ffde92deabbd9dd549 5875383 
proj_4.8.0-1.debian.tar.gz
 5a0e6529f24c03fc449ff70184a36a25a80e1d8c09901a80d4592a303775d503 2124424 
proj-data_4.8.0-1_i386.deb
 7a3586a290adf68febb7d065b643d521c01b14fc0fbdc29cdcdf3d7557b056c7 131624 
libproj0_4.8.0-1_i386.deb
 2f63b5077d016fd9cd1267ad354e075d2a732887d76964fe7c8321c8763c694e 149664 
libproj-dev_4.8.0-1_i386.deb
 b9d8f078ec63638372dc6a95252d37621d62f3b9a4734fb2086b00dca6b1a954 51360 
proj-bin_4.8.0-1_i386.deb
Files: 
 084f335fd11040b0c28bcd0f48f5d7f7 1369 science optional proj_4.8.0-1.dsc
 d815838c92a29179298c126effbb1537 785279 science optional proj_4.8.0.orig.tar.gz
 3624ee2369e437feb76970c60e077e3e 5875383 science optional 
proj_4.8.0-1.debian.tar.gz
 34d3295e6d786e16eddcb41d83c7b0ef 2124424 libs optional 
proj-data_4.8.0-1_i386.deb
 ec64c3c32eb7634fb75154564b81ecfe 131624 libs optional libproj0_4.8.0-1_i386.deb
 a5807f2d820896f7b400bb79dcab9346 149664 libdevel optional 
libproj-dev_4.8.0-1_i386.deb
 e306533ad85ccc45a6cafe0667664996 51360 science optional 
proj-bin_4.8.0-1_i386.deb

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

iEYEARECAAYFAlKTYRQACgkQpFNRmenyx0dVjwCgkS+KBjfHZ+QSLIXPQGGIVGaZ
X+oAniAX99wMBuogLhbKQBN5mWJO7Mb8
=2MUz
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


[SCM] gmt branch, master, updated. upstream/4.5.5-47-g4990a99

2013-11-25 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 0ff5bfe2a55f7590c5932b9abf8d0d3c667c3011
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Mon Nov 25 15:58:31 2013 +0100

Annotated new upstream release.

diff --git a/debian/changelog b/debian/changelog
index 14ff2f3..d9827ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gmt (4.5.11-1) UNRELEASED; urgency=low
+
+  * New upstream release for the 4.x series.
+
+ -- Francesco Paolo Lovergine fran...@debian.org  Mon, 25 Nov 2013 15:57:54 
+0100
+
 gmt (4.5.9-1) unstable; urgency=low
 
   * Added Octave support and an ad-hoc new package for that.

-- 
Generic Mapping Tools

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


[SCM] gmt branch, master, updated. upstream/4.5.5-47-g4990a99

2013-11-25 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit eb83743c2d12a59a0d669093993ed73ae8359e6d
Merge: 4ebccc453d31af2e65352ae15bc261a83b252ba8 
9daab80429ffd981e3df81181c24314ff2a040f8
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Mon Nov 25 15:56:25 2013 +0100

Merge tag 'upstream/4.5.11'

Upstream version 4.5.11


-- 
Generic Mapping Tools

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


[SCM] gmt branch, master, updated. upstream/4.5.5-47-g4990a99

2013-11-25 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit b088fecf0c8a6fad6edf6bf91903c77dda50da13
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Mon Nov 25 16:39:10 2013 +0100

Added a patch to fix syntax error.

diff --git a/debian/changelog b/debian/changelog
index d9827ca..7910c12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
-gmt (4.5.11-1) UNRELEASED; urgency=low
+gmt (4.5.11-1) unstable; urgency=low
 
   * New upstream release for the 4.x series.
+  * Added patch gmt_io.c to avoid nested comments use while -pedantic mode is 
enabled.
 
  -- Francesco Paolo Lovergine fran...@debian.org  Mon, 25 Nov 2013 15:57:54 
+0100
 
diff --git a/debian/patches/gmt_io.c b/debian/patches/gmt_io.c
new file mode 100644
index 000..ab5c829
--- /dev/null
+++ b/debian/patches/gmt_io.c
@@ -0,0 +1,16 @@
+Index: git/src/gmt_io.c
+===
+--- git.orig/src/gmt_io.c  2013-11-25 15:57:08.0 +0100
 git/src/gmt_io.c   2013-11-25 16:37:51.0 +0100
+@@ -2772,8 +2772,9 @@
+ 
+   callen = strlen (s);
+   if (callen  2) return (GMT_IS_NAN);/* Maybe should be more 
than 2  */
+-
+-  //if ((p = strchr ( s, (int)('T'))) == NULL) {  /* This was too 
naive, being tricked by data like 12-OCT-20 (no trailing T, so OCT was it) */
++#if 0
++  if ((p = strchr ( s, (int)('T'))) == NULL) {/* This was too 
naive, being tricked by data like 12-OCT-20 (no trailing T, so OCT was it) */
++#endif
+   if (s[0] == 'T') {  /* Got Tclock presumably */
+   clocklen = callen - 1;
+   strncpy (clockstring, s[1], (size_t)callen);
diff --git a/debian/patches/series b/debian/patches/series
index 58061fb..d3742af 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,5 @@
 # no current patches
+gmt_io.c
 kfreebsd
 bashism
 eglibc-2.17.patch

-- 
Generic Mapping Tools

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


[SCM] gmt branch, master, updated. upstream/4.5.5-47-g4990a99

2013-11-25 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 4990a994d1a1be964785107e7bce414ca7323f7f
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Mon Nov 25 17:31:17 2013 +0100

Annotated changelog for new patch

diff --git a/debian/changelog b/debian/changelog
index 67ccac0..84687c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,12 @@
 gmt (4.5.11-1) unstable; urgency=low
 
   * New upstream release for the 4.x series.
-  * Added patch gmt_io.c and gmt_proj.c to avoid nested comments use 
-while -pedantic mode is enabled.
+  * Added patch gmt_io.c, mgd77header.c and gmt_proj.c to avoid nested 
comments 
+use while -pedantic mode is enabled.
   * Added patch c++comments to remove C++ style comments in pure C code. This
 is currently deprecated and should be avoided when strict option 
 like -pedantic are used.
+  *  
 
  -- Francesco Paolo Lovergine fran...@debian.org  Mon, 25 Nov 2013 15:57:54 
+0100
 

-- 
Generic Mapping Tools

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


[SCM] gmt branch, master, updated. upstream/4.5.5-47-g4990a99

2013-11-25 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 043c829ea25b4d5903cd9acaae71aa42554a
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Mon Nov 25 17:04:19 2013 +0100

Fixed for C++ comments used here and there.

New patch c++comments has been introduced.

diff --git a/debian/changelog b/debian/changelog
index 7910c12..67ccac0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 gmt (4.5.11-1) unstable; urgency=low
 
   * New upstream release for the 4.x series.
-  * Added patch gmt_io.c to avoid nested comments use while -pedantic mode is 
enabled.
+  * Added patch gmt_io.c and gmt_proj.c to avoid nested comments use 
+while -pedantic mode is enabled.
+  * Added patch c++comments to remove C++ style comments in pure C code. This
+is currently deprecated and should be avoided when strict option 
+like -pedantic are used.
 
  -- Francesco Paolo Lovergine fran...@debian.org  Mon, 25 Nov 2013 15:57:54 
+0100
 
diff --git a/debian/patches/c++comments b/debian/patches/c++comments
new file mode 100644
index 000..69f6670
--- /dev/null
+++ b/debian/patches/c++comments
@@ -0,0 +1,74 @@
+Index: git/src/grdfft.c
+===
+--- git.orig/src/grdfft.c  2013-11-25 15:57:08.0 +0100
 git/src/grdfft.c   2013-11-25 16:59:54.0 +0100
+@@ -1083,7 +1083,7 @@
+   sprintf (format, %s\t%s\t%s\n, gmtdefs.d_format, gmtdefs.d_format, 
gmtdefs.d_format);
+   powfactor = 4.0 / pow ((double)ndatac, 2.0);
+   for (k = 0; k  nk; k++) {
+-  //eps_pow = 1.0/sqrt((double)nused[k]/(double)nk);
++  /* eps_pow = 1.0/sqrt((double)nused[k]/(double)nk);*/
+   eps_pow = 1.0/sqrt((double)nused[k]);
+   freq = (k + 1) * delta_k;
+   if (give_wavelength) freq = 1.0/freq;
+Index: git/src/grdimage.c
+===
+--- git.orig/src/grdimage.c2013-11-25 15:57:08.0 +0100
 git/src/grdimage.c 2013-11-25 17:00:34.0 +0100
+@@ -601,15 +601,15 @@
+   struct GRD_HEADER tmp_header;
+   for (i = 0; i  n_grids; i++) {
+   map[i] = tmp1[i];
+-  //r_head[i].nx = g_head[i].nx;  r_head[i].ny = 
g_head[i].ny;
+-  //r_head[i].x_inc = g_head[i].x_inc;r_head[i].y_inc 
= g_head[i].y_inc;
++  /*r_head[i].nx = g_head[i].nx;  r_head[i].ny = 
g_head[i].ny;
++r_head[i].x_inc = g_head[i].x_inc;r_head[i].y_inc 
= g_head[i].y_inc;*/
+   memcpy ((void *)tmp_header, (void *)g_head[i], sizeof 
(struct GRD_HEADER));
+   r_head[i] = g_head[i];
+   GMT_set_proj_limits (r_head[i], tmp_header, 
need_to_project);
+   }
+   if (Ctrl-I.active) {
+-  //j_head.nx = i_head.nx;j_head.ny = 
i_head.ny;
+-  //j_head.x_inc = i_head.x_inc;  j_head.y_inc = 
i_head.y_inc;
++  /*j_head.nx = i_head.nx;j_head.ny = 
i_head.ny;
++j_head.x_inc = i_head.x_inc;  j_head.y_inc = 
i_head.y_inc;*/
+   intensity = tmp2;
+   memcpy ((void *)tmp_header, (void *)i_head, sizeof 
(struct GRD_HEADER));
+   j_head = i_head;
+Index: git/src/project.c
+===
+--- git.orig/src/project.c 2013-11-25 15:57:08.0 +0100
 git/src/project.c  2013-11-25 17:01:17.0 +0100
+@@ -818,7 +818,7 @@
+   double  s[3];  /* s points to the south pole  */
+   double  x[3];  /* tmp vector  */
+   double cp;
+-  // double sin_lat_to_pole;
++  /* double sin_lat_to_pole;*/
+ 
+   s[0] = s[1] = 0.0;
+   s[2] = -1.0;
+@@ -835,8 +835,8 @@
+   cp = GMT_dot3v (p, c);
+   if (!generate) memcpy ((void *)c, (void *)x, 3*sizeof(double));
+   if (!c_given) GMT_cart_to_geo(clat, clon, c, TRUE); /* return the 
possibly adjusted center  */
+-  //sin_lat_to_pole = d_sqrt (1.0 - cp * cp);
+-  //return (sin_lat_to_pole);
++  /*sin_lat_to_pole = d_sqrt (1.0 - cp * cp);*/
++  /*return (sin_lat_to_pole);*/
+ }
+ 
+ #if 0
+Index: git/src/psmask.c
+===
+--- git.orig/src/psmask.c  2013-11-25 15:57:08.0 +0100
 git/src/psmask.c   2013-11-25 17:01:29.0 +0100
+@@ -701,7 +701,7 @@
+   for (j = j0; go_on  j  h-ny; j++) {
+   ij = GMT_IJ (j, i0, h-nx);
+   for (i = i0; go_on  i  h-nx-1; i++, ij++) {
+-  // edge_word = (GMT_LONG)(ij / 32 + 
info-offset);
++  /* edge_word = (GMT_LONG)(ij / 32 + 
info-offset);*/
+  

[SCM] gmt branch, alioth/svn-import/4.2.0, created. debian/4.2.0-1-2-g85c607c

2013-11-25 Thread Francesco Paolo Lovergine
The branch, alioth/svn-import/4.2.0 has been created
at  85c607cd475a097dc4ef9d0b2556af6ac63be156 (commit)

- Shortlog 
commit 85c607cd475a097dc4ef9d0b2556af6ac63be156
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Wed Oct 17 15:04:04 2007 +

Branching 4.2.0

commit d1f2846c569e853bb6f02d63ece66d4a129898d9
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Wed Oct 17 14:04:10 2007 +

[svn-buildpackage] Tagging gmt (4.2.0-1)

---

-- 
Generic Mapping Tools

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


[SCM] gmt branch, alioth/svn-import/4.2.1, created. debian/4.2.1-3-1-g8170da5

2013-11-25 Thread Francesco Paolo Lovergine
The branch, alioth/svn-import/4.2.1 has been created
at  8170da5e713d69855edd76e139343ac233c901ae (commit)

- Shortlog 
commit 8170da5e713d69855edd76e139343ac233c901ae
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Tue Jun 17 09:22:35 2008 +

Fixed symlink creation

commit 8cc13fbd59f7561e4f0b06de57baa309c3a64989
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Sat Jun 14 18:05:41 2008 +

Releasing 4.2.1-3

commit 76958d4e1275cae48e193cf44b9b9a79428a5da3
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Sat Jun 14 17:46:26 2008 +

Fixed examples stuff

commit 54103e2504267abb6ed935533bd2ee87df2b8504
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Fri Jun 13 20:33:14 2008 +

C-shell is not more a build-dep

commit e4896d663b8f4e49b839b10fd09d3bdb6bdb
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Fri Jun 13 11:59:35 2008 +

Fixing build-dep

commit a455e91cc9d53e9ac0114da4e1f7a8e6db9f066a
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Fri Jun 13 08:28:14 2008 +

Clean more stuff

commit 1729b831a2a3f9a869e72837e6cdcdbd5951d4b0
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Fri Jun 13 08:11:48 2008 +

Release 4.2.1-2

commit ed7657d7003f36dca3ad3b0625788fb06d97e34a
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Fri Jun 13 08:07:29 2008 +

Fixing man pages clean target

commit 7641a9b4f247f574f8c49990fa99badb7edadba1
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Thu Jun 12 18:48:19 2008 +

Branching 4.2.1

commit 306b1f044069893b0ac31ed4e0af48359e9d65ae
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Thu Jun 12 13:22:13 2008 +

[svn-buildpackage] Tagging gmt (4.2.1-1)

---

-- 
Generic Mapping Tools

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


[SCM] gmt branch, alioth/upstream, created. upstream/4.5.5

2013-11-25 Thread Francesco Paolo Lovergine
The branch, alioth/upstream has been created
at  cd938e37f009d325260a1aae5b69704e5c6c85ab (commit)

- Shortlog 
---

-- 
Generic Mapping Tools

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


[SCM] gmt branch, fix, created. upstream/4.5.5-22-gc90a859

2013-11-25 Thread Francesco Paolo Lovergine
The branch, fix has been created
at  c90a8590caa089d2967f3f7b355320c4f900d6a1 (commit)

- Shortlog 
---

-- 
Generic Mapping Tools

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


[SCM] gmt branch, master, updated. upstream/4.5.5-47-g4990a99

2013-11-25 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 90534ea2dfa136a339896fba36f9fe7c4c00b64e
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Mon Nov 25 17:22:06 2013 +0100

One more fix for nested comments.

diff --git a/debian/patches/mgd77header.c b/debian/patches/mgd77header.c
new file mode 100644
index 000..43b9772
--- /dev/null
+++ b/debian/patches/mgd77header.c
@@ -0,0 +1,15 @@
+Index: git/src/mgd77/mgd77header.c
+===
+--- git.orig/src/mgd77/mgd77header.c   2013-11-25 15:57:08.0 +0100
 git/src/mgd77/mgd77header.c2013-11-25 17:19:37.0 +0100
+@@ -759,7 +759,9 @@
+   not_used = fgets (line, BUFSIZ, F-fp); /* Skip the column 
header  */
+ 
+   MGD77_header = (char *)GMT_memory (VNULL, (size_t)MGD77T_HEADER_LENGTH, 
sizeof (char), GMT_program);
+-  // not_used = fgets (MGD77_header, BUFSIZ, F-fp);  
/* Read the entire header record  */
++#if 0
++  not_used = fgets (MGD77_header, BUFSIZ, F-fp); /* Read 
the entire header record  */
++#endif
+ 
+   for (i = 0; i  2; i++) H-mgd77[i] = (struct MGD77_HEADER_PARAMS *) 
GMT_memory (VNULL, (size_t)1, sizeof (struct MGD77_HEADER_PARAMS), 
GMT_program);   /* Allocate parameter header */
+ 
diff --git a/debian/patches/series b/debian/patches/series
index b9b9b96..97cacfd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@ kfreebsd
 bashism
 eglibc-2.17.patch
 c++comments
+mgd77header.c

-- 
Generic Mapping Tools

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


Processing of gmt_4.5.11-1_i386.changes

2013-11-25 Thread Debian FTP Masters
gmt_4.5.11-1_i386.changes uploaded successfully to localhost
along with the files:
  gmt_4.5.11-1.dsc
  gmt_4.5.11.orig.tar.gz
  gmt_4.5.11-1.debian.tar.gz
  gmt_4.5.11-1_i386.deb
  libgmt4_4.5.11-1_i386.deb
  libgmt-dev_4.5.11-1_i386.deb
  octave-gmt_4.5.11-1_i386.deb
  gmt-doc-pdf_4.5.11-1_all.deb
  gmt-tutorial-pdf_4.5.11-1_all.deb
  gmt-doc_4.5.11-1_all.deb
  gmt-examples_4.5.11-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

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


gmt_4.5.11-1_i386.changes ACCEPTED into unstable

2013-11-25 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 25 Nov 2013 15:57:54 +0100
Source: gmt
Binary: gmt libgmt4 libgmt-dev gmt-doc-pdf gmt-tutorial-pdf gmt-doc 
gmt-examples octave-gmt
Architecture: source i386 all
Version: 4.5.11-1
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 gmt- Generic Mapping Tools
 gmt-doc- HTML documentation for GMT, the Generic Mapping Tools
 gmt-doc-pdf - PDF docs for GMT, the Generic Mapping Tools
 gmt-examples - Example scripts illustrating the use of GMT
 gmt-tutorial-pdf - Tutorial for GMT, the Generic Mapping Tools (PDF)
 libgmt-dev - Generic Mapping Tools Library
 libgmt4- Generic Mapping Tools Library
 octave-gmt - Support of GMT grid files for Octave
Changes: 
 gmt (4.5.11-1) unstable; urgency=low
 .
   * New upstream release for the 4.x series.
   * Added patch gmt_io.c, mgd77header.c and gmt_proj.c to avoid nested comments
 use while -pedantic mode is enabled.
   * Added patch c++comments to remove C++ style comments in pure C code. This
 is currently deprecated and should be avoided when strict option
 like -pedantic are used.
   *
Checksums-Sha1: 
 b4acd4b26e3210e8322a0cc8bd5988c53950bf48 1677 gmt_4.5.11-1.dsc
 91321b3bd034cf05ded7a3cc6f58c4c568ee1a3c 42618043 gmt_4.5.11.orig.tar.gz
 2749d1b450bd0b69a35141b5588a0812cf88a2a5 12651 gmt_4.5.11-1.debian.tar.gz
 247920adbaf2083ca5eda20902fa0e92610db973 4567758 gmt_4.5.11-1_i386.deb
 a5f194de1955da2df4860383117357bba96253e6 609988 libgmt4_4.5.11-1_i386.deb
 e79c5a8437ba7656622c8615d5cc43b9424ef4c5 692076 libgmt-dev_4.5.11-1_i386.deb
 0e594f7ff39c25b7844503fd9f2a74747cbf4b46 141426 octave-gmt_4.5.11-1_i386.deb
 cc80be5f2aae165944beba6c4c691d9f17177f62 18768474 gmt-doc-pdf_4.5.11-1_all.deb
 b8ac929d9152e17d332f344545f5157a960398e6 512904 
gmt-tutorial-pdf_4.5.11-1_all.deb
 3d3d64f3e98ba0f332ba176b9e3139f534fcfda4 9748968 gmt-doc_4.5.11-1_all.deb
 e159d42de4ba9c0683a30961731263460ebbd5d1 4653178 gmt-examples_4.5.11-1_all.deb
Checksums-Sha256: 
 c00c8a431d39d43bd9acb5c4bec883024cf71de23b8da04e364c8640a4cbb35b 1677 
gmt_4.5.11-1.dsc
 09331206f76ea131093faa67295c62c4d8cfd4ac964d9d41521856090f27ba83 42618043 
gmt_4.5.11.orig.tar.gz
 e847c9983c2d54f17aa5681745b47317634634fdc26061a60214dc8f324d9630 12651 
gmt_4.5.11-1.debian.tar.gz
 0ee1e23772fba0c20e1cae2d538c36b927a356f58559be8fbab8f78c87682be5 4567758 
gmt_4.5.11-1_i386.deb
 34779fdbae3c270b53c481555205c250e69af29ac6fe008b11f084b9f1c64971 609988 
libgmt4_4.5.11-1_i386.deb
 ed75045e4f31d0cd5cd0f5e28e41cc8d6d41836ef76284ac3dff23bea2449c4b 692076 
libgmt-dev_4.5.11-1_i386.deb
 7dde18da5e33ab714425b892a4f122eb472204797ee93e2d6502bc9ea5b7c5d5 141426 
octave-gmt_4.5.11-1_i386.deb
 640d69f2f4baa485d749181a3c8aeb1fdbea60c298b79d517d2572bfb1ca6c1b 18768474 
gmt-doc-pdf_4.5.11-1_all.deb
 baf2fd1f6c45f2bf9f7d8fa5e99463961dbde88a32268274b716abde67e0257a 512904 
gmt-tutorial-pdf_4.5.11-1_all.deb
 f6d444548e076c0fef6fd2ca9f265cbb1e6f2e313e1d07b6667729187e69ca54 9748968 
gmt-doc_4.5.11-1_all.deb
 c01139928e40a28979914be31beecc483139c8bb22f1bd90a7e64821eee9c51c 4653178 
gmt-examples_4.5.11-1_all.deb
Files: 
 c9fc5e93ccd76f9690226c439c1edec7 1677 science extra gmt_4.5.11-1.dsc
 76a27232c5f781a37b53a808543c59c8 42618043 science extra gmt_4.5.11.orig.tar.gz
 6a0bbcb09b261f3eaef89567285ab406 12651 science extra gmt_4.5.11-1.debian.tar.gz
 8554dd99a288214b60291a73bb52e9e5 4567758 science extra gmt_4.5.11-1_i386.deb
 97458c2a23037824dfc2b208a0528c8f 609988 libs extra libgmt4_4.5.11-1_i386.deb
 0a25430d4bf5a53dff9b1dad35093b81 692076 libdevel extra 
libgmt-dev_4.5.11-1_i386.deb
 beb5134e5a7381048ae4ba77b597c97e 141426 math extra octave-gmt_4.5.11-1_i386.deb
 eb1e1db44318afed03518a230d1a9ba8 18768474 doc extra 
gmt-doc-pdf_4.5.11-1_all.deb
 1b819a9c7bc26f2a44ec26c87b281737 512904 doc extra 
gmt-tutorial-pdf_4.5.11-1_all.deb
 8678b285c213c4d0b8866df58a91a545 9748968 doc extra gmt-doc_4.5.11-1_all.deb
 a8dccef7fa8e2da7003d667d0571cb7a 4653178 doc extra 
gmt-examples_4.5.11-1_all.deb

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

iEYEARECAAYFAlKTfgMACgkQpFNRmenyx0f3owCfcwyF4KMKeIjIwxAN6nhROYm7
seIAoNXd9GSXkWIaBW4MHnh7QDNI9XW/
=Ukaw
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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