[gpx2shp] 11/18: Imported Debian patch 0.70-1

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Aug 4 13:11:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository gpx2shp.

commit 485e3f0ea816b472f39fdbe0b1ef080b38e79e7d
Merge: f7b0c4b 278faeb
Author: Petter Reinholdtsen <pere at debian.org>
Date:   Tue Jul 16 20:57:19 2013 +0200

    Imported Debian patch 0.70-1

 AUTHORS                               |    4 +-
 ChangeLog                             |   11 +
 Makefile.am                           |   32 +-
 Makefile.in                           |  265 +-
 NEWS                                  |   10 +
 README                                |    2 +-
 TODO                                  |    2 +-
 aclocal.m4                            | 1083 +++--
 configure                             | 7426 ++++++++++++++++-----------------
 configure.ac                          |    4 +-
 debian/changelog                      |   16 +
 debian/control                        |    4 +-
 debian/copyright                      |    2 +-
 debian/patches/00list                 |    2 -
 debian/patches/10_check_clean.dpatch  |  109 -
 debian/patches/20_version_0.69.dpatch |   33 -
 debian/rules                          |    8 -
 man/Makefile.in                       |   98 +-
 man/gpx2shp.1                         |    4 +-
 src/Makefile.in                       |  211 +-
 src/config.h.in                       |    3 +
 src/dbfopen.c                         |   27 +-
 src/elementControl.c                  |  403 +-
 src/geod_for.c                        |  183 +-
 src/geod_inv.c                        |  129 +-
 src/geod_set.c                        |  158 +-
 src/geodesic.h                        |   15 +-
 src/gpx2shp.h                         |  293 +-
 src/main.c                            |  693 ++-
 src/misc.c                            |  492 ++-
 src/parser.c                          |  171 +-
 src/setmeta.c                         |   95 +-
 src/setpath.c                         |  781 ++--
 src/setwpt.c                          |  314 +-
 src/shapefil.h                        |    5 +-
 src/shpopen.c                         |   21 +-
 src/utils.c                           |  310 +-
 37 files changed, 6648 insertions(+), 6771 deletions(-)

diff --cc debian/changelog
index 4e81b7e,3e598df..16a79b8
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,3 -1,11 +1,19 @@@
 -gpx2shp (0.69-5) UNRELEASED; urgency=low
++gpx2shp (0.70-1) unstable; urgency=low
+ 
+   [ Petter Reinholdtsen ]
++  * New upstream release 0.70.
++    - Add support for GPX files without <speed> tags (Closes: #310078).
++    - Reliability fixes to avoid crashes (Closes: #715992).
++    - Drop patches 10_check_clean.dpatch and20_version_0.69.dpatch now
++      included upstream.
++    - Drop build dependency dpatch now that we do not have any local
++      patches.
++  * Updated copyright file to make it clear who got the copyright.
+   * Drop Jon Saints from uploader list.  His email address no longer
+     work.
+ 
 - -- Petter Reinholdtsen <pere at debian.org>  Fri, 28 Jun 2013 00:12:14 +0200
++ -- Petter Reinholdtsen <pere at debian.org>  Tue, 16 Jul 2013 20:57:19 +0200
+ 
  gpx2shp (0.69-4) unstable; urgency=low
  
    [ Francesco Paolo Lovergine ]
diff --cc debian/control
index 585930d,9e515e6..add0c32
--- a/debian/control
+++ b/debian/control
@@@ -2,8 -2,8 +2,8 @@@ Source: gpx2sh
  Section: science
  Priority: optional
  Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
- Uploaders: Petter Reinholdtsen <pere at debian.org>, Jon Saints <saintsjd at yahoo.com>, Francesco Paolo Lovergine <frankie at debian.org>
- Build-Depends: debhelper (>= 8), dh-autoreconf, dpatch, libproj-dev, libexpat1-dev
+ Uploaders: Petter Reinholdtsen <pere at debian.org>, Francesco Paolo Lovergine <frankie at debian.org>
 -Build-Depends: debhelper (>= 8), dh-autoreconf, dpatch, libproj-dev, libexpat1-dev
++Build-Depends: debhelper (>= 8), dh-autoreconf, libproj-dev, libexpat1-dev
  Standards-Version: 3.9.4
  Homepage: http://gpx2shp.sourceforge.jp
  Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-grass/packages/gpx2shp
diff --cc debian/copyright
index 329cf6f,44ea217..e6b4ff7
--- a/debian/copyright
+++ b/debian/copyright
@@@ -3,7 -3,7 +3,7 @@@ Sun, 12 Dec 2004 17:13:58 +0100
  
  It was downloaded from <URL:http://sourceforge.jp/projects/gpx2shp/>
  
- Upstream Author: "HIRAOKA, Toshihiro" <washitoshi at yahoo.co.jp>
 -Upstream Author: "HIRAOKA, Toshihiro" <hiraoka [@at@] azukimap.jp>
++Copyright (c) 2004-2013 "HIRAOKA, Toshihiro" <washitoshi at yahoo.co.jp>
  
  License:
  
diff --cc debian/rules
index 7a30df2,7a30df2..dd9063b
mode 100755,100644..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,12 -1,12 +1,4 @@@
  #!/usr/bin/make -f
  
--include /usr/share/dpatch/dpatch.make
--
--build: patch-stamp
--	dh build --with autoreconf
--
--clean: unpatch
--	dh clean --with autoreconf
--
  %:
  	dh $@ --with autoreconf

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gpx2shp.git



More information about the Pkg-grass-devel mailing list