[SCM] qttools packaging branch, wheezy-backports, updated. debian/5.3.2-3-bpo70+3-7-g46b7e84

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Tue Nov 11 12:56:57 UTC 2014


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

The following commit has been merged in the wheezy-backports branch:
commit a793257f5096ebfb7693c7197185e0a6acb25b25
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Tue Nov 11 09:28:45 2014 -0300

    Don't fail on symbols changes *just* on backports.
---
 debian/changelog | 4 ++++
 debian/rules     | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ca0b649..b13aa76 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
 qttools-opensource-src (5.3.2-3~bpo70+5) UNRELEASED; urgency=medium
 
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Make dpkg-gensymbols not fail when symbols changes *just* on
+    wheezy-backports. We know they are just optional stuff.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 11 Nov 2014 09:22:11 -0300
 
 qttools-opensource-src (5.3.2-3~bpo70+4) wheezy-backports; urgency=medium
diff --git a/debian/rules b/debian/rules
index f7e3b9b..eae1c42 100755
--- a/debian/rules
+++ b/debian/rules
@@ -73,3 +73,7 @@ override_dh_installdocs-indep:
 override_dh_strip:
 	dh_strip -pqttools5-examples --dbg-package=qttools5-examples-dbg
 	dh_strip --remaining-packages --dbg-package=qttools5-dbg
+
+override_dh_makeshlibs:
+	# Don't fail on symbols changes *just* on backports.
+	dh_makeshlibs -- -c0

-- 
qttools packaging



More information about the pkg-kde-commits mailing list