[qlandkartegt] branch wheezy created (now d741196)

2014-08-30 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to branch wheezy
in repository qlandkartegt.

at  d741196   Added patch to fix downloading of OSM mapnik tiles 
(Closes: #736550)

This branch includes the following new commits:

   new  d741196   Added patch to fix downloading of OSM mapnik tiles 
(Closes: #736550)

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.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/qlandkartegt.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


[qlandkartegt] 01/01: Added patch to fix downloading of OSM mapnik tiles (Closes: #736550)

2014-08-30 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch wheezy
in repository qlandkartegt.

commit d7411967598e9e93acf2d0260d537feb3f8c30ac
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 30 14:07:06 2014 +0200

Added patch to fix downloading of OSM mapnik tiles (Closes: #736550)
---
 debian/changelog|  6 ++
 debian/patches/series   |  1 +
 debian/patches/set-user-agent.patch | 21 +
 3 files changed, 28 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 03f9546..7761189 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+qlandkartegt (1.5.0~dfsg1-1+deb7u1) stable-proposed-updates; urgency=low
+
+  * Added patch to fix downloading of OSM mapnik tiles (Closes: #736550)
+
+ -- Jaromír Mikeš mira.mi...@seznam.cz  Wed, 12 Feb 2014 21:16:10 +0100
+
 qlandkartegt (1.5.0~dfsg1-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..44ab19f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+set-user-agent.patch
diff --git a/debian/patches/set-user-agent.patch 
b/debian/patches/set-user-agent.patch
new file mode 100644
index 000..8d66925
--- /dev/null
+++ b/debian/patches/set-user-agent.patch
@@ -0,0 +1,21 @@
+Description: Set User-Agent now required by OSM tileservers.
+Author: Jaromír Mikeš mira.mi...@seznam.cz
+
+--- a/src/CMapTms.cpp
 b/src/CMapTms.cpp
+@@ -27,6 +27,7 @@
+ #include CDlgMapTmsConfig.h
+ #include CMapSelectionRaster.h
+ #include CSettings.h
++#include version.h
+ 
+ #include QtGui
+ #include QtNetwork
+@@ -591,6 +592,7 @@ void CMapTms::checkQueue()
+ 
+ QNetworkRequest request;
+ request.setUrl(req.url);
++request.setRawHeader(User-Agent , QLandkarteGT/ VER_STR);
+ req.reply = accessManager-get(request);
+ 
+ pendRequests[req.url.toString()] = req;

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/qlandkartegt.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

Bug#759821: RFS: qlandkartegt/1.5.0~dfsg1-1+deb7u1

2014-08-30 Thread Bas Couwenberg
Package: sponsorship-requests
Severity: normal

Dear mentors,

On behalf of Jaromír Mikeš for the stable-proposed-update discussed in #738935,
I am looking for a sponsor for my package qlandkartegt

 Package name: qlandkartegt
 Version : 1.5.0~dfsg1-1+deb7u1
 Upstream Author : Oliver Eichler oliver.eich...@gmx.de
 URL : http://www.qlandkarte.org
 License : GPL-2+
 Section : x11

It builds those binary packages:

  qlandkartegt - GPS mapping (GeoTiff and vector) and GPSr management

To access further information about this package, please visit the following 
URL:

http://mentors.debian.net/package/qlandkartegt


Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/q/qlandkartegt/qlandkartegt_1.5.0~dfsg1-1+deb7u1.dsc

More information about QLandkarteGT can be obtained from 
http://www.qlandkarte.org

Changes since the last upload:

 * Added patch to fix downloading of OSM mapnik tiles (Closes: #736550)


Regards,
 Bas Couwenberg

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

Bug#757308: grass: Please update to use wxpython3.0

2014-08-30 Thread Olly Betts
Hi Hamish,

On Wed, Aug 20, 2014 at 03:35:36PM +1200, Hamish B wrote:
 If there are parts of the patch suitable for upstream I would be happy to
 commit them, just be aware that changes (even debian/patches/) should be
 compatible back to at least squeeze and Ubuntu 10.04 LTS, since we aim for
 wide cross-platform compatibility. i.e. backports are pretty trivial right
 now, and they should stay that way.

All the changes in debian/patches/wxpy3.0-compat.patch in the debdiff I
attached should be suitable for upstream I think - they remain compatible
with wxpython 2.8, and there's already a check in there that the wxPython
version is at least 2.8.1.1, so compatibility with 2.6 isn't a concern.

Cheers,
Olly

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


Processed: Upgrade severity of bugs blocking wxwidgets3.0 and/or wxpython3.0 transitions

2014-08-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Justification: blocking an on-going transition
 severity 750001 serious
Bug #750001 [freedink-dfarc] freedink-dfarc: Please update to wxwidgets3.0
Severity set to 'serious' from 'normal'
 severity 757304 serious
Bug #757304 [pyro] pyro: Please update to use wxpython3.0
Severity set to 'serious' from 'important'
 severity 757308 serious
Bug #757308 [grass] grass: Please update to use wxpython3.0
Severity set to 'serious' from 'important'
 severity 757313 serious
Bug #757313 [python-pyface] python-pyface: Please update to use wxpython3.0
Severity set to 'serious' from 'important'
 severity 757429 serious
Bug #757429 [playonlinux] playonlinux: Please update to use wxpython3.0
Severity set to 'serious' from 'important'
 severity 757886 serious
Bug #757886 [fontypython] fontypython: Please update to use wxpython3.0
Severity set to 'serious' from 'important'
 severity 758204 serious
Bug #758204 [whyteboard] whyteboard: Please update to use wxpython3.0
Severity set to 'serious' from 'important'

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
750001: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750001
757304: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757304
757308: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757308
757313: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757313
757429: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757429
757886: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757886
758204: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758204
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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