Bug#748085: spatialite-gui: Please update to use wxwidgets3.0

2014-05-13 Thread Olly Betts
Package: spatialite-gui
Version: 1.7.1-3
Severity: normal
Tags: patch
User: freewx-ma...@lists.alioth.debian.org
Usertags: wx3.0

Dear maintainer,

We're aiming to migrate the archive to using wxwidgets3.0 instead of
wxwidgets2.8.

I've rebuilt your package using the attached simple patch to make
configure find the required wx libraries.  It seems to run OK, but I
have no suitable spatial data to test it with so I haven't exercised it
very thoroughly.

I'm happy to NMU this change if you wish me to - just let me know.

Cheers,
Olly
diff -Nru spatialite-gui-1.7.1/debian/changelog spatialite-gui-1.7.1/debian/changelog
--- spatialite-gui-1.7.1/debian/changelog	2014-03-19 20:24:16.0 +1300
+++ spatialite-gui-1.7.1/debian/changelog	2014-05-01 19:55:07.0 +1200
@@ -1,3 +1,10 @@
+spatialite-gui (1.7.1-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update to use wxWidgets 3.0.
+
+ -- Olly Betts   Thu, 01 May 2014 19:55:07 +1200
+
 spatialite-gui (1.7.1-3) unstable; urgency=low
 
   * Add gbp.conf to use pristine-tar by default.
diff -Nru spatialite-gui-1.7.1/debian/control spatialite-gui-1.7.1/debian/control
--- spatialite-gui-1.7.1/debian/control	2014-03-19 20:24:16.0 +1300
+++ spatialite-gui-1.7.1/debian/control	2014-05-01 19:55:22.0 +1200
@@ -8,8 +8,7 @@
dh-autoreconf,
pkg-config,
wx-common,
-   wx2.8-headers,
-   libwxgtk2.8-dev,
+   libwxgtk3.0-dev,
libspatialite-dev (>= 4.1.1-5~),
libproj-dev,
libgeos-dev,
diff -Nru spatialite-gui-1.7.1/debian/patches/series spatialite-gui-1.7.1/debian/patches/series
--- spatialite-gui-1.7.1/debian/patches/series	2014-03-19 20:24:16.0 +1300
+++ spatialite-gui-1.7.1/debian/patches/series	2014-05-01 20:04:00.0 +1200
@@ -2,3 +2,4 @@
 01-fix_binary_name.patch
 02-fix_typos.patch
 03-link-sqlite3.patch
+wx3.0-compat.patch
diff -Nru spatialite-gui-1.7.1/debian/patches/wx3.0-compat.patch spatialite-gui-1.7.1/debian/patches/wx3.0-compat.patch
--- spatialite-gui-1.7.1/debian/patches/wx3.0-compat.patch	1970-01-01 12:00:00.0 +1200
+++ spatialite-gui-1.7.1/debian/patches/wx3.0-compat.patch	2014-05-01 20:04:18.0 +1200
@@ -0,0 +1,26 @@
+Description: Fix to build with wxwidgets 3.0
+Author: Olly Betts 
+Last-Update: 2014-05-01
+
+--- spatialite-gui-1.7.1.orig/configure
 spatialite-gui-1.7.1/configure
+@@ -15543,7 +15543,7 @@ if test x$WX_CONFIG == xnot_found; then
+ fi
+ CXXFLAGS="$(wx-config --cxxflags)"
+ AM_CXXFLAGS="$(wx-config --cxxflags)"
+-WX_LIBS="$(wx-config --libs)"
++WX_LIBS="$(wx-config --libs std,aui)"
+ 
+ 
+ # Checks for header files.
+--- spatialite-gui-1.7.1.orig/configure.ac
 spatialite-gui-1.7.1/configure.ac
+@@ -54,7 +54,7 @@ if test x$WX_CONFIG == xnot_found; then
+ fi
+ CXXFLAGS="$(wx-config --cxxflags)"
+ AM_CXXFLAGS="$(wx-config --cxxflags)"
+-WX_LIBS="$(wx-config --libs)"
++WX_LIBS="$(wx-config --libs std,aui)"
+ AC_SUBST(WX_LIBS)
+ 
+ # Checks for header files.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Re: Osmgpsmap Package

2014-05-13 Thread Ross Gammon

On 05/13/2014 09:26 AM, Andreas Tille wrote:

Hi Ross,

thanks for working on osmgpsmap.





The repositories in pkg-osm should be moved to pkg-grass.  Please use
pkg-grass for your work.  I just checked that you are a member of this
team and should have commit permissions.


Done! There was a little noise on the GIS commit mailing list :-)


I'll do the removal once you confirm that the repository arrived in
pkg-grass.


It is safe to remove the old repo now. Thanks.


Kind regards

  Andreas.

I just need to chase the latest on the reverse dependencies, and then in 
a few days I will finalise the package ready for sponsorship.


Regards,

Ross

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


[osm-gps-map] branch master updated (1d29e12 -> a32c76a)

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a change to branch master
in repository osm-gps-map.

  from  1d29e12   Add library dependency for gir package
   new  a32c76a   Transfer osm-gps-map from pkg-osm to pkg-grass repository

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/control | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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

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


[osm-gps-map] 01/01: Transfer osm-gps-map from pkg-osm to pkg-grass repository

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit a32c76a6aa12587434b7a4e14ef847c037b5637d
Author: Ross Gammon 
Date:   Tue May 13 22:13:31 2014 +0200

Transfer osm-gps-map from pkg-osm to pkg-grass repository
---
 debian/control | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 463e90e..861f63e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
 Source: osm-gps-map
-Maintainer: Debian OpenStreetMap Team 
+Maintainer: Debian GIS Project 
 Uploaders: David Paleino ,
Andreas Tille 
 Section: libs
@@ -22,8 +22,8 @@ Build-Depends: debhelper (>= 9~),
gtk-doc-tools,
gobject-introspection
 Standards-Version: 3.9.5
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-osm/osm-gps-map.git
-Vcs-Git: git://anonscm.debian.org/pkg-osm/osm-gps-map.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/osm-gps-map.git
+Vcs-Git: git://anonscm.debian.org/pkg-grass/osm-gps-map.git
 Homepage: http://nzjrs.github.com/osm-gps-map/
 
 Package: libosmgpsmap-1.0-dev

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

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


[osm-gps-map] annotated tag debian/0.3-1 created (now ba3aef2)

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a change to annotated tag debian/0.3-1
in repository osm-gps-map.

at  ba3aef2   (tag)
   tagging  65006f181815cfc29c12981192c0a4ea1378e6fb (commit)
  replaces  upstream/0.3
 tagged by  David Paleino
on  Sun Jan 17 22:18:58 2010 +0100

- Log -
Debian release
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAktTfsIACgkQ5qqQFxOSsXT12gCfc1XRxI0Mwm9aY9gguITvQH4O
BNwAnjHBuQoDufSWliFYWM/BJ143y2sJ
=Xq5B
-END PGP SIGNATURE-

David Paleino (12):
  First debianization
  Fixed debian/copyright
  Added symbols file
  Added DEP-3 headers
  Put docs in appropriate packages
  Using 3.0 quilt format
  Fix symbols file
  Correctly link the python binding to our library
  Remove useless commented line in patch :)
  Added examples
  Don't restrict installation of 2.5-only files
  Releasing to sid

---

No new revisions were added by this update.

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

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


[osm-gps-map] 151/153: Configure default options for repository

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 2bc7fd118b62aecc9869ba356865950854db0f7a
Author: Ross Gammon 
Date:   Sat May 10 20:37:22 2014 +0200

Configure default options for repository
---
 .gitignore  |  1 +
 debian/gbp.conf | 19 +++
 debian/source/local-options |  2 ++
 3 files changed, 22 insertions(+)

diff --git a/.gitignore b/.gitignore
index 191d83d..093cdc8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,3 +37,4 @@ ChangeLog
 .cproject
 .autotools
 .pydevproject
+.pc
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 000..714f26c
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,19 @@
+[DEFAULT]
+
+# The default name for the upstream branch is "upstream".
+# Change it if the name is different (for instance, "master").
+upstream-branch = upstream
+
+# The default name for the Debian branch is "master".
+# Change it if the name is different (for instance, "debian/unstable").
+debian-branch = master
+
+# git-import-orig uses the following names for the upstream tags.
+# Change the value if you are not using git-import-orig
+upstream-tag = upstream/%(version)s
+
+# Always use pristine-tar.
+pristine-tar = True
+
+# Always sign tags
+sign-tags = True
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 000..9cdfca9
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1,2 @@
+unapply-patches
+abort-on-upstream-changes

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

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


[osm-gps-map] 56/153: remove docs/reference/version.xml and gkt-doc.make on clean

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 8d4213f93f673e577af30f4991b0088fa5fcc73b
Author: David Paleino 
Date:   Thu Jun 3 08:43:28 2010 +0200

remove docs/reference/version.xml and gkt-doc.make on clean
---
 debian/changelog | 3 ++-
 debian/rules | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e33633b..da5fb2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,9 @@ osm-gps-map (0.7.0-1) UNRELEASED; urgency=low
 - added gtk-doc-tools build-dependency
   * debian/rules:
 - don't delete version.xml.in on clean
+- remove docs/reference/version.xml and gkt-doc.make on clean
 
- -- David Paleino   Thu, 03 Jun 2010 08:32:21 +0200
+ -- David Paleino   Thu, 03 Jun 2010 08:43:15 +0200
 
 osm-gps-map (0.6.0-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 26147aa..0458065 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,8 @@ override_dh_auto_clean:
-o -name "aclocal.m4" -o -name "depcomp" \) -delete
 
dh_clean compile osmgpsmap.pc python/osmgpsmap.c \
-   src/openstreetmap-gps-map stamp-h1
+   src/openstreetmap-gps-map stamp-h1 \
+   docs/reference/version.xml gkt-doc.make
 
 override_dh_strip:
dh_strip --keep-debug --dbg-package=libosmgpsmap0-dbg

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

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


[osm-gps-map] tag debian/1.0.1-3 created (now d107e6e)

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a change to tag debian/1.0.1-3
in repository osm-gps-map.

at  d107e6e   (commit)
No new revisions were added by this update.

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

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


[osm-gps-map] annotated tag debian/0.6.0-1 created (now 5244746)

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a change to annotated tag debian/0.6.0-1
in repository osm-gps-map.

at  5244746   (tag)
   tagging  ef2a87a465d04711ce5f2613b0d5c7ce53ab8ea9 (commit)
  replaces  debian/0.5-1
 tagged by  David Paleino
on  Thu Jun 3 07:53:20 2010 +0200

- Log -
Debian release
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAkwHQ1AACgkQ5qqQFxOSsXTZ7ACfdCcg97l9Lfgg1W9V8zlKqyVz
zHIAnjfKr0tDfilHmv/5OQw7dzX5nJi9
=M+Wl
-END PGP SIGNATURE-

