[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#738935: marked as done (pu: package qlandkartegt/1.5.0~dfsg1-1+deb7u1)



Your message dated Sat, 18 Oct 2014 12:06:30 +0100
with message-id <E1XfRqA-0002Qy-2i@jacala>
and subject line Closing bugs for updates in 7.7
has caused the Debian Bug report #738935,
regarding pu: package qlandkartegt/1.5.0~dfsg1-1+deb7u1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
738935: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738935
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message --- Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: pu

Hello stable release team,

as a follow-up to the recent thread in debian-release I am requesting
permissing to upload an updated version of qlandkartegt to stable as
in the attached debdiff.

It fixes #736550 for stable: The mapnik tile server administrators
enforced their usage policy about mid-January. The qlandkartegt
program however is not compliant due to a missing/invalid User-Agent
header. As a result, Openstreetmap tiles were no longer downloaded
and not shown in the program.

The patch fixes this by providing such a User-Agent header.

Regards,


diff -Nru qlandkartegt-1.5.0~dfsg1/debian/changelog qlandkartegt-1.5.0~dfsg1/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)
+
+ -- 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;
--- End Message ---
--- Begin Message ---
Version: 7.7

The upload discussed in this bug was included in the 7.7 point release.

Regards,

Adam

--- End Message ---

Reply to: