2014-08-30 14:19 GMT+03:00 Sebastiaan Couwenberg <[email protected]>:
> On 08/30/2014 12:23 PM, Jaromír Mikeš wrote: > > thanks remind me ... unfortunately I am busy at the moment with other > > things I have to leave it for later :( > Hello Sebastiaan, > Maybe I can help. > That would be great. What needs to be done to get the proposed-update into shape? > Following patch should be applied against the 1.5.0~dfsg1 ... I never figured out what is right workflow in git for fixing "stable" So I got trouble with signature when tried use dpkg-buildpackage instead. ------------------------------------- diff -Nru qlandkartegt-1.5.0~dfsg1/debian/changelog qlandkartegt-1.5.0~dfsg 1/debian/changelog --- qlandkartegt-1.5.0~dfsg1/debian/changelog 2012-06-26 22:28:06.000000000 +0200 +++ qlandkartegt-1.5.0~dfsg1/debian/changelog 2014-02-12 21:17:35.000000000 +0100 @@ -1,3 +1,9 @@ +qlandkartegt (1.5.0~dfsg1-1+deb7u1) unstable; urgency=low + + * Added patch to fix downloading of OSM mapnik tiles (Closes: #736550 <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736550>) + + -- Jaromír Mikeš Wed, 12 Feb 2014 21:16:10 +0100 + qlandkartegt (1.5.0~dfsg1-1) unstable; urgency=low * New upstream release. diff -Nru qlandkartegt-1.5.0~dfsg1/debian/patches/series qlandkartegt-1.5.0~ dfsg1/debian/patches/series --- qlandkartegt-1.5.0~dfsg1/debian/patches/series 1970-01-01 01:00: 00.000000000 +0100 +++ qlandkartegt-1.5.0~dfsg1/debian/patches/series 2014-02-12 21:14: 54.000000000 +0100 @@ -0,0 +1 @@ +set-user-agent.patch diff -Nru qlandkartegt-1.5.0~dfsg1/debian/patches/set-user-agent.patch qlandkartegt-1.5.0~dfsg1/debian/patches/set-user-agent.patch --- qlandkartegt-1.5.0~dfsg1/debian/patches/set-user-agent.patch 1970-01-01 01:00:00.000000000 +0100 +++ qlandkartegt-1.5.0~dfsg1/debian/patches/set-user-agent.patch 2014-02-12 21:14:54.000000000 +0100 @@ -0,0 +1,18 @@ +--- 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 + #include +@@ -591,6 +592,7 @@ + + QNetworkRequest request; + request.setUrl(req.url); ++ request.setRawHeader("User-Agent" , "QLandkarteGT/" VER_STR); + req.reply = accessManager->get(request); + + pendRequests[req.url.toString()] = req;= --------------------------------------------- regards mira