David Paleino (9):
  Imported Upstream version 0.6.0
  Merge commit 'upstream/0.6.0'
  New upstream version
  debian/copyright: upstream changed licensing to GPL-2 (only, not "any 
later") -- file updated
  debian/libosmgpsmap0.examples moved to libosmgpsmap-dev.examples: install 
examples in the -dev package, not with the shared library.
  debian/control: bump Standards-Version to 3.8.4, no changes needed
  debian/libosmgpsmap0.symbols: new symbols added
  libosmgpsmap0-dbg and python-osmgpsmap-dbg packages added
  Releasing to sid

---

No new revisions were added by this update.

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

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


[osm-gps-map] annotated tag upstream/0.4 created (now b0c6cf4)

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a change to annotated tag upstream/0.4
in repository osm-gps-map.

at  b0c6cf4   (tag)
   tagging  996704e4a82e22fd3452ad524ea1eb17d4c3dfbb (commit)
  replaces  upstream/0.3
 tagged by  David Paleino
on  Fri Jan 8 22:06:45 2010 +0100

- Log -
Upstream version 0.4
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAktHnmUACgkQ5qqQFxOSsXQQDACeLJsenrZBN3I3T2kxDJiVaneH
VisAoMFZlpuifMtbmURYvkzEYpT5kJEW
=T5kt
-END PGP SIGNATURE-

David Paleino (1):
  Imported Upstream version 0.4

---

No new revisions were added by this update.

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

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


[osm-gps-map] annotated tag debian/0.7.1-1 created (now ed24763)

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a change to annotated tag debian/0.7.1-1
in repository osm-gps-map.

at  ed24763   (tag)
   tagging  7498168d8befe46ba2ed0d8739d619abee375dcf (commit)
  replaces  debian/0.7.0-1
 tagged by  David Paleino
on  Fri Jun 25 07:40:29 2010 +0200

- Log -
Debian release
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAkwkQU0ACgkQ5qqQFxOSsXSIzACfce8UBALF00a7BBo864B+1eUk
+QwAn3IYsshHXc3YCNLZChF1wccy/y7o
=o3lG
-END PGP SIGNATURE-

David Paleino (6):
  Imported Upstream version 0.7.1
  Merge commit 'upstream/0.7.1'
  New upstream version
  debian/patches/00-fix_python-COPYING.patch removed, COPYING file is now 
installed upstream
  debian/patches/01-fix_python_linking.patch refreshed
  Releasing to sid

---

No new revisions were added by this update.

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

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


[osm-gps-map] annotated tag debian/0.7.3-2 created (now adb1941)

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a change to annotated tag debian/0.7.3-2
in repository osm-gps-map.

at  adb1941   (tag)
   tagging  df4d70709cddf0570faec5809e34fdbeb03303bd (commit)
  replaces  debian/0.7.3-1
 tagged by  David Paleino
on  Wed Jun 27 09:30:52 2012 +0200

- Log -
Debian release
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEABECAAYFAk/qtqwACgkQ5qqQFxOSsXQlZwCgui/RUEadu3i8nq2t0Dp6tJWE
Kj0AoMJbFjop88E0DPopjzmxR32zQyyF
=GWam
-END PGP SIGNATURE-

David Paleino (21):
  Don't install *.la files anymore (Closes: #621487)
  Standards-Version bump to 3.9.2, no changes needed
  debhelper compatibility bump to 8
  Package switch from pysupport to dh_python2
  debhelper compatibility bump to 9 (multi-arch)
  Fix installed paths for multi-arch
  Remove *.a and *.la from python extension
  Remove generated files
  Fix population of python-ogm-dbg package
  Complete multi-archification
  Updated debian/copyright
  Standards-Version bump to 3.9.3, no changes needed
  Added more files to debian/clean
  More fixes to debian/copyright
  Remove empty directory
  Build with introspection disabled
  Dropped python-osmgpsmap-dbg: all debugging symbols are now shipped in 
libosmgpsmap2-dbg.
  One more update to the copyright
  Bump debhelper dependency to 9
  Enable package hardening
  Releasing to sid

---

No new revisions were added by this update.

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

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


[osm-gps-map] annotated tag upstream/1.0.2 created (now 961e4bc)

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a change to annotated tag upstream/1.0.2
in repository osm-gps-map.

at  961e4bc   (tag)
   tagging  d17d399751e282c6d3272396a5bf2097007d5197 (commit)
  replaces  upstream/1.0.1
 tagged by  Ross Gammon
on  Sat May 10 20:55:14 2014 +0200

- Log -
Imported Upstream version 1.0.2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJTbnYSAAoJEFP+e72miRD8eAwP/0VeYUzSElqggPpdTrUXPi0H
JmsZxfTvCdg/XEZakCSCF9IXjn0j/87vEE/fGZslu05+a4M9aqspOKx/+Hx4bE2A
oelPyIth6fsa9+PGRO8cfCthEBHlzaZ9H/gAicQ+FfSWxiZTcESiizAXiV3hv4pO
nxvq1VFSjE3RL0/o+ICTtJ0WyffSx+knrTb+CyJMm+JV7JdNBw3ToDRbguU4ZrzH
IdQKBEWSPBDK0kXgmIkUhooFup81tQxjURPQpMexlVMJrVSnOprqx7t9/ik5erhz
beU2/xdi6bnyY52YXsSdv8YgsY2a34oGu8MUvolUE/xJHbUAmwFSMG77oBT6lH+s
7qAHUWOUtvSEDnJyxn2Loox+tsIjBYg4gS6wlgKDeucA0RLXkb7U8eajv8IXMj99
Us3v0SRQll5HZJNKVT0bx+Yp0oyMCIWh25kOR77K20KhZxXz6Edgs2pL438EElIZ
s+v6KoiMDM71CL/eSbZKw/HMjbYwjDlYU+mtcXPuj0lHhO6J6EgeJIy6NbJY3usf
FuFd8uiJThNpMs1J+IpB4Rl9ogPQqaMQLCY7rtvReX8uL6uHDe4uN2qCWVJu7KKF
NsvqzlL33IbhHjEUrpCqJ5Lo/Oi2fgv+46aSn3bw69ZdGM7NCiZBuK2cScDcMwhN
Kfr1I8eJWgLRLcjEs2jM
=fNj7
-END PGP SIGNATURE-

Ross Gammon (1):
  Imported Upstream version 1.0.2

---

No new revisions were added by this update.

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

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


[osm-gps-map] annotated tag debian/0.7.3-1 created (now 0e750d8)

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a change to annotated tag debian/0.7.3-1
in repository osm-gps-map.

at  0e750d8   (tag)
   tagging  fa1fe2e045320e78be278d0181378845173c889c (commit)
  replaces  debian/0.7.2-1
 tagged by  David Paleino
on  Wed Mar 30 14:31:55 2011 +0200

- Log -
Debian release
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk2TIrsACgkQ5qqQFxOSsXTM6wCgxJrT3pCR4MciqvNxrZgRY9B2
LWQAn17wAkvcFtt1VgsUrTz8h8fRoi+a
=xRvD
-END PGP SIGNATURE-

David Paleino (15):
  Imported Upstream version 0.7.3
  Merge commit 'upstream/0.7.3'
  New upstream version
  Bump Standards-Version to 3.9.1, no changes needed
  Patches refreshed
  Added missing Build-Depends on libgirepository1.0-dev
  Enable generation of gtkdoc documentation, and introspection
  Package moved under pkg-osm umbrella
  Add -UGDK_DISABLE_DEPRECATED to CFLAGS, merged from Ubuntu
  Move files to be cleaned inside debian/clean
  Introspection is currently broken
  Install documentation under devhelp and doc-base
  Symbols file updated
  Add more files to be cleaned up
  Releasing to sid

---

No new revisions were added by this update.

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

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


[osm-gps-map] annotated tag debian/0.7.0-1 created (now f783733)

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a change to annotated tag debian/0.7.0-1
in repository osm-gps-map.

at  f783733   (tag)
   tagging  bfa67644a248a8a0c7af77ffc221a45f363e40f5 (commit)
  replaces  debian/0.6.0-1
 tagged by  David Paleino
on  Fri Jun 25 07:20:37 2010 +0200

- Log -
Debian release
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAkwkPKUACgkQ5qqQFxOSsXQa8gCfdk2WabbecXy42i58ovXlv4MU
DF0AoLMb7SjHnF8DeA3S+leXYA/veXOa
=4EL2
-END PGP SIGNATURE-

David Paleino (17):
  Imported Upstream version 0.7.0
  Merge commit 'upstream/0.7.0'
  New upstream version
  debian/patches/00-fix_python-COPYING added, makes COPYING a real file 
instead of a symlink.
  debian/control: added gnome-common build-dependency
  debian/rules: don't delete version.xml.in on clean
  added gtk-doc-tools build-dependency
  remove docs/reference/version.xml and gkt-doc.make on clean
  Refresh patch
  bump python-gobject-dev build-dependency to >= 2.16.0
  debian/patches/01-fix_python_linking.patch added, fixes FTBFS because of 
wrong linking of local library
  debian/libosmgpsmap-dev.examples refreshed, added new example files
  debian/python-osmgpsmap.examples refreshed, added new example files
  debian/libosmgpsmap2.symbols refreshed with new symbols
  SONAME bump: libosmgpsmap0 → libosmgpsmap2
  Complete SONAME transition
  Releasing to sid

---

No new revisions were added by this update.

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

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

[osm-gps-map] annotated tag upstream/0.6.0 created (now 58a2ed2)

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a change to annotated tag upstream/0.6.0
in repository osm-gps-map.

at  58a2ed2   (tag)
   tagging  a8858ed576673b2c21bf638e7b6d5bb16fe88ade (commit)
  replaces  upstream/0.5
 tagged by  David Paleino
on  Wed Feb 10 15:29:40 2010 +0100

- Log -
Upstream version 0.6.0
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAktywtQACgkQ5qqQFxOSsXSQEwCfS3YhEMJNYVJcHvXmOpjJsawG
CuwAnArUZy1d5EKHZarvtN8WKx7Z0/r0
=XN7e
-END PGP SIGNATURE-

David Paleino (1):
  Imported Upstream version 0.6.0

---

No new revisions were added by this update.

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

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


[osm-gps-map] annotated tag debian/0.5-1 created (now dbf2f08)

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a change to annotated tag debian/0.5-1
in repository osm-gps-map.

at  dbf2f08   (tag)
   tagging  5f6e4f90db4da1c4221114e46f5312accf3024be (commit)
  replaces  debian/0.4-1
 tagged by  David Paleino
on  Sat Jan 23 19:50:51 2010 +0100

- Log -
Debian release
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAktbRQsACgkQ5qqQFxOSsXTtEQCfRdwoc3IBS0wEdSrxUn3bIgEc
umsAoMWQptg280wm02PrXE13sCGQ+f12
=gTep
-END PGP SIGNATURE-

David Paleino (15):
  debian/patches/01-fix_shared_library_linking.patch added, adds libraries 
to the linker
  debian/patches/: 03-add_missing_include.patch, glib/gstdio.h was missing 
(Closes: #564907)
  04-tidy_code.patch added, fixing some minor issues causing compiler 
warnings
  debian/changelog reformatted a bit
  Imported Upstream version 0.5
  Merge commit 'upstream/0.5'
  New upstream release
  01-fix_shared_library_linking.patch removed, fixed upstream
  02-fix_python_library_linking.patch removed, fixed upstream
  03-add_missing_include.patch removed, merged upstream
  04-tidy_code.patch removed, fixed upstream
  debian/python-osmgpsmap.examples updated
  debian/rules: don't remove COPYING on clean
  debian/libosmgpsmap0.symbols updated
  Releasing to sid

---

No new revisions were added by this update.

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

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


[osm-gps-map] annotated tag upstream/1.0.1 created (now 6bcdb3b)

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a change to annotated tag upstream/1.0.1
in repository osm-gps-map.

at  6bcdb3b   (tag)
   tagging  a2a47b5039a95593713230e13d2a238ff4383847 (commit)
  replaces  upstream/0.7.3
 tagged by  David Paleino
on  Sat Dec 14 22:55:16 2013 +0100

- Log -
Upstream version 1.0.1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iEUEABECAAYFAlKs08QACgkQ5qqQFxOSsXQDjgCUCV+IhY/nHH1wD3ZdcIrhEG3Z
1ACdEb2UTjNZOzZV/UvwYXPe90V/gdM=
=i20J
-END PGP SIGNATURE-

David Paleino (1):
  Imported Upstream version 1.0.1

---

No new revisions were added by this update.

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

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


[osm-gps-map] annotated tag upstream/0.7.2 created (now eb07f9e)

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a change to annotated tag upstream/0.7.2
in repository osm-gps-map.

at  eb07f9e   (tag)
   tagging  a692c3e4ee5d0339c4f8507632b16cb32d3f44ed (commit)
  replaces  upstream/0.7.1
 tagged by  David Paleino
on  Thu Jul 22 08:43:11 2010 +0200

- Log -
Upstream version 0.7.2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAkxH6H8ACgkQ5qqQFxOSsXSA7gCgoNOe581gtiw2cPuPx4x4GHOv
fhAAmgNeR2/zLaE8ZKgTryg+yq2w9Kg4
=AG2U
-END PGP SIGNATURE-

David Paleino (1):
  Imported Upstream version 0.7.2

---

No new revisions were added by this update.

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

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


[osm-gps-map] annotated tag upstream/0.7.1 created (now fd3361f)

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a change to annotated tag upstream/0.7.1
in repository osm-gps-map.

at  fd3361f   (tag)
   tagging  9e418077036d1af9c87c57fcec7c8c3597f98b19 (commit)
  replaces  upstream/0.7.0
 tagged by  David Paleino
on  Fri Jun 25 07:21:16 2010 +0200

- Log -
Upstream version 0.7.1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAkwkPMwACgkQ5qqQFxOSsXRpegCgzJIKFIPogJLv7utg26GJGL6N
BFkAn0JX1tynXv+efaKslBort+4pAyjl
=Dv6D
-END PGP SIGNATURE-

David Paleino (1):
  Imported Upstream version 0.7.1

---

No new revisions were added by this update.

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

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


[osm-gps-map] annotated tag upstream/0.7.0 created (now 6c8f148)

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a change to annotated tag upstream/0.7.0
in repository osm-gps-map.

at  6c8f148   (tag)
   tagging  a9010f5297597863981c06971c7c7758f53dead3 (commit)
  replaces  upstream/0.6.0
 tagged by  David Paleino
on  Thu Jun 3 07:54:20 2010 +0200

- Log -
Upstream version 0.7.0
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAkwHQ4wACgkQ5qqQFxOSsXQd8gCgkCd6gJ6sgDWtoT6iEBbSmj2+
ZIEAoLoo2vs2ELzQjfLhrFU1RJeiQGSq
=l/+k
-END PGP SIGNATURE-

David Paleino (1):
  Imported Upstream version 0.7.0

---

No new revisions were added by this update.

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

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


[osm-gps-map] tag debian/1.0.1-2 created (now c824132)

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a change to tag debian/1.0.1-2
in repository osm-gps-map.

at  c824132   (commit)
No new revisions were added by this update.

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

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


[osm-gps-map] annotated tag debian/0.7.3-3 created (now 165122c)

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a change to annotated tag debian/0.7.3-3
in repository osm-gps-map.

at  165122c   (tag)
   tagging  dc2b049ac449d6cf9bec433b276ee7d4ddd8b907 (commit)
  replaces  debian/0.7.3-2
 tagged by  David Paleino
on  Tue Jul 10 09:12:07 2012 +0200

- Log -
Debian release
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEABECAAYFAk/71ccACgkQ5qqQFxOSsXQw2QCgsTONIZdVYzxPZ0S/jZBTIYd0
jOkAn1eIpDkzo8EiHIfBJRQBaQOXh8zB
=4KE/
-END PGP SIGNATURE-

David Paleino (2):
  Add missing dependency on python-gtk2 (Closes: #680815)
  Releasing to sid

---

No new revisions were added by this update.

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

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


[osm-gps-map] tag debian/1.0.1-1 created (now 52573fe)

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a change to tag debian/1.0.1-1
in repository osm-gps-map.

at  52573fe   (commit)
No new revisions were added by this update.

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

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


[osm-gps-map] branch upstream created (now d17d399)

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a change to branch upstream
in repository osm-gps-map.

at  d17d399   Imported Upstream version 1.0.2

This branch includes the following new commits:

   new  53f4134   Imported Upstream version 0.3
   new  996704e   Imported Upstream version 0.4
   new  2de6a6e   Imported Upstream version 0.5
   new  a8858ed   Imported Upstream version 0.6.0
   new  a9010f5   Imported Upstream version 0.7.0
   new  9e41807   Imported Upstream version 0.7.1
   new  a692c3e   Imported Upstream version 0.7.2
   new  42e63ba   Imported Upstream version 0.7.3
   new  a2a47b5   Imported Upstream version 1.0.1
   new  d17d399   Imported Upstream version 1.0.2

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


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

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


[osm-gps-map] annotated tag upstream/0.7.3 created (now 5f4ac37)

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a change to annotated tag upstream/0.7.3
in repository osm-gps-map.

at  5f4ac37   (tag)
   tagging  42e63bae1e1708250a407a9e14dd9dda4255294b (commit)
  replaces  upstream/0.7.2
 tagged by  David Paleino
on  Fri Mar 25 19:46:40 2011 +0100

- Log -
Upstream version 0.7.3
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk2M4xAACgkQ5qqQFxOSsXSlogCgpAfqkL0I0dd7Pp17C7m/U3v3
9K0AnR1bMyfd/DqjFlROgxFhyazm2Bta
=LtbS
-END PGP SIGNATURE-

David Paleino (1):
  Imported Upstream version 0.7.3

---

No new revisions were added by this update.

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

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


[osm-gps-map] annotated tag debian/0.3-2 created (now 48c5f3d)

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a change to annotated tag debian/0.3-2
in repository osm-gps-map.

at  48c5f3d   (tag)
   tagging  ab30c142678b5230f85e35a7322c6a137d335957 (commit)
  replaces  debian/0.3-1
 tagged by  David Paleino
on  Sun Jan 17 22:18:52 2010 +0100

- Log -
Debian release
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAktTfrwACgkQ5qqQFxOSsXRZOgCglkv9dfJVLXXa2AnL6c0Xp41u
0DcAn34kuRz/RigFPe1VYwew6HvlqMAa
=0uPT
-END PGP SIGNATURE-

David Paleino (2):
  Remove usage of quilt
  debian/control: added Vcs-* fields

---

No new revisions were added by this update.

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

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


[osm-gps-map] annotated tag upstream/0.5 created (now a66ac9e)

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a change to annotated tag upstream/0.5
in repository osm-gps-map.

at  a66ac9e   (tag)
   tagging  2de6a6e7f4c662e90ffc2e83849d9a590edc3d18 (commit)
  replaces  upstream/0.4
 tagged by  David Paleino
on  Fri Jan 22 17:28:11 2010 +0100

- Log -
Upstream version 0.5
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAktZ0hsACgkQ5qqQFxOSsXSt4ACeJb9n92k1wp4yssi12vyh59W/
srEAnjEDqJWPTVg8v2xdMbNixVmIdVPe
=1bg5
-END PGP SIGNATURE-

David Paleino (1):
  Imported Upstream version 0.5

---

No new revisions were added by this update.

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

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


[osm-gps-map] annotated tag upstream/0.3 created (now a878d76)

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a change to annotated tag upstream/0.3
in repository osm-gps-map.

at  a878d76   (tag)
   tagging  53f4134256c905c57d34353b73a24a10d1c72c7b (commit)
 tagged by  David Paleino
on  Sun Dec 13 08:44:00 2009 +0100

- Log -
Upstream version 0.3
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAkskm0AACgkQ5qqQFxOSsXSKywCfWdAbsixzJex71IuYMf7H8jPr
G8oAoLyGnyYK97Bi9bmneXHYOHFVkHq0
=jR1k
-END PGP SIGNATURE-

David Paleino (1):
  Imported Upstream version 0.3

---

No new revisions were added by this update.

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

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


[osm-gps-map] annotated tag debian/0.7.2-1 created (now 8b1a744)

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a change to annotated tag debian/0.7.2-1
in repository osm-gps-map.

at  8b1a744   (tag)
   tagging  d1ebbecf7c2176479cd826e04559ae7b2c186664 (commit)
  replaces  debian/0.7.1-1
 tagged by  David Paleino
on  Thu Jul 22 09:36:20 2010 +0200

- Log -
Debian release
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAkxH9PQACgkQ5qqQFxOSsXQBDgCfaThSfR9uffAkA6FhECsR6XRM
rNYAoJpB6hI6Zb8pC0pjX9GEWGcmRrQV
=OHdC
-END PGP SIGNATURE-

David Paleino (8):
  Imported Upstream version 0.7.2
  Merge commit 'upstream/0.7.2'
  New upstream version
  Multiline fields rewrapped
  Patch refreshed
  debian/libosmgpsmap2.symbols updated, two new symbols added 
(osm_gps_map_point_copy and osm_gps_map_point_free)
  debian/control: bump Standards-Version to 3.9.0, no changes needed
  Releasing to sid

---

No new revisions were added by this update.

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

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


[osm-gps-map] annotated tag debian/0.4-1 created (now 9e76f4b)

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a change to annotated tag debian/0.4-1
in repository osm-gps-map.

at  9e76f4b   (tag)
   tagging  da695afbe610c2cf65008a5e3d60062b155d1802 (commit)
  replaces  debian/0.3-2
 tagged by  David Paleino
on  Sun Jan 17 22:18:43 2010 +0100

- Log -
Debian release
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAktTfrMACgkQ5qqQFxOSsXQtcQCfaB4iuGiEi54uSH0oyxMnm33V
M+AAnRsjs5zvhzf1bQnksDLhpEoPjcus
=CuSf
-END PGP SIGNATURE-

David Paleino (9):
  Imported Upstream version 0.4
  Merge commit 'upstream/0.4'
  New upstream release
  Fix debian/rules to build with multiple python versions
  debian/patches/01-fix_configure.ac_version.patch removed, fixed upstream.
  debian/python-osmgpsmap.examples updated
  debian/libosmgpsmap0.symbols updated with new symbols from 0.4
  debian/control: added Build-Depends on python-all-dev
  Releasing to sid

---

No new revisions were added by this update.

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

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


[osm-gps-map] 08/10: pristine-tar data for osm-gps-map_0.7.3.orig.tar.gz

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch pristine-tar
in repository osm-gps-map.

commit d85e623ca945fae78bd8f2f9b2ee0776f8d476ba
Author: David Paleino 
Date:   Fri Mar 25 19:46:40 2011 +0100

pristine-tar data for osm-gps-map_0.7.3.orig.tar.gz
---
 osm-gps-map_0.7.3.orig.tar.gz.delta | Bin 0 -> 2855 bytes
 osm-gps-map_0.7.3.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/osm-gps-map_0.7.3.orig.tar.gz.delta 
b/osm-gps-map_0.7.3.orig.tar.gz.delta
new file mode 100644
index 000..b90c33a
Binary files /dev/null and b/osm-gps-map_0.7.3.orig.tar.gz.delta differ
diff --git a/osm-gps-map_0.7.3.orig.tar.gz.id b/osm-gps-map_0.7.3.orig.tar.gz.id
new file mode 100644
index 000..03ca5d9
--- /dev/null
+++ b/osm-gps-map_0.7.3.orig.tar.gz.id
@@ -0,0 +1 @@
+42e63bae1e1708250a407a9e14dd9dda4255294b

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

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


[osm-gps-map] 10/10: pristine-tar data for osm-gps-map_1.0.2.orig.tar.gz

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch pristine-tar
in repository osm-gps-map.

commit be857b87b24f14d397a67f0529cabd10dc0a6d19
Author: Ross Gammon 
Date:   Sat May 10 19:27:27 2014 +0200

pristine-tar data for osm-gps-map_1.0.2.orig.tar.gz
---
 osm-gps-map_1.0.2.orig.tar.gz.delta | Bin 0 -> 2477 bytes
 osm-gps-map_1.0.2.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/osm-gps-map_1.0.2.orig.tar.gz.delta 
b/osm-gps-map_1.0.2.orig.tar.gz.delta
new file mode 100644
index 000..544ac7a
Binary files /dev/null and b/osm-gps-map_1.0.2.orig.tar.gz.delta differ
diff --git a/osm-gps-map_1.0.2.orig.tar.gz.id b/osm-gps-map_1.0.2.orig.tar.gz.id
new file mode 100644
index 000..a2fe7c7
--- /dev/null
+++ b/osm-gps-map_1.0.2.orig.tar.gz.id
@@ -0,0 +1 @@
+c705120b9b488de96b0cac5ae7244fcd737756b5

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

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


[osm-gps-map] 09/10: pristine-tar data for osm-gps-map_1.0.1.orig.tar.gz

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch pristine-tar
in repository osm-gps-map.

commit d2530b495db565792018c16d1f480c6e608cbff9
Author: David Paleino 
Date:   Sat Dec 14 22:55:16 2013 +0100

pristine-tar data for osm-gps-map_1.0.1.orig.tar.gz
---
 osm-gps-map_1.0.1.orig.tar.gz.delta | Bin 0 -> 2585 bytes
 osm-gps-map_1.0.1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/osm-gps-map_1.0.1.orig.tar.gz.delta 
b/osm-gps-map_1.0.1.orig.tar.gz.delta
new file mode 100644
index 000..7c1edc8
Binary files /dev/null and b/osm-gps-map_1.0.1.orig.tar.gz.delta differ
diff --git a/osm-gps-map_1.0.1.orig.tar.gz.id b/osm-gps-map_1.0.1.orig.tar.gz.id
new file mode 100644
index 000..f9ff7bb
--- /dev/null
+++ b/osm-gps-map_1.0.1.orig.tar.gz.id
@@ -0,0 +1 @@
+bc5249ddb9015159f86fce0e00debae43dd32c7e

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

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


[osm-gps-map] 05/10: pristine-tar data for osm-gps-map_0.7.0.orig.tar.gz

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch pristine-tar
in repository osm-gps-map.

commit 17bb1633c0a2a8166344786a0787b31885973426
Author: David Paleino 
Date:   Thu Jun 3 07:54:19 2010 +0200

pristine-tar data for osm-gps-map_0.7.0.orig.tar.gz
---
 osm-gps-map_0.7.0.orig.tar.gz.delta | Bin 0 -> 2785 bytes
 osm-gps-map_0.7.0.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/osm-gps-map_0.7.0.orig.tar.gz.delta 
b/osm-gps-map_0.7.0.orig.tar.gz.delta
new file mode 100644
index 000..d34ac92
Binary files /dev/null and b/osm-gps-map_0.7.0.orig.tar.gz.delta differ
diff --git a/osm-gps-map_0.7.0.orig.tar.gz.id b/osm-gps-map_0.7.0.orig.tar.gz.id
new file mode 100644
index 000..cf01b43
--- /dev/null
+++ b/osm-gps-map_0.7.0.orig.tar.gz.id
@@ -0,0 +1 @@
+a9010f5297597863981c06971c7c7758f53dead3

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

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


[osm-gps-map] 07/10: pristine-tar data for osm-gps-map_0.7.2.orig.tar.gz

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch pristine-tar
in repository osm-gps-map.

commit 5a41388d3142a7995071913e950fbf9311834655
Author: David Paleino 
Date:   Thu Jul 22 08:43:11 2010 +0200

pristine-tar data for osm-gps-map_0.7.2.orig.tar.gz
---
 osm-gps-map_0.7.2.orig.tar.gz.delta | Bin 0 -> 2794 bytes
 osm-gps-map_0.7.2.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/osm-gps-map_0.7.2.orig.tar.gz.delta 
b/osm-gps-map_0.7.2.orig.tar.gz.delta
new file mode 100644
index 000..298c98f
Binary files /dev/null and b/osm-gps-map_0.7.2.orig.tar.gz.delta differ
diff --git a/osm-gps-map_0.7.2.orig.tar.gz.id b/osm-gps-map_0.7.2.orig.tar.gz.id
new file mode 100644
index 000..9ac2b76
--- /dev/null
+++ b/osm-gps-map_0.7.2.orig.tar.gz.id
@@ -0,0 +1 @@
+a692c3e4ee5d0339c4f8507632b16cb32d3f44ed

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

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


[osm-gps-map] 06/10: pristine-tar data for osm-gps-map_0.7.1.orig.tar.gz

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch pristine-tar
in repository osm-gps-map.

commit 3e5e60c1dbcde2237aee183be9d2fda3aa9eab5e
Author: David Paleino 
Date:   Fri Jun 25 07:21:16 2010 +0200

pristine-tar data for osm-gps-map_0.7.1.orig.tar.gz
---
 osm-gps-map_0.7.1.orig.tar.gz.delta | Bin 0 -> 2777 bytes
 osm-gps-map_0.7.1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/osm-gps-map_0.7.1.orig.tar.gz.delta 
b/osm-gps-map_0.7.1.orig.tar.gz.delta
new file mode 100644
index 000..a459c59
Binary files /dev/null and b/osm-gps-map_0.7.1.orig.tar.gz.delta differ
diff --git a/osm-gps-map_0.7.1.orig.tar.gz.id b/osm-gps-map_0.7.1.orig.tar.gz.id
new file mode 100644
index 000..7ee5740
--- /dev/null
+++ b/osm-gps-map_0.7.1.orig.tar.gz.id
@@ -0,0 +1 @@
+9e418077036d1af9c87c57fcec7c8c3597f98b19

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

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


[osm-gps-map] 04/10: pristine-tar data for osm-gps-map_0.6.0.orig.tar.gz

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch pristine-tar
in repository osm-gps-map.

commit ab736451d019a0adced3a7497372bd09f5099e51
Author: David Paleino 
Date:   Wed Feb 10 15:29:40 2010 +0100

pristine-tar data for osm-gps-map_0.6.0.orig.tar.gz
---
 osm-gps-map_0.6.0.orig.tar.gz.delta | Bin 0 -> 1806 bytes
 osm-gps-map_0.6.0.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/osm-gps-map_0.6.0.orig.tar.gz.delta 
b/osm-gps-map_0.6.0.orig.tar.gz.delta
new file mode 100644
index 000..093ab39
Binary files /dev/null and b/osm-gps-map_0.6.0.orig.tar.gz.delta differ
diff --git a/osm-gps-map_0.6.0.orig.tar.gz.id b/osm-gps-map_0.6.0.orig.tar.gz.id
new file mode 100644
index 000..7f89595
--- /dev/null
+++ b/osm-gps-map_0.6.0.orig.tar.gz.id
@@ -0,0 +1 @@
+a8858ed576673b2c21bf638e7b6d5bb16fe88ade

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

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


[osm-gps-map] 02/10: pristine-tar data for osm-gps-map_0.4.orig.tar.gz

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch pristine-tar
in repository osm-gps-map.

commit c2dd386953f8ed4675397f8e8e1fdbc1bb3078c7
Author: David Paleino 
Date:   Fri Jan 8 22:06:45 2010 +0100

pristine-tar data for osm-gps-map_0.4.orig.tar.gz
---
 osm-gps-map_0.4.orig.tar.gz.delta | Bin 0 -> 1621 bytes
 osm-gps-map_0.4.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/osm-gps-map_0.4.orig.tar.gz.delta 
b/osm-gps-map_0.4.orig.tar.gz.delta
new file mode 100644
index 000..e264132
Binary files /dev/null and b/osm-gps-map_0.4.orig.tar.gz.delta differ
diff --git a/osm-gps-map_0.4.orig.tar.gz.id b/osm-gps-map_0.4.orig.tar.gz.id
new file mode 100644
index 000..8d3b349
--- /dev/null
+++ b/osm-gps-map_0.4.orig.tar.gz.id
@@ -0,0 +1 @@
+996704e4a82e22fd3452ad524ea1eb17d4c3dfbb

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

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


[osm-gps-map] 01/10: pristine-tar data for osm-gps-map_0.3.orig.tar.gz

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch pristine-tar
in repository osm-gps-map.

commit c965c4cf2517b99f165a3147d93d950bbbc2d18e
Author: David Paleino 
Date:   Sun Dec 13 08:44:00 2009 +0100

pristine-tar data for osm-gps-map_0.3.orig.tar.gz
---
 osm-gps-map_0.3.orig.tar.gz.delta | Bin 0 -> 1676 bytes
 osm-gps-map_0.3.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/osm-gps-map_0.3.orig.tar.gz.delta 
b/osm-gps-map_0.3.orig.tar.gz.delta
new file mode 100644
index 000..18fdc91
Binary files /dev/null and b/osm-gps-map_0.3.orig.tar.gz.delta differ
diff --git a/osm-gps-map_0.3.orig.tar.gz.id b/osm-gps-map_0.3.orig.tar.gz.id
new file mode 100644
index 000..9676dd8
--- /dev/null
+++ b/osm-gps-map_0.3.orig.tar.gz.id
@@ -0,0 +1 @@
+53f4134256c905c57d34353b73a24a10d1c72c7b

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

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


[osm-gps-map] 03/10: pristine-tar data for osm-gps-map_0.5.orig.tar.gz

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch pristine-tar
in repository osm-gps-map.

commit 2b7b381dac3f3c6f68c183200a184c7b735d4553
Author: David Paleino 
Date:   Fri Jan 22 17:28:11 2010 +0100

pristine-tar data for osm-gps-map_0.5.orig.tar.gz
---
 osm-gps-map_0.5.orig.tar.gz.delta | Bin 0 -> 1660 bytes
 osm-gps-map_0.5.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/osm-gps-map_0.5.orig.tar.gz.delta 
b/osm-gps-map_0.5.orig.tar.gz.delta
new file mode 100644
index 000..85afe0b
Binary files /dev/null and b/osm-gps-map_0.5.orig.tar.gz.delta differ
diff --git a/osm-gps-map_0.5.orig.tar.gz.id b/osm-gps-map_0.5.orig.tar.gz.id
new file mode 100644
index 000..5e3b1c9
--- /dev/null
+++ b/osm-gps-map_0.5.orig.tar.gz.id
@@ -0,0 +1 @@
+2de6a6e7f4c662e90ffc2e83849d9a590edc3d18

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

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


[osm-gps-map] 148/153: Imported Upstream version 1.0.2

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit d17d399751e282c6d3272396a5bf2097007d5197
Author: Ross Gammon 
Date:   Sat May 10 19:27:27 2014 +0200

Imported Upstream version 1.0.2
---
 NEWS |  6 ++
 configure.ac |  2 +-
 src/Makefile.am  | 11 ++-
 src/osm-gps-map-source.c |  3 ++-
 src/osm-gps-map-widget.c |  2 +-
 5 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/NEWS b/NEWS
index 6a4a586..ed3ce93 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes in 1.0.2
+==
+  * Fix build with new giscanner
+  * Build fixes guillomovitch 
+  * Fix open-street-maps Andrew Gee 
+
 Changes in 1.0.1
 ==
   * Build fixes
diff --git a/configure.ac b/configure.ac
index 16424f7..d5a6cd6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ([2.63])
 AC_INIT([osm-gps-map],
-[1.0.1],
+[1.0.2],
 [http://github.com/nzjrs/osm-gps-map/issues],
 [osm-gps-map])
 
diff --git a/src/Makefile.am b/src/Makefile.am
index 37415b9..66d67da 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -29,7 +29,8 @@ libosmgpsmap_1_0_la_LDFLAGS = \
$(no_undefined)
 
 libosmgpsmap_1_0_la_LIBADD =\
-$(OSMGPSMAP_LIBS)
+$(OSMGPSMAP_LIBS) \
+-lm
 
 sources_private_h = \
converter.h \
@@ -73,18 +74,18 @@ CLEANFILES =
 ## GObject Introspection Support
 -include $(INTROSPECTION_MAKEFILE)
 INTROSPECTION_GIRS =
-INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir) 
--add-include-path=$(builddir) --warn-all
-INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir)
+INTROSPECTION_SCANNER_ARGS = $(INTROSPECTION_FLAGS) 
--add-include-path=$(srcdir) --add-include-path=$(builddir) --warn-all
+INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir) --includedir=$(builddir)
 
 if HAVE_INTROSPECTION
 introspection_sources = $(sources_c) $(sources_public_h)
 
 OsmGpsMap-1.0.gir: libosmgpsmap-1.0.la
 OsmGpsMap_1_0_gir_INCLUDES = GObject-2.0 Gtk-3.0
-OsmGpsMap_1_0_gir_CFLAGS = $(OSMGPSMAP_CFLAGS)
+OsmGpsMap_1_0_gir_CFLAGS = $(OSMGPSMAP_CFLAGS) -I$(srcdir) -I$(builddir)
 OsmGpsMap_1_0_gir_LIBS = libosmgpsmap-1.0.la
 OsmGpsMap_1_0_gir_FILES = $(introspection_sources)
-OsmGpsMap_1_0_gir_SCANNERFLAGS = --identifier-prefix=OsmGps
+OsmGpsMap_1_0_gir_SCANNERFLAGS = --identifier-prefix=OsmGps --c-include 
"osm-gps-map.h"
 INTROSPECTION_GIRS += OsmGpsMap-1.0.gir
 
 girdir = $(datadir)/gir-1.0
diff --git a/src/osm-gps-map-source.c b/src/osm-gps-map-source.c
index 4ee1702..9dbb807 100644
--- a/src/osm-gps-map-source.c
+++ b/src/osm-gps-map-source.c
@@ -93,7 +93,8 @@ osm_gps_map_source_get_repo_uri(OsmGpsMapSource_t source)
 case OSM_GPS_MAP_SOURCE_OSM_PUBLIC_TRANSPORT:
 return "http://tile.xn--pnvkarte-m4a.de/tilegen/#Z/#X/#Y.png";;
 case OSM_GPS_MAP_SOURCE_OSMC_TRAILS:
-return "http://topo.geofabrik.de/trails/#Z/#X/#Y.png";;
+// Appears to be shut down
+return NULL;
 case OSM_GPS_MAP_SOURCE_MAPS_FOR_FREE:
 return 
"http://maps-for-free.com/layer/relief/z#Z/row#Y/#Z_#X-#Y.jpg";;
 case OSM_GPS_MAP_SOURCE_GOOGLE_STREET:
diff --git a/src/osm-gps-map-widget.c b/src/osm-gps-map-widget.c
index 30b0900..b6fd542 100644
--- a/src/osm-gps-map-widget.c
+++ b/src/osm-gps-map-widget.c
@@ -145,7 +145,7 @@
 #define ENABLE_DEBUG(0)
 #define EXTRA_BORDER(0)
 #define OSM_GPS_MAP_SCROLL_STEP (10)
-#define USER_AGENT  "Mozilla/5.0 (Windows; U; Windows NT 5.1; 
en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11"
+#define USER_AGENT  "libosmgpsmap/1.0"
 #define DOWNLOAD_RETRIES3
 #define MAX_DOWNLOAD_TILES  1
 

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

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


[osm-gps-map] 153/153: Add library dependency for gir package

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 1d29e122920dcf13aad3622d014a7e55ec3dcf03
Author: Ross Gammon 
Date:   Sat May 10 22:56:47 2014 +0200

Add library dependency for gir package
---
 debian/changelog | 1 +
 debian/control   | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ab73089..09b3988 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ osm-gps-map (1.0.2-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Fix for tiles not showing (Closes: #745860, 745254)
+  * Add library as dependency for gir1.2-osmgpsmap-1.0 (Closes: #747584)
 
  -- Ross Gammon   Sat, 10 May 2014 19:28:25 +0200
 
diff --git a/debian/control b/debian/control
index 3e0bf80..463e90e 100644
--- a/debian/control
+++ b/debian/control
@@ -78,7 +78,8 @@ Package: gir1.2-osmgpsmap-1.0
 Architecture: any
 Section: introspection
 Depends: ${misc:Depends},
- ${gir:Depends}
+ ${gir:Depends},
+ libosmgpsmap-1.0-0 (= ${binary:Version})
 Suggests: libosmgpsmap-1.0-0-dbg
 Description: GTK+ library to embed OpenStreetMap maps - Python bindings
  libosmgpsmap is a library to embed maps in applications that when given GPS 

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

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


[osm-gps-map] branch pristine-tar created (now be857b8)

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a change to branch pristine-tar
in repository osm-gps-map.

at  be857b8   pristine-tar data for osm-gps-map_1.0.2.orig.tar.gz

This branch includes the following new commits:

   new  c965c4c   pristine-tar data for osm-gps-map_0.3.orig.tar.gz
   new  c2dd386   pristine-tar data for osm-gps-map_0.4.orig.tar.gz
   new  2b7b381   pristine-tar data for osm-gps-map_0.5.orig.tar.gz
   new  ab73645   pristine-tar data for osm-gps-map_0.6.0.orig.tar.gz
   new  17bb163   pristine-tar data for osm-gps-map_0.7.0.orig.tar.gz
   new  3e5e60c   pristine-tar data for osm-gps-map_0.7.1.orig.tar.gz
   new  5a41388   pristine-tar data for osm-gps-map_0.7.2.orig.tar.gz
   new  d85e623   pristine-tar data for osm-gps-map_0.7.3.orig.tar.gz
   new  d2530b4   pristine-tar data for osm-gps-map_1.0.1.orig.tar.gz
   new  be857b8   pristine-tar data for osm-gps-map_1.0.2.orig.tar.gz

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


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

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


[osm-gps-map] 149/153: Merge tag 'upstream/1.0.2'

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit faef587dd7c8a19e9f1a0dad4f1e1d01c07e31dc
Merge: d107e6e d17d399
Author: Ross Gammon 
Date:   Sat May 10 19:27:27 2014 +0200

Merge tag 'upstream/1.0.2'

Upstream version 1.0.2

 NEWS |  6 ++
 configure.ac |  2 +-
 src/Makefile.am  | 11 ++-
 src/osm-gps-map-source.c |  3 ++-
 src/osm-gps-map-widget.c |  2 +-
 5 files changed, 16 insertions(+), 8 deletions(-)

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

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


[osm-gps-map] 147/153: Upload to unstable

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit d107e6e53a64852a7830d9a1680169fd65fa2797
Author: Andreas Tille 
Date:   Sat Feb 8 21:57:14 2014 +0100

Upload to unstable
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5f95676..19e2f1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-osm-gps-map (1.0.1-3) UNRELEASED; urgency=medium
+osm-gps-map (1.0.1-3) unstable; urgency=medium
 
   * Revert versioned development packages since this breaks reverse
 dependency subsurface

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

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


[osm-gps-map] 152/153: Close bugs about tiles not displaying

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 77063a600f1c9fd3c1360bb6afe11e5df4c94d12
Author: Ross Gammon 
Date:   Sat May 10 22:23:41 2014 +0200

Close bugs about tiles not displaying

Closes: 745860 & 745254
---
 debian/changelog | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/changelog b/debian/changelog
index 6d191c1..ab73089 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 osm-gps-map (1.0.2-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Fix for tiles not showing (Closes: #745860, 745254)
 
  -- Ross Gammon   Sat, 10 May 2014 19:28:25 +0200
 

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

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


[osm-gps-map] 150/153: Start new upstream release

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 86ef777bde4c2025b3b08152bb74974f35293a0b
Author: Ross Gammon 
Date:   Sat May 10 19:34:57 2014 +0200

Start new upstream release
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 19e2f1a..6d191c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+osm-gps-map (1.0.2-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Ross Gammon   Sat, 10 May 2014 19:28:25 +0200
+
 osm-gps-map (1.0.1-3) unstable; urgency=medium
 
   * Revert versioned development packages since this breaks reverse

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

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


[osm-gps-map] 139/153: Fix license statement of files in src/*

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit aba6e11f8a94cf43901905708f5f3e4f4bf85e6d
Author: Andreas Tille 
Date:   Sat Jan 25 23:59:07 2014 +0100

Fix license statement of files in src/*
---
 debian/changelog |  2 ++
 debian/copyright | 23 +--
 2 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3f4c54e..8ca2ef7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ osm-gps-map (1.0.1-2) UNRELEASED; urgency=medium
 Closes: #735841
   * Added myself to Uploaders
   * cme fix dpkg-control
+  * debian/copyright: Fix license statement of files in src/*
+Closes: #732291
 
  -- Andreas Tille   Sat, 25 Jan 2014 23:42:11 +0100
 
diff --git a/debian/copyright b/debian/copyright
index f8beff9..3854564 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -17,7 +17,7 @@ License: GPL-2
 
 Files: src/*
 Copyright: © 2008-2013, John Stowers 
-License: GPL-2
+License: GPL-2+
 
 Files: src/converter.*
  src/converter.h
@@ -60,5 +60,24 @@ License: GPL-2
  .
  You should have received a copy of the GNU General Public License
  along with this program.  If not, see .
-X-Comment: on Debian GNU systems, the complete text of the GNU General
+ .
+ On Debian GNU systems, the complete text of the GNU General
  Public License v2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+License: GPL-2+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ .
+ On Debian GNU systems, the complete text of the GNU General
+ Public License v2 can be found in `/usr/share/common-licenses/GPL-2'.
\ No newline at end of file

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

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

[osm-gps-map] 134/153: Update debian/copyright

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 7e2991c36df020b5eef3988d67b6b209cae412b5
Author: David Paleino 
Date:   Sun Dec 15 00:51:11 2013 +0100

Update debian/copyright
---
 debian/changelog |  3 ++-
 debian/copyright | 40 
 2 files changed, 26 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4c0a33e..f98b47b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,8 +10,9 @@ osm-gps-map (1.0.1-1) UNRELEASED; urgency=medium
   * Use canonical URLs for Vcs-* fields
   * Mark the debug package Multi-Arch: same
   * Standards-Version bump to 3.9.5, no changes needed
+  * Update debian/copyright
 
- -- David Paleino   Sun, 15 Dec 2013 00:13:03 +0100
+ -- David Paleino   Sun, 15 Dec 2013 00:42:36 +0100
 
 osm-gps-map (0.7.3-3) unstable; urgency=low
 
diff --git a/debian/copyright b/debian/copyright
index 87bbffc..f8beff9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,36 +8,44 @@ Copyright: © 2008, Marcus Bauer 
 License: GPL-2
 
 Files: debian/*
-Copyright: © 2009-2012, David Paleino 
+Copyright: © 2009-2013, David Paleino 
 License: GPL-2
 
-Files: python/mapviewer.py
+Files: examples/mapviewer.py
 Copyright: © 2008, Hadley Rich 
 License: GPL-2
 
-Files: python/osmgpsmapmodule.c
-Copyright: © 2008, John Stowers 
+Files: src/*
+Copyright: © 2008-2013, John Stowers 
 License: GPL-2
 
-Files: src/converter.c
+Files: src/converter.*
+ src/converter.h
+ src/osd-utils.h
+ src/osm-gps-map.*
+ src/osm-gps-map-types.h
 Copyright: © 2008, Marcus Bauer 
- © 2008, John Stowers 
+ © 2008-2013, John Stowers 
 License: GPL-2
 
-Files: src/converter.h
- src/osm-gps-map.*
- src/osm-gps-map-types.h
+Files: src/private.h
 Copyright: © 2008, Marcus Bauer 
- © 2009, John Stowers 
  © 2009, Everaldo Canuto 
+ © 2013, John Stowers 
 License: GPL-2
 
-Files: src/main.c
- src/osd-utils.*
- src/osm-gps-map-layer.c
- src/osm-gps-map-osd.*
- python/*
-Copyright: © 2008-2010, John Stowers 
+Files: src/osm-gps-map-layer.h
+ src/osm-gps-map-widget.c
+Copyright: © 2008, Marcus Bauer 
+ © 2009, Till Harbaum 
+ © 2009, Everaldo Canuto 
+ © 2008-2013, John Stowers 
+License: GPL-2
+
+Files: src/osm-gps-map-widget.h
+Copyright: © 2008, Marcus Bauer 
+ © 2009, Till Harbaum 
+ © 2008-2013, John Stowers 
 License: GPL-2
 
 License: GPL-2

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

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

[osm-gps-map] 140/153: Add Breaks+Conflicts libosmgpsmap-dev

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 5d8ea0ff959834a15818c54e25e2bf85f5bb2aaa
Author: Andreas Tille 
Date:   Sun Jan 26 00:35:49 2014 +0100

Add Breaks+Conflicts libosmgpsmap-dev
---
 debian/changelog | 2 ++
 debian/control   | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8ca2ef7..53405f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ osm-gps-map (1.0.1-2) UNRELEASED; urgency=medium
   * cme fix dpkg-control
   * debian/copyright: Fix license statement of files in src/*
 Closes: #732291
+  * Add Breaks+Conflicts libosmgpsmap-dev
+Closes: #734898
 
  -- Andreas Tille   Sat, 25 Jan 2014 23:42:11 +0100
 
diff --git a/debian/control b/debian/control
index bb0c5a1..dca71e6 100644
--- a/debian/control
+++ b/debian/control
@@ -32,6 +32,8 @@ Depends: ${shlibs:Depends},
  ${misc:Depends},
  libosmgpsmap-1.0-0 (= ${binary:Version}),
  gir1.2-osmgpsmap-1.0
+Breaks: libosmgpsmap-dev
+Conflicts: libosmgpsmap-dev
 Description: GTK+ library to embed OpenStreetMap maps - development files
  libosmgpsmap is a library to embed maps in applications that when given GPS 
  co-ordinates, draws a GPS track, and points of interest on a moving map 

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

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


[osm-gps-map] 141/153: Refresh patch

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit f7dff5061f5749483184dd0d2f3784fdab52f7b2
Author: Andreas Tille 
Date:   Sun Jan 26 01:00:07 2014 +0100

Refresh patch
---
 debian/patches/01-fix_LFS_support.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/01-fix_LFS_support.patch 
b/debian/patches/01-fix_LFS_support.patch
index 2c27e6a..44ce9b5 100644
--- a/debian/patches/01-fix_LFS_support.patch
+++ b/debian/patches/01-fix_LFS_support.patch
@@ -7,8 +7,8 @@ Forwarded: no
  configure.ac |2 ++
  1 file changed, 2 insertions(+)
 
 osm-gps-map.orig/configure.ac
-+++ osm-gps-map/configure.ac
+--- a/configure.ac
 b/configure.ac
 @@ -17,6 +17,8 @@ AM_PROG_LIBTOOL
  
  AM_SILENT_RULES([yes])

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

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


[osm-gps-map] 132/153: 01-fix_LFS_support.patch added

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 3536bba4b7b8edc7d3a73f738b890665f7bac867
Author: David Paleino 
Date:   Sun Dec 15 00:14:06 2013 +0100

01-fix_LFS_support.patch added
---
 debian/changelog|  6 --
 debian/patches/01-fix_LFS_support.patch | 20 
 debian/patches/series   |  1 +
 3 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 21f9198..4c0a33e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,13 +3,15 @@ osm-gps-map (1.0.1-1) UNRELEASED; urgency=medium
   * New upstream version (Closes: #730733)
   * Bump GTK build-dep to >= 3.0
   * New package gir1.2-osmgpsmap-1.0, new SONAME osmgpsmap-1.0
-  * Patches dropped, no more needed
+  * debian/patches:
+- 01-fix_python_linking.patch dropped, no more needed
+- 01-fix_LFS_support.patch added
   * Simplified debian/rules :)
   * Use canonical URLs for Vcs-* fields
   * Mark the debug package Multi-Arch: same
   * Standards-Version bump to 3.9.5, no changes needed
 
- -- David Paleino   Sun, 15 Dec 2013 00:06:33 +0100
+ -- David Paleino   Sun, 15 Dec 2013 00:13:03 +0100
 
 osm-gps-map (0.7.3-3) unstable; urgency=low
 
diff --git a/debian/patches/01-fix_LFS_support.patch 
b/debian/patches/01-fix_LFS_support.patch
new file mode 100644
index 000..2c27e6a
--- /dev/null
+++ b/debian/patches/01-fix_LFS_support.patch
@@ -0,0 +1,20 @@
+From: David Paleino 
+Subject: correctly support LFS
+Origin: vendor
+Forwarded: no
+
+---
+ configure.ac |2 ++
+ 1 file changed, 2 insertions(+)
+
+--- osm-gps-map.orig/configure.ac
 osm-gps-map/configure.ac
+@@ -17,6 +17,8 @@ AM_PROG_LIBTOOL
+ 
+ AM_SILENT_RULES([yes])
+ 
++AC_SYS_LARGEFILE
++
+ # Library dependencies
+ PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.16])
+ PKG_CHECK_MODULES(GTK,  [gtk+-3.0 >= 3.0])
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..e22c1ea
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-fix_LFS_support.patch

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

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


[osm-gps-map] 133/153: Manually pass -g to gcc

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 092a445eb3a1d2d1e2e16be584a02890c9f828e9
Author: David Paleino 
Date:   Sun Dec 15 00:34:31 2013 +0100

Manually pass -g to gcc
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index e6a3de9..1363b07 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-export CFLAGS+=-UGDK_DISABLE_DEPRECATED
+export CFLAGS+=-UGDK_DISABLE_DEPRECATED -g
 export DEB_BUILD_HARDENING=1
 
 override_dh_auto_configure:

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

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


[osm-gps-map] 144/153: Use d-shlibs to confirm with library packaging guide

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit a663ebe29ac97f7ef7184a13549756055ab391fa
Author: Andreas Tille 
Date:   Sun Jan 26 10:38:46 2014 +0100

Use d-shlibs to confirm with library packaging guide
---
 debian/control   |  8 +---
 debian/libosmgpsmap-1.0-0.install|  1 -
 debian/libosmgpsmap-1.0-dev.examples |  5 +
 debian/libosmgpsmap-1.0-dev.install  |  5 -
 debian/rules | 12 
 5 files changed, 18 insertions(+), 13 deletions(-)

diff --git a/debian/control b/debian/control
index dca71e6..077f2f5 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 9~),
libtool,
automake,
autoconf,
+   d-shlibs,
libgtk-3-dev,
libgirepository1.0-dev,
libglib2.0-dev,
@@ -25,15 +26,15 @@ Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-osm/osm-gps-map.git
 Vcs-Git: git://anonscm.debian.org/pkg-osm/osm-gps-map.git
 Homepage: http://nzjrs.github.com/osm-gps-map/
 
-Package: libosmgpsmap-1.0-dev
+Package: libosmgpsmap-1.0-0-dev
 Architecture: any
 Section: libdevel
 Depends: ${shlibs:Depends},
  ${misc:Depends},
  libosmgpsmap-1.0-0 (= ${binary:Version}),
  gir1.2-osmgpsmap-1.0
-Breaks: libosmgpsmap-dev
-Conflicts: libosmgpsmap-dev
+Provides: libosmgpsmap-dev, libosmgpsmap-1.0-dev
+Conflicts: libosmgpsmap-dev, libosmgpsmap-1.0-dev
 Description: GTK+ library to embed OpenStreetMap maps - development files
  libosmgpsmap is a library to embed maps in applications that when given GPS 
  co-ordinates, draws a GPS track, and points of interest on a moving map 
@@ -46,6 +47,7 @@ Description: GTK+ library to embed OpenStreetMap maps - 
development files
 Package: libosmgpsmap-1.0-0
 Architecture: any
 Multi-Arch: same
+Section: libs
 Depends: ${shlibs:Depends},
  ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
diff --git a/debian/libosmgpsmap-1.0-0.install 
b/debian/libosmgpsmap-1.0-0.install
deleted file mode 100644
index 3ddde58..000
--- a/debian/libosmgpsmap-1.0-0.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff --git a/debian/libosmgpsmap-1.0-dev.examples 
b/debian/libosmgpsmap-1.0-dev.examples
index 82011ac..a68b431 100644
--- a/debian/libosmgpsmap-1.0-dev.examples
+++ b/debian/libosmgpsmap-1.0-dev.examples
@@ -1,5 +1,2 @@
-examples/mapviewer.js
-examples/mapviewer.c
-examples/mapviewer.ui
-examples/mapviewer.py
+examples/*.js
 examples/poi.png
diff --git a/debian/libosmgpsmap-1.0-dev.install 
b/debian/libosmgpsmap-1.0-dev.install
index c3fa8f9..516c249 100644
--- a/debian/libosmgpsmap-1.0-dev.install
+++ b/debian/libosmgpsmap-1.0-dev.install
@@ -1,6 +1 @@
-usr/include/*
-usr/lib/*/lib*.a
-usr/lib/*/lib*.so
-usr/lib/*/pkgconfig/*
-
 docs/reference/html/*  /usr/share/gtk-doc/html/osmgpsmap/
diff --git a/debian/rules b/debian/rules
index 1363b07..bb730fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,18 @@ override_dh_auto_install:
dh_auto_install
dh_girepository
 
+override_dh_install:
+   rm `find debian/tmp -name '*.la'`
+   d-shlibmove --commit \
+   --multiarch \
+   --override s/libgtk-3-0-dev/libgtk-3-dev/ \
+   --override s/libsoup-2.4-1-dev/libsoup2.4-dev/ \
+   --override s/libcairo-gobject2-dev/libcairo2-dev/ \
+   --override s/libgdk-3-0-dev/libgtk-3-dev/ \
+   --movedev debian/tmp/usr/include/* usr/include \
+   debian/tmp/usr/lib/*/lib*.so
+   dh_install
+
 override_dh_auto_clean:
dh_auto_clean
rm -rf docs/reference/tmpl/

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

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


[osm-gps-map] 136/153: Alter gir.install to install in girepository directory

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 08fceb0207439d7955f03f8732e3ed3528844f84
Author: Ross Gammon 
Date:   Fri Jan 17 20:40:46 2014 +0100

Alter gir.install to install in girepository directory
---
 debian/gir1.2-osmgpsmap-1.0.install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/gir1.2-osmgpsmap-1.0.install 
b/debian/gir1.2-osmgpsmap-1.0.install
index 9bc9732..9feb25b 100644
--- a/debian/gir1.2-osmgpsmap-1.0.install
+++ b/debian/gir1.2-osmgpsmap-1.0.install
@@ -1,2 +1,2 @@
-usr/lib/*/girepository-*/*
+usr/lib/*/girepository-*/* usr/lib/girepository-1.0/
 usr/share/gir-*/*

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

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


[osm-gps-map] 142/153: New upstream Closes: #713635

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 8c43465c78a684fe57e8a2489ef2c19ae5d908c1
Author: Andreas Tille 
Date:   Sun Jan 26 01:00:32 2014 +0100

New upstream Closes: #713635
---
 debian/changelog | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 53405f8..c3ddc7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ osm-gps-map (1.0.1-2) UNRELEASED; urgency=medium
 Closes: #732291
   * Add Breaks+Conflicts libosmgpsmap-dev
 Closes: #734898
+  * Checked new upstream version and noticed that it
+Closes: #713635
 
  -- Andreas Tille   Sat, 25 Jan 2014 23:42:11 +0100
 

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

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


[osm-gps-map] 131/153: Symbols file

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit f8f3423925d71a0ffe248064ec1905c92bd5423d
Author: David Paleino 
Date:   Sun Dec 15 00:11:00 2013 +0100

Symbols file
---
 debian/libosmgpsmap-1.0-0.symbols | 85 +++
 1 file changed, 85 insertions(+)

diff --git a/debian/libosmgpsmap-1.0-0.symbols 
b/debian/libosmgpsmap-1.0-0.symbols
new file mode 100644
index 000..fa42172
--- /dev/null
+++ b/debian/libosmgpsmap-1.0-0.symbols
@@ -0,0 +1,85 @@
+libosmgpsmap-1.0.so.0 libosmgpsmap-1.0-0 #MINVER#
+ deg2rad@Base 1.0.1
+ lat2pixel@Base 1.0.1
+ lon2pixel@Base 1.0.1
+ osd_check_dpad@Base 1.0.1
+ osd_check_zoom@Base 1.0.1
+ osd_draw_bbox@Base 1.0.1
+ osd_latitude_str@Base 1.0.1
+ osd_longitude_str@Base 1.0.1
+ osd_render_centered_text@Base 1.0.1
+ osd_render_crosshair_shape@Base 1.0.1
+ osd_render_dpad@Base 1.0.1
+ osd_render_gps@Base 1.0.1
+ osd_render_zoom@Base 1.0.1
+ osd_shape@Base 1.0.1
+ osd_shape_shadow@Base 1.0.1
+ osm_gps_map_convert_geographic_to_screen@Base 1.0.1
+ osm_gps_map_convert_screen_to_geographic@Base 1.0.1
+ osm_gps_map_download_cancel_all@Base 1.0.1
+ osm_gps_map_download_maps@Base 1.0.1
+ osm_gps_map_get_bbox@Base 1.0.1
+ osm_gps_map_get_default_cache_directory@Base 1.0.1
+ osm_gps_map_get_event_location@Base 1.0.1
+ osm_gps_map_get_scale@Base 1.0.1
+ osm_gps_map_get_type@Base 1.0.1
+ osm_gps_map_gps_add@Base 1.0.1
+ osm_gps_map_gps_clear@Base 1.0.1
+ osm_gps_map_gps_get_track@Base 1.0.1
+ osm_gps_map_image_add@Base 1.0.1
+ osm_gps_map_image_add_with_alignment@Base 1.0.1
+ osm_gps_map_image_add_with_alignment_z@Base 1.0.1
+ osm_gps_map_image_add_z@Base 1.0.1
+ osm_gps_map_image_draw@Base 1.0.1
+ osm_gps_map_image_get_point@Base 1.0.1
+ osm_gps_map_image_get_type@Base 1.0.1
+ osm_gps_map_image_get_zorder@Base 1.0.1
+ osm_gps_map_image_new@Base 1.0.1
+ osm_gps_map_image_remove@Base 1.0.1
+ osm_gps_map_image_remove_all@Base 1.0.1
+ osm_gps_map_in_circle@Base 1.0.1
+ osm_gps_map_layer_add@Base 1.0.1
+ osm_gps_map_layer_busy@Base 1.0.1
+ osm_gps_map_layer_button_press@Base 1.0.1
+ osm_gps_map_layer_draw@Base 1.0.1
+ osm_gps_map_layer_get_type@Base 1.0.1
+ osm_gps_map_layer_remove@Base 1.0.1
+ osm_gps_map_layer_remove_all@Base 1.0.1
+ osm_gps_map_layer_render@Base 1.0.1
+ osm_gps_map_new@Base 1.0.1
+ osm_gps_map_osd_get_type@Base 1.0.1
+ osm_gps_map_osd_new@Base 1.0.1
+ osm_gps_map_point_copy@Base 1.0.1
+ osm_gps_map_point_free@Base 1.0.1
+ osm_gps_map_point_get_degrees@Base 1.0.1
+ osm_gps_map_point_get_radians@Base 1.0.1
+ osm_gps_map_point_get_type@Base 1.0.1
+ osm_gps_map_point_new_degrees@Base 1.0.1
+ osm_gps_map_point_new_radians@Base 1.0.1
+ osm_gps_map_point_set_degrees@Base 1.0.1
+ osm_gps_map_point_set_radians@Base 1.0.1
+ osm_gps_map_scroll@Base 1.0.1
+ osm_gps_map_set_center@Base 1.0.1
+ osm_gps_map_set_center_and_zoom@Base 1.0.1
+ osm_gps_map_set_keyboard_shortcut@Base 1.0.1
+ osm_gps_map_set_zoom@Base 1.0.1
+ osm_gps_map_set_zoom_offset@Base 1.0.1
+ osm_gps_map_source_get_friendly_name@Base 1.0.1
+ osm_gps_map_source_get_image_format@Base 1.0.1
+ osm_gps_map_source_get_max_zoom@Base 1.0.1
+ osm_gps_map_source_get_min_zoom@Base 1.0.1
+ osm_gps_map_source_get_repo_uri@Base 1.0.1
+ osm_gps_map_source_is_valid@Base 1.0.1
+ osm_gps_map_track_add@Base 1.0.1
+ osm_gps_map_track_add_point@Base 1.0.1
+ osm_gps_map_track_get_color@Base 1.0.1
+ osm_gps_map_track_get_points@Base 1.0.1
+ osm_gps_map_track_get_type@Base 1.0.1
+ osm_gps_map_track_new@Base 1.0.1
+ osm_gps_map_track_remove@Base 1.0.1
+ osm_gps_map_track_remove_all@Base 1.0.1
+ osm_gps_map_zoom_in@Base 1.0.1
+ osm_gps_map_zoom_out@Base 1.0.1
+ pixel2lat@Base 1.0.1
+ pixel2lon@Base 1.0.1
+ rad2deg@Base 1.0.1

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

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


[osm-gps-map] 145/153: UPload to unstable

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit c82413227b39e1652a6ba051739b17e61f069445
Author: Andreas Tille 
Date:   Sun Jan 26 10:40:05 2014 +0100

UPload to unstable
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4710fbb..a287243 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-osm-gps-map (1.0.1-2) UNRELEASED; urgency=medium
+osm-gps-map (1.0.1-2) unstable; urgency=medium
 
   * Apply patch from Ross Gammon 
 Closes: #735841

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

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


[osm-gps-map] 146/153: Revert change of versioned devel package

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit e6c1c053fd69176cdad125a04dbb330a5cb32635
Author: Andreas Tille 
Date:   Sat Feb 8 21:06:02 2014 +0100

Revert change of versioned devel package
---
 debian/changelog | 8 
 debian/control   | 6 +++---
 debian/rules | 1 +
 3 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a287243..5f95676 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+osm-gps-map (1.0.1-3) UNRELEASED; urgency=medium
+
+  * Revert versioned development packages since this breaks reverse
+dependency subsurface
+Closes: #737312
+
+ -- Andreas Tille   Sat, 08 Feb 2014 21:00:20 +0100
+
 osm-gps-map (1.0.1-2) unstable; urgency=medium
 
   * Apply patch from Ross Gammon 
diff --git a/debian/control b/debian/control
index 077f2f5..3e0bf80 100644
--- a/debian/control
+++ b/debian/control
@@ -26,15 +26,15 @@ Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-osm/osm-gps-map.git
 Vcs-Git: git://anonscm.debian.org/pkg-osm/osm-gps-map.git
 Homepage: http://nzjrs.github.com/osm-gps-map/
 
-Package: libosmgpsmap-1.0-0-dev
+Package: libosmgpsmap-1.0-dev
 Architecture: any
 Section: libdevel
 Depends: ${shlibs:Depends},
  ${misc:Depends},
  libosmgpsmap-1.0-0 (= ${binary:Version}),
  gir1.2-osmgpsmap-1.0
-Provides: libosmgpsmap-dev, libosmgpsmap-1.0-dev
-Conflicts: libosmgpsmap-dev, libosmgpsmap-1.0-dev
+Breaks: libosmgpsmap-dev
+Provides: libosmgpsmap-dev
 Description: GTK+ library to embed OpenStreetMap maps - development files
  libosmgpsmap is a library to embed maps in applications that when given GPS 
  co-ordinates, draws a GPS track, and points of interest on a moving map 
diff --git a/debian/rules b/debian/rules
index bb730fa..8ecb72a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,7 @@ override_dh_install:
rm `find debian/tmp -name '*.la'`
d-shlibmove --commit \
--multiarch \
+   --devunversioned \
--override s/libgtk-3-0-dev/libgtk-3-dev/ \
--override s/libsoup-2.4-1-dev/libsoup2.4-dev/ \
--override s/libcairo-gobject2-dev/libcairo2-dev/ \

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

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


[osm-gps-map] 126/153: Correct section

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 85aa2250e8b4c100fe168971b22fa07e45de67a4
Author: David Paleino 
Date:   Sun Dec 15 00:04:33 2013 +0100

Correct section
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index 1142524..15dedee 100644
--- a/debian/control
+++ b/debian/control
@@ -71,6 +71,7 @@ Description: GTK+ library to embed OpenStreetMap maps - 
debugging symbols
  Python bindings.
 
 Package: gir1.2-osmgpsmap-1.0
+Section: introspection
 Architecture: any
 Depends: ${misc:Depends}
  , ${gir:Depends}

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

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


[osm-gps-map] 129/153: Standards-Version bump to 3.9.5, no changes needed

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit e34fb7c9198cfe3d29d59bd0518e4a1fd1e10507
Author: David Paleino 
Date:   Sun Dec 15 00:06:43 2013 +0100

Standards-Version bump to 3.9.5, no changes needed
---
 debian/changelog | 3 ++-
 debian/control   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 907b836..21f9198 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ osm-gps-map (1.0.1-1) UNRELEASED; urgency=medium
   * Simplified debian/rules :)
   * Use canonical URLs for Vcs-* fields
   * Mark the debug package Multi-Arch: same
+  * Standards-Version bump to 3.9.5, no changes needed
 
- -- David Paleino   Sun, 15 Dec 2013 00:05:36 +0100
+ -- David Paleino   Sun, 15 Dec 2013 00:06:33 +0100
 
 osm-gps-map (0.7.3-3) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index a5afcf0..9ac8a17 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Build-Depends:
  , gtk-doc-tools (>= 1.12)
  , gobject-introspection
 X-Python-Version: >= 2.5
-Standards-Version: 3.9.3
+Standards-Version: 3.9.5
 Homepage: http://nzjrs.github.com/osm-gps-map/
 Vcs-Git: git://anonscm.debian.org/pkg-osm/osm-gps-map.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-osm/osm-gps-map.git

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

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


[osm-gps-map] 143/153: long description

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit f456688acf1c980e62dc13fdcb970c6816d97b93
Author: Andreas Tille 
Date:   Sun Jan 26 09:18:17 2014 +0100

long description
---
 debian/changelog | 1 +
 debian/libosmgpsmap-1.0-dev.doc-base | 4 
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c3ddc7e..4710fbb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ osm-gps-map (1.0.1-2) UNRELEASED; urgency=medium
 Closes: #734898
   * Checked new upstream version and noticed that it
 Closes: #713635
+  * debian/*.doc-base: long description
 
  -- Andreas Tille   Sat, 25 Jan 2014 23:42:11 +0100
 
diff --git a/debian/libosmgpsmap-1.0-dev.doc-base 
b/debian/libosmgpsmap-1.0-dev.doc-base
index c5c1af1..07affd0 100644
--- a/debian/libosmgpsmap-1.0-dev.doc-base
+++ b/debian/libosmgpsmap-1.0-dev.doc-base
@@ -2,6 +2,10 @@ Document: libosmgpsmap-1.0-dev
 Title: OsmGpsMap Reference Manual
 Author: John Stowers
 Abstract: This manual describes the OsmGpsMap API.
+ libosmgpsmap is a library to embed maps in applications that when given GPS
+ co-ordinates, draws a GPS track, and points of interest on a moving map
+ display. Downloads map data from a number of websites, including
+ openstreetmap.org, openaerialmap.org and others.
 Section: Programming/C
 
 Format: HTML

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

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


[osm-gps-map] 135/153: Commit as uploaded to experimental

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 52573fee6415c61fae10b3e0ef873d16a677505e
Author: Andreas Tille 
Date:   Sat Jan 25 23:22:04 2014 +0100

Commit as uploaded to experimental
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f98b47b..6fb0b76 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-osm-gps-map (1.0.1-1) UNRELEASED; urgency=medium
+osm-gps-map (1.0.1-1) experimental; urgency=medium
 
   * New upstream version (Closes: #730733)
   * Bump GTK build-dep to >= 3.0
@@ -12,7 +12,7 @@ osm-gps-map (1.0.1-1) UNRELEASED; urgency=medium
   * Standards-Version bump to 3.9.5, no changes needed
   * Update debian/copyright
 
- -- David Paleino   Sun, 15 Dec 2013 00:42:36 +0100
+ -- David Paleino   Sun, 15 Dec 2013 13:58:01 +0100
 
 osm-gps-map (0.7.3-3) unstable; urgency=low
 

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

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


[osm-gps-map] 124/153: B-D on libgirepository1.0-dev

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 711e17ded7696a8a77755e1535fcb822452356a9
Author: David Paleino 
Date:   Sat Dec 14 23:53:50 2013 +0100

B-D on libgirepository1.0-dev
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index cc23149..1142524 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends:
  , automake
  , autoconf
  , libgtk-3-dev
+ , libgirepository1.0-dev
  , libglib2.0-dev (>= 2.18)
  , libsoup2.4-dev
  , python-gobject-dev (>= 2.16.0)

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

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


[osm-gps-map] 137/153: Apply patch for #735841

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 09aecda8d4a81f402ca6991e9a0ece650168c7ed
Author: Andreas Tille 
Date:   Sat Jan 25 23:47:19 2014 +0100

Apply patch for #735841
---
 debian/changelog | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6fb0b76..523c26c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+osm-gps-map (1.0.1-2) UNRELEASED; urgency=medium
+
+  * Apply patch from Ross Gammon 
+Closes: #735841
+
+ -- Andreas Tille   Sat, 25 Jan 2014 23:42:11 +0100
+
 osm-gps-map (1.0.1-1) experimental; urgency=medium
 
   * New upstream version (Closes: #730733)

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

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


[osm-gps-map] 128/153: Mark the debug package Multi-Arch: same

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 5ec457369e9f7d46bab1be1289bc329be2b8272b
Author: David Paleino 
Date:   Sun Dec 15 00:05:52 2013 +0100

Mark the debug package Multi-Arch: same
---
 debian/changelog | 3 ++-
 debian/control   | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ea7fdcc..907b836 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ osm-gps-map (1.0.1-1) UNRELEASED; urgency=medium
   * Patches dropped, no more needed
   * Simplified debian/rules :)
   * Use canonical URLs for Vcs-* fields
+  * Mark the debug package Multi-Arch: same
 
- -- David Paleino   Sun, 15 Dec 2013 00:05:06 +0100
+ -- David Paleino   Sun, 15 Dec 2013 00:05:36 +0100
 
 osm-gps-map (0.7.3-3) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index c01dbe2..a5afcf0 100644
--- a/debian/control
+++ b/debian/control
@@ -59,6 +59,7 @@ Architecture: any
 Depends: ${shlibs:Depends}
  , ${misc:Depends}
  , libosmgpsmap-1.0-0 (= ${binary:Version})
+Multi-Arch: same
 Priority: extra
 Section: debug
 Description: GTK+ library to embed OpenStreetMap maps - debugging symbols

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

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


[osm-gps-map] 138/153: cme fix dpkg-control

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 7a4e4aa4aba33f76aa97037e2ed4e7ba62ff083e
Author: Andreas Tille 
Date:   Sat Jan 25 23:50:51 2014 +0100

cme fix dpkg-control
---
 debian/changelog |  2 ++
 debian/control   | 74 
 2 files changed, 39 insertions(+), 37 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 523c26c..3f4c54e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ osm-gps-map (1.0.1-2) UNRELEASED; urgency=medium
 
   * Apply patch from Ross Gammon 
 Closes: #735841
+  * Added myself to Uploaders
+  * cme fix dpkg-control
 
  -- Andreas Tille   Sat, 25 Jan 2014 23:42:11 +0100
 
diff --git a/debian/control b/debian/control
index 9d0861a..bb0c5a1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,37 +1,37 @@
 Source: osm-gps-map
+Maintainer: Debian OpenStreetMap Team 
+Uploaders: David Paleino ,
+   Andreas Tille 
 Section: libs
 Priority: optional
-Maintainer: Debian OpenStreetMap Team 
-Uploaders: David Paleino 
-Build-Depends:
- debhelper (>= 9~)
- , hardening-wrapper
- , libtool
- , automake
- , autoconf
- , libgtk-3-dev
- , libgirepository1.0-dev
- , libglib2.0-dev (>= 2.18)
- , libsoup2.4-dev
- , python-gobject-dev (>= 2.16.0)
- , python-gtk2-dev (>= 2.10.0)
- , libcairo2-dev (>= 1.8)
- , python-all-dev (>= 2.6.6-3~)
- , gnome-common
- , gtk-doc-tools (>= 1.12)
- , gobject-introspection
+Build-Depends: debhelper (>= 9~),
+   hardening-wrapper,
+   libtool,
+   automake,
+   autoconf,
+   libgtk-3-dev,
+   libgirepository1.0-dev,
+   libglib2.0-dev,
+   libsoup2.4-dev,
+   python-gobject-dev,
+   python-gtk2-dev,
+   libcairo2-dev,
+   python-all-dev,
+   gnome-common,
+   gtk-doc-tools,
+   gobject-introspection
 Standards-Version: 3.9.5
-Homepage: http://nzjrs.github.com/osm-gps-map/
-Vcs-Git: git://anonscm.debian.org/pkg-osm/osm-gps-map.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-osm/osm-gps-map.git
+Vcs-Git: git://anonscm.debian.org/pkg-osm/osm-gps-map.git
+Homepage: http://nzjrs.github.com/osm-gps-map/
 
 Package: libosmgpsmap-1.0-dev
-Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}
- , ${misc:Depends}
- , libosmgpsmap-1.0-0 (= ${binary:Version})
- , gir1.2-osmgpsmap-1.0
+Section: libdevel
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libosmgpsmap-1.0-0 (= ${binary:Version}),
+ gir1.2-osmgpsmap-1.0
 Description: GTK+ library to embed OpenStreetMap maps - development files
  libosmgpsmap is a library to embed maps in applications that when given GPS 
  co-ordinates, draws a GPS track, and points of interest on a moving map 
@@ -43,10 +43,10 @@ Description: GTK+ library to embed OpenStreetMap maps - 
development files
 
 Package: libosmgpsmap-1.0-0
 Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
-Depends: ${shlibs:Depends}
- , ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Description: GTK+ library to embed OpenStreetMap maps
  libosmgpsmap is a library to embed maps in applications that when given GPS 
  co-ordinates, draws a GPS track, and points of interest on a moving map 
@@ -55,12 +55,12 @@ Description: GTK+ library to embed OpenStreetMap maps
 
 Package: libosmgpsmap-1.0-0-dbg
 Architecture: any
-Depends: ${shlibs:Depends}
- , ${misc:Depends}
- , libosmgpsmap-1.0-0 (= ${binary:Version})
 Multi-Arch: same
-Priority: extra
 Section: debug
+Priority: extra
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libosmgpsmap-1.0-0 (= ${binary:Version})
 Description: GTK+ library to embed OpenStreetMap maps - debugging symbols
  libosmgpsmap is a library to embed maps in applications that when given GPS
  co-ordinates, draws a GPS track, and points of interest on a moving map
@@ -69,12 +69,12 @@ Description: GTK+ library to embed OpenStreetMap maps - 
debugging symbols
  .
  This package contains the debugging symbols for the shared library and its
  Python bindings.
-
+
 Package: gir1.2-osmgpsmap-1.0
-Section: introspection
 Architecture: any
-Depends: ${misc:Depends}
- , ${gir:Depends}
+Section: introspection
+Depends: ${misc:Depends},
+ ${gir:Depends}
 Suggests: libosmgpsmap-1.0-0-dbg
 Description: GTK+ library to embed OpenStreetMap maps - Python bindings
  libosmgpsmap is a library to embed maps in applications that when given GPS 

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

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


[osm-gps-map] 130/153: Drop X-Python-Version

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 1884e318e0b4c520e5c6ae94f9fe89c584322f0e
Author: David Paleino 
Date:   Sun Dec 15 00:06:54 2013 +0100

Drop X-Python-Version
---
 debian/control | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/control b/debian/control
index 9ac8a17..9d0861a 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,6 @@ Build-Depends:
  , gnome-common
  , gtk-doc-tools (>= 1.12)
  , gobject-introspection
-X-Python-Version: >= 2.5
 Standards-Version: 3.9.5
 Homepage: http://nzjrs.github.com/osm-gps-map/
 Vcs-Git: git://anonscm.debian.org/pkg-osm/osm-gps-map.git

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

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


[osm-gps-map] 127/153: Use canonical URLs for Vcs-* fields

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit a8214aaebfcd7a9c660799419da50c7c41ed8eb8
Author: David Paleino 
Date:   Sun Dec 15 00:05:14 2013 +0100

Use canonical URLs for Vcs-* fields
---
 debian/changelog | 3 ++-
 debian/control   | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8679610..ea7fdcc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ osm-gps-map (1.0.1-1) UNRELEASED; urgency=medium
   * New package gir1.2-osmgpsmap-1.0, new SONAME osmgpsmap-1.0
   * Patches dropped, no more needed
   * Simplified debian/rules :)
+  * Use canonical URLs for Vcs-* fields
 
- -- David Paleino   Sat, 14 Dec 2013 23:45:41 +0100
+ -- David Paleino   Sun, 15 Dec 2013 00:05:06 +0100
 
 osm-gps-map (0.7.3-3) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 15dedee..c01dbe2 100644
--- a/debian/control
+++ b/debian/control
@@ -23,8 +23,8 @@ Build-Depends:
 X-Python-Version: >= 2.5
 Standards-Version: 3.9.3
 Homepage: http://nzjrs.github.com/osm-gps-map/
-Vcs-Git: git://git.debian.org/pkg-osm/osm-gps-map.git
-Vcs-Browser: http://git.debian.org/?p=pkg-osm/osm-gps-map.git
+Vcs-Git: git://anonscm.debian.org/pkg-osm/osm-gps-map.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-osm/osm-gps-map.git
 
 Package: libosmgpsmap-1.0-dev
 Section: libdevel

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

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


[osm-gps-map] 120/153: New upstream version (Closes: #730733)

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 13029d943fd0d0eb2df351a5884645b040f2dd34
Author: David Paleino 
Date:   Sat Dec 14 22:56:39 2013 +0100

New upstream version (Closes: #730733)
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 98b3cc7..be86beb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+osm-gps-map (1.0.1-1) UNRELEASED; urgency=medium
+
+  * New upstream version (Closes: #730733)
+
+ -- David Paleino   Sat, 14 Dec 2013 22:55:28 +0100
+
 osm-gps-map (0.7.3-3) unstable; urgency=low
 
   * Add missing dependency on python-gtk2 (Closes: #680815)

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

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


[osm-gps-map] 112/153: One more update to the copyright

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 8c6c8b090e249b8021315c58991be56455a09c49
Author: David Paleino 
Date:   Wed Jun 27 09:01:33 2012 +0200

One more update to the copyright
---
 debian/changelog | 2 +-
 debian/copyright | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4aeb15c..4801033 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,7 +11,7 @@ osm-gps-map (0.7.3-2) UNRELEASED; urgency=low
   * Dropped python-osmgpsmap-dbg: all debugging symbols are now
 shipped in libosmgpsmap2-dbg.
 
- -- David Paleino   Tue, 06 Mar 2012 19:15:03 +0100
+ -- David Paleino   Wed, 27 Jun 2012 09:01:21 +0200
 
 osm-gps-map (0.7.3-1) unstable; urgency=low
 
diff --git a/debian/copyright b/debian/copyright
index a20730b..87bbffc 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,5 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Upstream-Source: https://github.com/nzjrs/osm-gps-map/
 
 Files: *
 Copyright: © 2008, Marcus Bauer 

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

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

[osm-gps-map] 125/153: Fix dbg package name

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit f2f0e0c7099a835909121e357bc81275876ec504
Author: David Paleino 
Date:   Sat Dec 14 23:58:27 2013 +0100

Fix dbg package name
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 186f115..e6a3de9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ override_dh_auto_clean:
rm -rf docs/reference/tmpl/
 
 override_dh_strip:
-   dh_strip --keep-debug --dbg-package=libosmgpsmap-1.0-dbg
+   dh_strip --keep-debug --dbg-package=libosmgpsmap-1.0-0-dbg
 
 %:
dh $@

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

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


[osm-gps-map] 123/153: Simplified debian/rules :)

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 20a4817de9125d87779c696561e9909d15f83fb0
Author: David Paleino 
Date:   Sat Dec 14 23:45:49 2013 +0100

Simplified debian/rules :)
---
 debian/changelog |  3 ++-
 debian/rules | 24 ++--
 2 files changed, 4 insertions(+), 23 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1b13e40..8679610 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ osm-gps-map (1.0.1-1) UNRELEASED; urgency=medium
   * Bump GTK build-dep to >= 3.0
   * New package gir1.2-osmgpsmap-1.0, new SONAME osmgpsmap-1.0
   * Patches dropped, no more needed
+  * Simplified debian/rules :)
 
- -- David Paleino   Sat, 14 Dec 2013 23:43:51 +0100
+ -- David Paleino   Sat, 14 Dec 2013 23:45:41 +0100
 
 osm-gps-map (0.7.3-3) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 2c1173f..186f115 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,44 +7,24 @@
 export CFLAGS+=-UGDK_DISABLE_DEPRECATED
 export DEB_BUILD_HARDENING=1
 
-# This is a bit hacky.
 override_dh_auto_configure:
NOCONFIGURE=y ./autogen.sh
dh_auto_configure -- \
--enable-maintainer-mode \
-   --disable-introspection \
--enable-gtk-doc \
--enable-gtk-doc-html \
--enable-gtk-doc-pdf
 
 override_dh_auto_install:
-   for py in $(shell pyversions -r); do \
-   PYTHON=$$py dh_auto_configure -Dpython/; \
-   dh_auto_build -Dpython/; \
-   dh_auto_install -Dpython/; \
-   dh_auto_clean -Dpython/; \
-   find $(CURDIR)/debian/tmp/usr/lib/$$py \( -name "*.a" -o -name 
"*.la" \) -delete ; \
-   done
dh_auto_install
-   rm -rf $(CURDIR)/debian/python-osmgpsmap/usr/share/pyshared/gtk-2.0/
+   dh_girepository
 
 override_dh_auto_clean:
dh_auto_clean
-   find . \( -name "*.o" -o -name "*.lo" -o -name "*.la" \) -delete
-   find . \( -name "*.in" -a -not -name "osmgpsmap.pc.in" -a -not -name 
"version.xml.in" \) -delete
-   find . \( -name ".deps" -o -name ".libs" -o -name "autom4te.cache" \) 
-type d | xargs rm -rf
-
-   find . -name "Makefile" -delete
-   find . \( -name "config.guess" -o -name "config.h" -o -name 
"config.log" \
-   -o -name "config.sub" -o -name "config.status" -o -name 
"configure" \) -delete
-   find . \( -name "install-sh" -o -name "libtool" -o -name "ltmain.sh" \
-   -o -name "missing" -o -name "INSTALL" \
-   -o -name "aclocal.m4" -o -name "depcomp" \) -delete
rm -rf docs/reference/tmpl/
 
 override_dh_strip:
dh_strip --keep-debug --dbg-package=libosmgpsmap-1.0-dbg
 
 %:
-   dh $@ \
-   --with python2
+   dh $@

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

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


[osm-gps-map] 113/153: Bump debhelper dependency to 9

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit e0eb644a25ea0d2622d2da5f66e3c863277c4471
Author: David Paleino 
Date:   Wed Jun 27 09:19:50 2012 +0200

Bump debhelper dependency to 9
---
 debian/changelog | 2 +-
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4801033..ecd09bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,7 +11,7 @@ osm-gps-map (0.7.3-2) UNRELEASED; urgency=low
   * Dropped python-osmgpsmap-dbg: all debugging symbols are now
 shipped in libosmgpsmap2-dbg.
 
- -- David Paleino   Wed, 27 Jun 2012 09:01:21 +0200
+ -- David Paleino   Wed, 27 Jun 2012 09:19:33 +0200
 
 osm-gps-map (0.7.3-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 5652b99..c6b18c0 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian OpenStreetMap Team 
 Uploaders: David Paleino 
 Build-Depends:
- debhelper (>= 8.1.3~)
+ debhelper (>= 9~)
  , libtool
  , automake
  , autoconf

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

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


[osm-gps-map] 114/153: Enable package hardening

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 107ac148d17c8bd8474aa3f22de427a333733fc3
Author: David Paleino 
Date:   Wed Jun 27 09:20:42 2012 +0200

Enable package hardening
---
 debian/changelog | 3 ++-
 debian/control   | 1 +
 debian/rules | 1 +
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ecd09bd..2c564fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,8 +10,9 @@ osm-gps-map (0.7.3-2) UNRELEASED; urgency=low
   * Build with introspection disabled
   * Dropped python-osmgpsmap-dbg: all debugging symbols are now
 shipped in libosmgpsmap2-dbg.
+  * Enable package hardening
 
- -- David Paleino   Wed, 27 Jun 2012 09:19:33 +0200
+ -- David Paleino   Wed, 27 Jun 2012 09:20:33 +0200
 
 osm-gps-map (0.7.3-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index c6b18c0..76a7d22 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian OpenStreetMap Team 

 Uploaders: David Paleino 
 Build-Depends:
  debhelper (>= 9~)
+ , hardening-wrapper
  , libtool
  , automake
  , autoconf
diff --git a/debian/rules b/debian/rules
index 6183992..c27b531 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,7 @@
 #export DH_VERBOSE=1
 
 export CFLAGS+=-UGDK_DISABLE_DEPRECATED
+export DEB_BUILD_HARDENING=1
 
 # This is a bit hacky.
 override_dh_auto_configure:

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

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


[osm-gps-map] 122/153: Patches dropped, no more needed

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit ea78f8b62e8cab68a2432495e79d5f11503f4f05
Author: David Paleino 
Date:   Sat Dec 14 23:44:00 2013 +0100

Patches dropped, no more needed
---
 debian/changelog   |  3 ++-
 debian/patches/01-fix_python_linking.patch | 18 --
 debian/patches/series  |  1 -
 3 files changed, 2 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8122131..1b13e40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ osm-gps-map (1.0.1-1) UNRELEASED; urgency=medium
   * New upstream version (Closes: #730733)
   * Bump GTK build-dep to >= 3.0
   * New package gir1.2-osmgpsmap-1.0, new SONAME osmgpsmap-1.0
+  * Patches dropped, no more needed
 
- -- David Paleino   Sat, 14 Dec 2013 23:41:22 +0100
+ -- David Paleino   Sat, 14 Dec 2013 23:43:51 +0100
 
 osm-gps-map (0.7.3-3) unstable; urgency=low
 
diff --git a/debian/patches/01-fix_python_linking.patch 
b/debian/patches/01-fix_python_linking.patch
deleted file mode 100644
index 8b2d7f9..000
--- a/debian/patches/01-fix_python_linking.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-From: David Paleino 
-Subject: fix linking to locally compiled library
-

- python/configure.ac |2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
 osm-gps-map.orig/python/configure.ac
-+++ osm-gps-map/python/configure.ac
-@@ -57,7 +57,7 @@ if test -f ../src/libosmgpsmap.la; then
- 
-   #and we must link to the local lib
-   OSMGPSMAP_CFLAGS="-I\$(top_srcdir)/../src/"
--  OSMGPSMAP_LIBS="\$(top_builddir)/../src/libosmgpsmap.la"
-+  OSMGPSMAP_LIBS="-L\$(top_builddir)/../src/.libs/ -losmgpsmap"
- else
-   PKG_CHECK_MODULES(OSMGPSMAP, osmgpsmap = 0.7.3)
- fi
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index c416a67..000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-01-fix_python_linking.patch

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

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


[osm-gps-map] 121/153: New package gir1.2-osmgpsmap-1.0, new SONAME osmgpsmap-1.0

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 567ffaf12aba8ae411fbcd8c43b24b63b3720ad4
Author: David Paleino 
Date:   Sat Dec 14 23:43:37 2013 +0100

New package gir1.2-osmgpsmap-1.0, new SONAME osmgpsmap-1.0
---
 debian/changelog   |  4 +-
 debian/control | 24 +++---
 debian/gir1.2-osmgpsmap-1.0.install|  2 +
 ...{libosmgpsmap2.docs => libosmgpsmap-1.0-0.docs} |  0
 ...mgpsmap2.install => libosmgpsmap-1.0-0.install} |  0
 ...smgpsmap-dev.dirs => libosmgpsmap-1.0-dev.dirs} |  0
 ...-dev.doc-base => libosmgpsmap-1.0-dev.doc-base} |  2 +-
 ...-dev.examples => libosmgpsmap-1.0-dev.examples} |  1 +
 ...ap-dev.install => libosmgpsmap-1.0-dev.install} |  0
 debian/libosmgpsmap2.symbols   | 97 --
 debian/python-osmgpsmap.docs   |  1 -
 debian/python-osmgpsmap.examples   |  1 -
 debian/python-osmgpsmap.install|  2 -
 debian/rules   |  2 +-
 14 files changed, 19 insertions(+), 117 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index be86beb..8122131 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
 osm-gps-map (1.0.1-1) UNRELEASED; urgency=medium
 
   * New upstream version (Closes: #730733)
+  * Bump GTK build-dep to >= 3.0
+  * New package gir1.2-osmgpsmap-1.0, new SONAME osmgpsmap-1.0
 
- -- David Paleino   Sat, 14 Dec 2013 22:55:28 +0100
+ -- David Paleino   Sat, 14 Dec 2013 23:41:22 +0100
 
 osm-gps-map (0.7.3-3) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 5fd3767..cc23149 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends:
  , libtool
  , automake
  , autoconf
- , libgtk2.0-dev
+ , libgtk-3-dev
  , libglib2.0-dev (>= 2.18)
  , libsoup2.4-dev
  , python-gobject-dev (>= 2.16.0)
@@ -18,18 +18,20 @@ Build-Depends:
  , python-all-dev (>= 2.6.6-3~)
  , gnome-common
  , gtk-doc-tools (>= 1.12)
+ , gobject-introspection
 X-Python-Version: >= 2.5
 Standards-Version: 3.9.3
 Homepage: http://nzjrs.github.com/osm-gps-map/
 Vcs-Git: git://git.debian.org/pkg-osm/osm-gps-map.git
 Vcs-Browser: http://git.debian.org/?p=pkg-osm/osm-gps-map.git
 
-Package: libosmgpsmap-dev
+Package: libosmgpsmap-1.0-dev
 Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}
  , ${misc:Depends}
- , libosmgpsmap2 (= ${binary:Version})
+ , libosmgpsmap-1.0-0 (= ${binary:Version})
+ , gir1.2-osmgpsmap-1.0
 Description: GTK+ library to embed OpenStreetMap maps - development files
  libosmgpsmap is a library to embed maps in applications that when given GPS 
  co-ordinates, draws a GPS track, and points of interest on a moving map 
@@ -39,7 +41,7 @@ Description: GTK+ library to embed OpenStreetMap maps - 
development files
  These are the development files for libosmgpsmap0, needed only if you're 
  writing or compiling an application which will use it.
 
-Package: libosmgpsmap2
+Package: libosmgpsmap-1.0-0
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
@@ -51,11 +53,11 @@ Description: GTK+ library to embed OpenStreetMap maps
  display. Downloads map data from a number of websites, including 
  openstreetmap.org, openaerialmap.org and others.
 
-Package: libosmgpsmap2-dbg
+Package: libosmgpsmap-1.0-0-dbg
 Architecture: any
 Depends: ${shlibs:Depends}
  , ${misc:Depends}
- , libosmgpsmap2 (= ${binary:Version})
+ , libosmgpsmap-1.0-0 (= ${binary:Version})
 Priority: extra
 Section: debug
 Description: GTK+ library to embed OpenStreetMap maps - debugging symbols
@@ -67,15 +69,11 @@ Description: GTK+ library to embed OpenStreetMap maps - 
debugging symbols
  This package contains the debugging symbols for the shared library and its
  Python bindings.
 
-Package: python-osmgpsmap
-Section: python
+Package: gir1.2-osmgpsmap-1.0
 Architecture: any
 Depends: ${misc:Depends}
- , ${shlibs:Depends}
- , ${python:Depends}
- , python-gtk2
-Provides: ${python:Provides}
-Suggests: libosmgpsmap2-dbg
+ , ${gir:Depends}
+Suggests: libosmgpsmap-1.0-0-dbg
 Description: GTK+ library to embed OpenStreetMap maps - Python bindings
  libosmgpsmap is a library to embed maps in applications that when given GPS 
  co-ordinates, draws a GPS track, and points of interest on a moving map 
diff --git a/debian/gir1.2-osmgpsmap-1.0.install 
b/debian/gir1.2-osmgpsmap-1.0.install
new file mode 100644
index 000..9bc9732
--- /dev/null
+++ b/debian/gir1.2-osmgpsmap-1.0.install
@@ -0,0 +1,2 @@
+usr/lib/*/girepository-*/*
+usr/share/gir-*/*
diff --git a/debian/libosmgpsmap2.docs b/debian/libosmgpsmap-1.0-0.docs
similarity index 100%
rename from debian/libosmgpsmap2.docs
rename to debian/libosmgpsmap-1.0-0.docs
diff --git a/debian/libosmgpsmap2.install b/debian/libosmgpsmap-1.0-0.install
similarity index 100%
rename from debian/libosmgpsmap2

[osm-gps-map] 108/153: More fixes to debian/copyright

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit b28a73764bf0eca8c41c628e5ecdbfe694a07e8b
Author: David Paleino 
Date:   Tue Mar 6 17:59:08 2012 +0100

More fixes to debian/copyright
---
 debian/copyright | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 5c89b4a..a20730b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format-Specification: 
http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
 
 Files: *
 Copyright: © 2008, Marcus Bauer 
@@ -24,7 +24,7 @@ Copyright: © 2008, Marcus Bauer 
 License: GPL-2
 
 Files: src/converter.h
- src/osm-gps-map.{c,h}
+ src/osm-gps-map.*
  src/osm-gps-map-types.h
 Copyright: © 2008, Marcus Bauer 
  © 2009, John Stowers 
@@ -32,9 +32,9 @@ Copyright: © 2008, Marcus Bauer 
 License: GPL-2
 
 Files: src/main.c
- src/osd-utils.{c,h}
+ src/osd-utils.*
  src/osm-gps-map-layer.c
- src/osm-gps-map-osd.{c,h}
+ src/osm-gps-map-osd.*
  python/*
 Copyright: © 2008-2010, John Stowers 
 License: GPL-2

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

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

[osm-gps-map] 115/153: Releasing to sid

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit df4d70709cddf0570faec5809e34fdbeb03303bd
Author: David Paleino 
Date:   Wed Jun 27 09:30:48 2012 +0200

Releasing to sid
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2c564fe..e5c8e75 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-osm-gps-map (0.7.3-2) UNRELEASED; urgency=low
+osm-gps-map (0.7.3-2) unstable; urgency=low
 
   * Don't install *.la files anymore (Closes: #621487)
   * Standards-Version bump to 3.9.3, no changes needed
@@ -12,7 +12,7 @@ osm-gps-map (0.7.3-2) UNRELEASED; urgency=low
 shipped in libosmgpsmap2-dbg.
   * Enable package hardening
 
- -- David Paleino   Wed, 27 Jun 2012 09:20:33 +0200
+ -- David Paleino   Wed, 27 Jun 2012 09:22:21 +0200
 
 osm-gps-map (0.7.3-1) unstable; urgency=low
 

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

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


[osm-gps-map] 119/153: Merge tag 'upstream/1.0.1'

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 0c43a8c69940db37c017924ca293439e2a6ebf49
Merge: dc2b049 a2a47b5
Author: David Paleino 
Date:   Sat Dec 14 22:55:21 2013 +0100

Merge tag 'upstream/1.0.1'

Upstream version 1.0.1

# gpg: Signature made sab 14 dic 2013 22:55:16 CET using DSA key ID 1392B174
# gpg: Good signature from "David Paleino "
# gpg: aka "[jpeg image of size 6708]"
# gpg: aka "Hanska "
# gpg: aka "David Paleino "
# gpg: aka "David Paleino "

 .gitignore |   2 +-
 COPYING|  70 +---
 Makefile.am|   6 +-
 NEWS   |  15 +
 configure.ac   |  29 +-
 docs/reference/Makefile.am |   6 +-
 examples/Makefile.am   |   4 +-
 examples/env.sh|   4 +
 examples/mapviewer.c   |  87 +++--
 examples/mapviewer.py  | 201 +-
 examples/mapviewer.ui  | 109 --
 m4/gtk-doc.m4  |   6 +
 osmgpsmap.pc.in => osmgpsmap-1.0.pc.in |   6 +-
 python/.gitignore  |   2 -
 python/AUTHORS |   1 -
 python/COPYING | 674 -
 python/ChangeLog   |   0
 python/Makefile.am |  43 ---
 python/NEWS|   0
 python/README  |  10 -
 python/configure.ac|  73 
 python/m4/.gitignore   |   1 -
 python/m4/am_check_python_headers.m4   |  28 --
 python/osmgpsmap-compat.defs   | 113 --
 python/osmgpsmap.defs  | 649 ---
 python/osmgpsmap.override  | 248 
 python/osmgpsmapmodule.c   |  52 ---
 python/setup.py|  35 --
 src/Makefile.am|  23 +-
 src/converter.c|  19 +-
 src/converter.h|  16 +-
 src/osd-utils.c|  30 +-
 src/osd-utils.h|  28 +-
 src/osm-gps-map-compat.c   | 177 +
 src/osm-gps-map-compat.h   |  36 +-
 src/osm-gps-map-image.c|  57 ++-
 src/osm-gps-map-image.h|  23 +-
 src/osm-gps-map-layer.c|  16 +-
 src/osm-gps-map-layer.h|  19 +-
 src/osm-gps-map-osd.c  |  32 +-
 src/osm-gps-map-osd.h  |  18 +-
 src/osm-gps-map-point.c|  21 +-
 src/osm-gps-map-point.h|  19 +-
 src/osm-gps-map-source.c   |  32 +-
 src/osm-gps-map-source.h   |  19 +
 src/osm-gps-map-track.c|  18 +-
 src/osm-gps-map-track.h|  43 ++-
 src/osm-gps-map-widget.c   | 529 +-
 src/osm-gps-map-widget.h   |  24 +-
 src/osm-gps-map.h  |  19 +
 src/private.h  |  50 +--
 51 files changed, 849 insertions(+), 2893 deletions(-)

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

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


[osm-gps-map] 109/153: Remove empty directory

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 783a9d3faa0f820f3b439f59972dff64ed4a4129
Author: David Paleino 
Date:   Tue Mar 6 18:06:10 2012 +0100

Remove empty directory
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 9e46da0..d066b39 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,6 +24,7 @@ override_dh_auto_install:
find $(CURDIR)/debian/tmp/usr/lib/$$py \( -name "*.a" -o -name 
"*.la" \) -delete ; \
done
dh_auto_install
+   rm -rf $(CURDIR)/debian/python-osmgpsmap/usr/share/pyshared/gtk-2.0/
 
 override_dh_auto_clean:
dh_auto_clean

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

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


[osm-gps-map] 110/153: Build with introspection disabled

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit fb68a8e36dae0b82b4a0d963bf899f6352c5f89c
Author: David Paleino 
Date:   Tue Mar 6 19:10:05 2012 +0100

Build with introspection disabled
---
 debian/changelog | 3 ++-
 debian/rules | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f9635fa..0379e14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ osm-gps-map (0.7.3-2) UNRELEASED; urgency=low
   * Remove *.a and *.la from python extension
   * Updated debian/copyright
   * Added more files to debian/clean
+  * Build with introspection disabled
 
- -- David Paleino   Tue, 06 Mar 2012 17:49:00 +0100
+ -- David Paleino   Tue, 06 Mar 2012 19:09:53 +0100
 
 osm-gps-map (0.7.3-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index d066b39..a676ca0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,7 @@ override_dh_auto_configure:
NOCONFIGURE=y ./autogen.sh
dh_auto_configure -- \
--enable-maintainer-mode \
+   --disable-introspection \
--enable-gtk-doc \
--enable-gtk-doc-html \
--enable-gtk-doc-pdf

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

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


[osm-gps-map] 117/153: Releasing to sid

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit dc2b049ac449d6cf9bec433b276ee7d4ddd8b907
Author: David Paleino 
Date:   Tue Jul 10 09:01:48 2012 +0200

Releasing to sid
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 68ae70f..98b3cc7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-osm-gps-map (0.7.3-3) UNRELEASED; urgency=low
+osm-gps-map (0.7.3-3) unstable; urgency=low
 
   * Add missing dependency on python-gtk2 (Closes: #680815)
 
- -- David Paleino   Tue, 10 Jul 2012 09:01:18 +0200
+ -- David Paleino   Tue, 10 Jul 2012 09:01:42 +0200
 
 osm-gps-map (0.7.3-2) unstable; urgency=low
 

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

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


[osm-gps-map] 116/153: Add missing dependency on python-gtk2 (Closes: #680815)

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 3495e4acd4229d3ce39a36213859b4fcc4236469
Author: David Paleino 
Date:   Tue Jul 10 09:01:38 2012 +0200

Add missing dependency on python-gtk2 (Closes: #680815)
---
 debian/changelog | 6 ++
 debian/control   | 1 +
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e5c8e75..68ae70f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+osm-gps-map (0.7.3-3) UNRELEASED; urgency=low
+
+  * Add missing dependency on python-gtk2 (Closes: #680815)
+
+ -- David Paleino   Tue, 10 Jul 2012 09:01:18 +0200
+
 osm-gps-map (0.7.3-2) unstable; urgency=low
 
   * Don't install *.la files anymore (Closes: #621487)
diff --git a/debian/control b/debian/control
index 76a7d22..5fd3767 100644
--- a/debian/control
+++ b/debian/control
@@ -73,6 +73,7 @@ Architecture: any
 Depends: ${misc:Depends}
  , ${shlibs:Depends}
  , ${python:Depends}
+ , python-gtk2
 Provides: ${python:Provides}
 Suggests: libosmgpsmap2-dbg
 Description: GTK+ library to embed OpenStreetMap maps - Python bindings

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

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


[osm-gps-map] 111/153: Dropped python-osmgpsmap-dbg: all debugging symbols are now shipped in libosmgpsmap2-dbg.

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit c742ff669bc1d0b0944b1b5259d505fdbe4a25ec
Author: David Paleino 
Date:   Tue Mar 6 19:15:20 2012 +0100

Dropped python-osmgpsmap-dbg: all debugging symbols are now shipped in 
libosmgpsmap2-dbg.
---
 debian/changelog |  4 +++-
 debian/control   | 22 +++---
 debian/rules |  3 ---
 3 files changed, 6 insertions(+), 23 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0379e14..4aeb15c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,10 @@ osm-gps-map (0.7.3-2) UNRELEASED; urgency=low
   * Updated debian/copyright
   * Added more files to debian/clean
   * Build with introspection disabled
+  * Dropped python-osmgpsmap-dbg: all debugging symbols are now
+shipped in libosmgpsmap2-dbg.
 
- -- David Paleino   Tue, 06 Mar 2012 19:09:53 +0100
+ -- David Paleino   Tue, 06 Mar 2012 19:15:03 +0100
 
 osm-gps-map (0.7.3-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 02dc547..5652b99 100644
--- a/debian/control
+++ b/debian/control
@@ -63,7 +63,8 @@ Description: GTK+ library to embed OpenStreetMap maps - 
debugging symbols
  display. Downloads map data from a number of websites, including
  openstreetmap.org, openaerialmap.org and others.
  .
- This package contains the debugging symbols for the shared library.
+ This package contains the debugging symbols for the shared library and its
+ Python bindings.
 
 Package: python-osmgpsmap
 Section: python
@@ -72,6 +73,7 @@ Depends: ${misc:Depends}
  , ${shlibs:Depends}
  , ${python:Depends}
 Provides: ${python:Provides}
+Suggests: libosmgpsmap2-dbg
 Description: GTK+ library to embed OpenStreetMap maps - Python bindings
  libosmgpsmap is a library to embed maps in applications that when given GPS 
  co-ordinates, draws a GPS track, and points of interest on a moving map 
@@ -79,21 +81,3 @@ Description: GTK+ library to embed OpenStreetMap maps - 
Python bindings
  openstreetmap.org, openaerialmap.org and others.
  .
  This package provides the Python bindings for the library.
-
-Package: python-osmgpsmap-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: ${misc:Depends}
- , ${shlibs:Depends}
- , ${python:Depends}
- , python-osmgpsmap (= ${binary:Version})
-Provides: ${python:Provides}
-Description: GTK+ library to embed OpenStreetMap maps - debugging symbols
- libosmgpsmap is a library to embed maps in applications that when given GPS
- co-ordinates, draws a GPS track, and points of interest on a moving map
- display. Downloads map data from a number of websites, including
- openstreetmap.org, openaerialmap.org and others.
- .
- This package provides the debugging symbols for the Python bindings of the
- library.
diff --git a/debian/rules b/debian/rules
index a676ca0..6183992 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,9 +43,6 @@ override_dh_auto_clean:
 
 override_dh_strip:
dh_strip --keep-debug --dbg-package=libosmgpsmap2-dbg
-   -mkdir -p $(CURDIR)/debian/python-osmgpsmap-dbg/usr/lib/debug/usr/lib/
-   -mv $(CURDIR)/debian/libosmgpsmap2-dbg/usr/lib/debug/usr/lib/python* \
-   $(CURDIR)/debian/python-osmgpsmap-dbg/usr/lib/debug/usr/lib/
 
 %:
dh $@ \

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

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


[osm-gps-map] 106/153: Standards-Version bump to 3.9.3, no changes needed

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 7be4eaa04c7c0304580820ead13d8034ee0849e1
Author: David Paleino 
Date:   Tue Mar 6 17:48:02 2012 +0100

Standards-Version bump to 3.9.3, no changes needed
---
 debian/changelog | 2 +-
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4b84227..4904136 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
 osm-gps-map (0.7.3-2) UNRELEASED; urgency=low
 
   * Don't install *.la files anymore (Closes: #621487)
-  * Standards-Version bump to 3.9.2, no changes needed
+  * Standards-Version bump to 3.9.3, no changes needed
   * debhelper compatibility bump to 9 (multi-arch)
   * Package switch from pysupport to dh_python2
   * Remove *.a and *.la from python extension
diff --git a/debian/control b/debian/control
index 6dca130..02dc547 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends:
  , gnome-common
  , gtk-doc-tools (>= 1.12)
 X-Python-Version: >= 2.5
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://nzjrs.github.com/osm-gps-map/
 Vcs-Git: git://git.debian.org/pkg-osm/osm-gps-map.git
 Vcs-Browser: http://git.debian.org/?p=pkg-osm/osm-gps-map.git

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

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


[osm-gps-map] 107/153: Added more files to debian/clean

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 0301a114248da7e8abb2a6817015502be0144eda
Author: David Paleino 
Date:   Tue Mar 6 17:49:07 2012 +0100

Added more files to debian/clean
---
 debian/changelog | 3 ++-
 debian/clean | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4904136..f9635fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ osm-gps-map (0.7.3-2) UNRELEASED; urgency=low
   * Package switch from pysupport to dh_python2
   * Remove *.a and *.la from python extension
   * Updated debian/copyright
+  * Added more files to debian/clean
 
- -- David Paleino   Tue, 06 Mar 2012 17:47:40 +0100
+ -- David Paleino   Tue, 06 Mar 2012 17:49:00 +0100
 
 osm-gps-map (0.7.3-1) unstable; urgency=low
 
diff --git a/debian/clean b/debian/clean
index ba90239..6d46e5f 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1,5 +1,7 @@
+ChangeLog
 compile
 osmgpsmap.pc
+python/compile
 python/osmgpsmap.c
 src/openstreetmap-gps-map
 stamp-h1

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

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


[osm-gps-map] 105/153: Updated debian/copyright

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 82c5b60406f5a5a0eab9fb23c1a073f3a0364a90
Author: David Paleino 
Date:   Tue Mar 6 17:47:47 2012 +0100

Updated debian/copyright
---
 debian/changelog |  3 ++-
 debian/copyright | 16 
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f8aea0a..4b84227 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ osm-gps-map (0.7.3-2) UNRELEASED; urgency=low
   * debhelper compatibility bump to 9 (multi-arch)
   * Package switch from pysupport to dh_python2
   * Remove *.a and *.la from python extension
+  * Updated debian/copyright
 
- -- David Paleino   Wed, 12 Oct 2011 20:28:46 +0200
+ -- David Paleino   Tue, 06 Mar 2012 17:47:40 +0100
 
 osm-gps-map (0.7.3-1) unstable; urgency=low
 
diff --git a/debian/copyright b/debian/copyright
index 63f199d..5c89b4a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,13 @@
-Format-Specification: http://dep.debian.net/deps/dep5
+Format-Specification: 
http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+
+Files: *
+Copyright: © 2008, Marcus Bauer 
+ © 2009, John Stowers 
+ © 2009, Everaldo Canuto 
+License: GPL-2
 
 Files: debian/*
-Copyright: © 2009-2010, David Paleino 
+Copyright: © 2009-2012, David Paleino 
 License: GPL-2
 
 Files: python/mapviewer.py
@@ -33,12 +39,6 @@ Files: src/main.c
 Copyright: © 2008-2010, John Stowers 
 License: GPL-2
 
-Files: *
-Copyright: © 2008, Marcus Bauer 
- © 2009, John Stowers 
- © 2009, Everaldo Canuto 
-License: GPL-2
-
 License: GPL-2
  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License version 2 as

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

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

[osm-gps-map] 104/153: Complete multi-archification

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 6750483e490853fae3d438ddcda1dc5ab3f1182a
Author: David Paleino 
Date:   Wed Oct 12 20:38:48 2011 +0200

Complete multi-archification
---
 debian/control | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 3ce1b40..6dca130 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian OpenStreetMap Team 
 Uploaders: David Paleino 
 Build-Depends:
- debhelper (>= 8~)
+ debhelper (>= 8.1.3~)
  , libtool
  , automake
  , autoconf
@@ -40,6 +40,8 @@ Description: GTK+ library to embed OpenStreetMap maps - 
development files
 
 Package: libosmgpsmap2
 Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
 Depends: ${shlibs:Depends}
  , ${misc:Depends}
 Description: GTK+ library to embed OpenStreetMap maps

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

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


[osm-gps-map] 103/153: Fix population of python-ogm-dbg package

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit bac6b987ef6b4e74c2e8cd6a4eabf1ab53e62468
Author: David Paleino 
Date:   Wed Oct 12 20:36:37 2011 +0200

Fix population of python-ogm-dbg package
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 8849e0e..9e46da0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,7 @@ override_dh_auto_clean:
 override_dh_strip:
dh_strip --keep-debug --dbg-package=libosmgpsmap2-dbg
-mkdir -p $(CURDIR)/debian/python-osmgpsmap-dbg/usr/lib/debug/usr/lib/
-   -mv $(CURDIR)/debian/libosmgpsmap2-dbg/usr/lib/debug/usr/lib/pyshared \
+   -mv $(CURDIR)/debian/libosmgpsmap2-dbg/usr/lib/debug/usr/lib/python* \
$(CURDIR)/debian/python-osmgpsmap-dbg/usr/lib/debug/usr/lib/
 
 %:

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

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


[osm-gps-map] 101/153: Remove *.a and *.la from python extension

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 614aab5ad55ef03857bd162a35f2a7b16d095943
Author: David Paleino 
Date:   Wed Oct 12 20:29:03 2011 +0200

Remove *.a and *.la from python extension
---
 debian/changelog | 3 ++-
 debian/rules | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e24daed..f8aea0a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ osm-gps-map (0.7.3-2) UNRELEASED; urgency=low
   * Standards-Version bump to 3.9.2, no changes needed
   * debhelper compatibility bump to 9 (multi-arch)
   * Package switch from pysupport to dh_python2
+  * Remove *.a and *.la from python extension
 
- -- David Paleino   Tue, 11 Oct 2011 23:58:34 +0200
+ -- David Paleino   Wed, 12 Oct 2011 20:28:46 +0200
 
 osm-gps-map (0.7.3-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index faf8a71..045055a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,7 @@ override_dh_auto_install:
dh_auto_build -Dpython/; \
dh_auto_install -Dpython/; \
dh_auto_clean -Dpython/; \
+   find $(CURDIR)/debian/tmp/usr/lib/$$py \( -name "*.a" -o -name 
"*.la" \) -delete ; \
done
dh_auto_install
 

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

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


[osm-gps-map] 102/153: Remove generated files

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit e3535088fe0d41466725c38f872c2ce1b9ab7142
Author: David Paleino 
Date:   Wed Oct 12 20:30:13 2011 +0200

Remove generated files
---
 debian/clean | 1 +
 debian/rules | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/clean b/debian/clean
index d27f88e..ba90239 100644
--- a/debian/clean
+++ b/debian/clean
@@ -14,6 +14,7 @@ m4/ltoptions.m4
 m4/ltsugar.m4
 m4/ltversion.m4
 m4/lt~obsolete.m4
+m4/gtk-doc.m4
 python/m4/libtool.m4
 python/m4/ltoptions.m4
 python/m4/ltsugar.m4
diff --git a/debian/rules b/debian/rules
index 045055a..8849e0e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,6 +37,7 @@ override_dh_auto_clean:
find . \( -name "install-sh" -o -name "libtool" -o -name "ltmain.sh" \
-o -name "missing" -o -name "INSTALL" \
-o -name "aclocal.m4" -o -name "depcomp" \) -delete
+   rm -rf docs/reference/tmpl/
 
 override_dh_strip:
dh_strip --keep-debug --dbg-package=libosmgpsmap2-dbg

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

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


[osm-gps-map] 99/153: debhelper compatibility bump to 9 (multi-arch)

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit aaa4864b8363b95994e8261216707e7b3ece112e
Author: David Paleino 
Date:   Tue Oct 11 23:58:41 2011 +0200

debhelper compatibility bump to 9 (multi-arch)
---
 debian/changelog | 4 ++--
 debian/compat| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index baa07c3..e24daed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,10 +2,10 @@ osm-gps-map (0.7.3-2) UNRELEASED; urgency=low
 
   * Don't install *.la files anymore (Closes: #621487)
   * Standards-Version bump to 3.9.2, no changes needed
-  * debhelper compatibility bump to 8
+  * debhelper compatibility bump to 9 (multi-arch)
   * Package switch from pysupport to dh_python2
 
- -- David Paleino   Tue, 13 Sep 2011 17:01:06 +0200
+ -- David Paleino   Tue, 11 Oct 2011 23:58:34 +0200
 
 osm-gps-map (0.7.3-1) unstable; urgency=low
 
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9

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

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


[osm-gps-map] 100/153: Fix installed paths for multi-arch

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit ae2a03e8c030d04dc96e31167918af39ffce7f88
Author: David Paleino 
Date:   Wed Oct 12 20:23:45 2011 +0200

Fix installed paths for multi-arch
---
 debian/libosmgpsmap-dev.install | 6 +++---
 debian/libosmgpsmap2.install| 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/libosmgpsmap-dev.install b/debian/libosmgpsmap-dev.install
index 3e4a8ca..c3fa8f9 100644
--- a/debian/libosmgpsmap-dev.install
+++ b/debian/libosmgpsmap-dev.install
@@ -1,6 +1,6 @@
 usr/include/*
-usr/lib/lib*.a
-usr/lib/lib*.so
-usr/lib/pkgconfig/*
+usr/lib/*/lib*.a
+usr/lib/*/lib*.so
+usr/lib/*/pkgconfig/*
 
 docs/reference/html/*  /usr/share/gtk-doc/html/osmgpsmap/
diff --git a/debian/libosmgpsmap2.install b/debian/libosmgpsmap2.install
index d0dbfd1..3ddde58 100644
--- a/debian/libosmgpsmap2.install
+++ b/debian/libosmgpsmap2.install
@@ -1 +1 @@
-usr/lib/lib*.so.*
+usr/lib/*/lib*.so.*

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

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


[osm-gps-map] 98/153: Package switch from pysupport to dh_python2

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit a8a4330d13cb37a3bf3d2da1ea9c9d8d852bc449
Author: David Paleino 
Date:   Tue Sep 13 17:01:17 2011 +0200

Package switch from pysupport to dh_python2
---
 debian/changelog | 3 ++-
 debian/control   | 7 ++-
 debian/rules | 3 ++-
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b55757d..baa07c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ osm-gps-map (0.7.3-2) UNRELEASED; urgency=low
   * Don't install *.la files anymore (Closes: #621487)
   * Standards-Version bump to 3.9.2, no changes needed
   * debhelper compatibility bump to 8
+  * Package switch from pysupport to dh_python2
 
- -- David Paleino   Tue, 13 Sep 2011 17:00:15 +0200
+ -- David Paleino   Tue, 13 Sep 2011 17:01:06 +0200
 
 osm-gps-map (0.7.3-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index ac9f9e3..3ce1b40 100644
--- a/debian/control
+++ b/debian/control
@@ -14,11 +14,10 @@ Build-Depends:
  , python-gobject-dev (>= 2.16.0)
  , python-gtk2-dev (>= 2.10.0)
  , libcairo2-dev (>= 1.8)
- , python-support (>= 0.90.0)
- , python-all-dev
+ , python-all-dev (>= 2.6.6-3~)
  , gnome-common
  , gtk-doc-tools (>= 1.12)
-XS-Python-Version: >= 2.5
+X-Python-Version: >= 2.5
 Standards-Version: 3.9.2
 Homepage: http://nzjrs.github.com/osm-gps-map/
 Vcs-Git: git://git.debian.org/pkg-osm/osm-gps-map.git
@@ -70,7 +69,6 @@ Architecture: any
 Depends: ${misc:Depends}
  , ${shlibs:Depends}
  , ${python:Depends}
-XB-Python-Version: ${python:Versions}
 Provides: ${python:Provides}
 Description: GTK+ library to embed OpenStreetMap maps - Python bindings
  libosmgpsmap is a library to embed maps in applications that when given GPS 
@@ -88,7 +86,6 @@ Depends: ${misc:Depends}
  , ${shlibs:Depends}
  , ${python:Depends}
  , python-osmgpsmap (= ${binary:Version})
-XB-Python-Version: ${python:Versions}
 Provides: ${python:Provides}
 Description: GTK+ library to embed OpenStreetMap maps - debugging symbols
  libosmgpsmap is a library to embed maps in applications that when given GPS
diff --git a/debian/rules b/debian/rules
index 3421bf7..faf8a71 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,4 +44,5 @@ override_dh_strip:
$(CURDIR)/debian/python-osmgpsmap-dbg/usr/lib/debug/usr/lib/
 
 %:
-   dh $@
+   dh $@ \
+   --with python2

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

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


[osm-gps-map] 97/153: debhelper compatibility bump to 8

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 976bb39a637d5b8b3e79d3e706fd4d015cf5d173
Author: David Paleino 
Date:   Tue Sep 13 17:00:28 2011 +0200

debhelper compatibility bump to 8
---
 debian/changelog | 3 ++-
 debian/compat| 2 +-
 debian/control   | 3 ++-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1f78ecc..b55757d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ osm-gps-map (0.7.3-2) UNRELEASED; urgency=low
 
   * Don't install *.la files anymore (Closes: #621487)
   * Standards-Version bump to 3.9.2, no changes needed
+  * debhelper compatibility bump to 8
 
- -- David Paleino   Sun, 17 Apr 2011 11:02:51 +0200
+ -- David Paleino   Tue, 13 Sep 2011 17:00:15 +0200
 
 osm-gps-map (0.7.3-1) unstable; urgency=low
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 5d061a8..ac9f9e3 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: libs
 Priority: optional
 Maintainer: Debian OpenStreetMap Team 
 Uploaders: David Paleino 
-Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends:
+ debhelper (>= 8~)
  , libtool
  , automake
  , autoconf

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

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


[osm-gps-map] 93/153: Add more files to be cleaned up

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 3c27c165eed6dad658357290438e809df0f03736
Author: David Paleino 
Date:   Wed Mar 30 14:24:25 2011 +0200

Add more files to be cleaned up
---
 debian/clean | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/debian/clean b/debian/clean
index fa1019e..d27f88e 100644
--- a/debian/clean
+++ b/debian/clean
@@ -9,3 +9,13 @@ omf.make
 python/omf.make
 python/xmldocs.make
 xmldocs.make
+m4/libtool.m4
+m4/ltoptions.m4
+m4/ltsugar.m4
+m4/ltversion.m4
+m4/lt~obsolete.m4
+python/m4/libtool.m4
+python/m4/ltoptions.m4
+python/m4/ltsugar.m4
+python/m4/ltversion.m4
+python/m4/lt~obsolete.m4

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

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


[osm-gps-map] 94/153: Releasing to sid

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit fa1fe2e045320e78be278d0181378845173c889c
Author: David Paleino 
Date:   Wed Mar 30 14:31:51 2011 +0200

Releasing to sid
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 71d4e1a..7d837fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-osm-gps-map (0.7.3-1) UNRELEASED; urgency=low
+osm-gps-map (0.7.3-1) unstable; urgency=low
 
   * New upstream version
   * Bump Standards-Version to 3.9.1, no changes needed
@@ -9,7 +9,7 @@ osm-gps-map (0.7.3-1) UNRELEASED; urgency=low
   * Move files to be cleaned inside debian/clean
   * Symbols file updated
 
- -- David Paleino   Wed, 30 Mar 2011 14:21:24 +0200
+ -- David Paleino   Wed, 30 Mar 2011 14:24:35 +0200
 
 osm-gps-map (0.7.2-1) unstable; urgency=low
 

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

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


[osm-gps-map] 92/153: Symbols file updated

2014-05-13 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit fed9cba50e2a76aef07402b47160d86a288bb4bd
Author: David Paleino 
Date:   Wed Mar 30 14:21:31 2011 +0200

Symbols file updated
---
 debian/changelog | 3 ++-
 debian/libosmgpsmap2.symbols | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index af23190..71d4e1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ osm-gps-map (0.7.3-1) UNRELEASED; urgency=low
   * Package moved under pkg-osm umbrella
   * Add -UGDK_DISABLE_DEPRECATED to CFLAGS, merged from Ubuntu
   * Move files to be cleaned inside debian/clean
+  * Symbols file updated
 
- -- David Paleino   Wed, 30 Mar 2011 13:29:13 +0200
+ -- David Paleino   Wed, 30 Mar 2011 14:21:24 +0200
 
 osm-gps-map (0.7.2-1) unstable; urgency=low
 
diff --git a/debian/libosmgpsmap2.symbols b/debian/libosmgpsmap2.symbols
index 2b24320..2cf1420 100644
--- a/debian/libosmgpsmap2.symbols
+++ b/debian/libosmgpsmap2.symbols
@@ -75,6 +75,7 @@ libosmgpsmap.so.2 libosmgpsmap2 #MINVER#
  osm_gps_map_set_keyboard_shortcut@Base 0.7.0
  osm_gps_map_set_mapcenter@Base 0.7.0
  osm_gps_map_set_zoom@Base 0.7.0
+ osm_gps_map_set_zoom_offset@Base 0.7.3
  osm_gps_map_source_get_friendly_name@Base 0.7.0
  osm_gps_map_source_get_image_format@Base 0.7.0
  osm_gps_map_source_get_max_zoom@Base 0.7.0

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

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


  1   2   3   >