[SCM] qtbase packaging branch, master, updated. debian/5.0.2+dfsg1-4-9-g17767fd

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Thu May 30 18:24:20 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtbase.git;a=commitdiff;h=17767fd

The following commit has been merged in the master branch:
commit 17767fd606010bd7ead9d5b9ce204bdb3e132e1b
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Thu May 30 15:23:15 2013 -0300

    Make the lintian override be source-wide.
    
    Many packages do depend on private headers, but this is correct.
---
 debian/changelog                    |    4 ++--
 debian/libqt5xml5.lintian-overrides |    3 ---
 debian/source/lintian-overrides     |    3 +++
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bf861df..22533ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,8 @@ qtbase-opensource-src (5.0.2+dfsg1-5) UNRELEASED; urgency=low
 
   [ Lisandro Damián Nicanor Pérez Meyer ]
   * Also ship 5.conf. This makes calls to qtchooser prettier: qtchooser -qt5.
-  * Add a lintian override for libqt5xml5: it depends on the private API/ABI,
-    and it's totally correct.
+  * Add a lintian override for packages that depend on the private API/ABI,
+    it's totally correct for them to do so.
 
   [ Sune Vuorela ]
   * Prepare symbol files to track private symbols.
diff --git a/debian/libqt5xml5.lintian-overrides b/debian/libqt5xml5.lintian-overrides
deleted file mode 100644
index f1f303f..0000000
--- a/debian/libqt5xml5.lintian-overrides
+++ /dev/null
@@ -1,3 +0,0 @@
-# This dependency has been added to track external packages building against
-# our private headers. It is ok if internal packages depend on the ABI one.
-libqt5xml5: symbols-declares-dependency-on-other-package
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
index f87113a..f2bbcc2 100644
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -2,3 +2,6 @@
 qtbase-opensource-src source: outdated-autotools-helper-file: src/3rdparty/freetype/builds/unix/config.guess
 # unused copy of freetype
 qtbase-opensource-src source: outdated-autotools-helper-file: src/3rdparty/freetype/builds/unix/config.sub
+# This dependency has been added to track external packages building against
+# our private headers. It is ok if internal packages depend on the ABI one.
+qtbase-opensource-src source: symbols-declares-dependency-on-other-package

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list