[SCM] qtbase packaging branch, master, updated. debian/5.3.0+dfsg-5-7-g36d1c26
Lisandro Damián Nicanor Pérez
lisandro at moszumanska.debian.org
Thu Jun 26 04:40:48 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtbase.git;a=commitdiff;h=6004c3e
The following commit has been merged in the master branch:
commit 6004c3e7acffe2e6a4310bc2fa31051eeb114209
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date: Thu Jun 26 00:31:25 2014 -0300
Remove link to a favicon in a dead url.
---
debian/changelog | 8 +++++---
debian/patches/remove_icon_from_example.patch | 24 ++++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 30 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 30af35b..cf22ab3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,14 @@
-qtbase-opensource-src (5.3.1+dfsg-1) UNRELEASED; urgency=medium
+qtbase-opensource-src (5.3.1+dfsg-1) unstable; urgency=medium
- [ Lisandro Damián Nicanor Pérez Meyer ]
* New upstream release.
* Update symbols files with buildds' and current logs.
* Clear the list of archs that should not use pre compiled headers. We've
been told that with GCC 4.9 this should not be necessary anymore.
+ * Remove link to a favicon in a dead url, part of an example.
+ The Trolltech site is down and so there is no possible privacy breach in
+ it, so just removing the link should suffice.
- -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sun, 22 Jun 2014 12:49:27 -0300
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org> Wed, 25 Jun 2014 23:24:49 -0300
qtbase-opensource-src (5.3.0+dfsg-5) unstable; urgency=medium
diff --git a/debian/patches/remove_icon_from_example.patch b/debian/patches/remove_icon_from_example.patch
new file mode 100644
index 0000000..17e0f88
--- /dev/null
+++ b/debian/patches/remove_icon_from_example.patch
@@ -0,0 +1,24 @@
+Description: remove icon link from example html file
+ This patch removes a suposedly privacy breach detected by lintian.
+ As the Trolltech site is down and the example is simply not working I am
+ just removing the link to it.
+Author: Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>
+Forwarded: not-needed
+Last-Update: 2014-06-25
+
+---
+ examples/xml/htmlinfo/trolltech_com.html | 3 ---
+ 1 file changed, 3 deletions(-)
+
+--- a/examples/xml/htmlinfo/trolltech_com.html
++++ b/examples/xml/htmlinfo/trolltech_com.html
+@@ -110,9 +110,6 @@
+ <style type="text/css" media="all">@import url(http://trolltech.com/IEFixes.css);</style>
+ <![endif]-->
+
+- <link rel="shortcut icon" type="image/x-icon"
+- href="http://trolltech.com/favicon.ico" />
+-
+ <link rel="home" href="http://trolltech.com"
+ title="Front page" />
+ <link rel="search"
diff --git a/debian/patches/series b/debian/patches/series
index a0016d4..cfea459 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+remove_icon_from_example.patch
hurd_opengl_incldir.diff
support_mips_atomic_on_pre-mips32_archs.patch
mips_more_pre-mips32.diff
--
qtbase packaging
More information about the pkg-kde-commits
mailing list