[SCM] qtscript packaging branch, experimental, updated. debian/5.5.1+dfsg-2-9-g08df713
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Wed Feb 3 11:04:54 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtscript.git;a=commitdiff;h=fbf54a6
The following commit has been merged in the experimental branch:
commit fbf54a66ab0a8630e46ccd1351c7270aedc799e3
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Wed Feb 3 14:02:18 2016 +0300
Stop running pkgkde-mark-private-symbols on build time.
The new way is running pkgkde-mark-qt5-private-symbols after every
symbols update.
---
debian/changelog | 2 ++
debian/rules | 5 -----
2 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0e73a22..aa90203 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ qtscript-opensource-src (5.6.0~beta+dfsg-1) UNRELEASED; urgency=medium
- Add libqt5sql5-sqlite and qttools5-dev-tools to Build-Depends-Indep.
* Update the symbols files using the migrate-symbols script and from the
current build log.
+ * Stop running pkgkde-mark-private-symbols on build time. The new way is
+ running pkgkde-mark-qt5-private-symbols after every symbols update.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Tue, 02 Feb 2016 14:10:26 -0300
diff --git a/debian/rules b/debian/rules
index 8bd12ab..18b8232 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,10 +30,5 @@ override_dh_auto_install-indep:
override_dh_install:
dh_install --fail-missing
-override_dh_makeshlibs:
- dh_makeshlibs
- # Check for private symbols not marked as such. Be verbose.
- pkgkde-mark-private-symbols debian/qtscript5-private-dev/usr/include
-
override_dh_auto_test:
xvfb-run -a dh_auto_test
--
qtscript packaging
More information about the pkg-kde-commits
mailing list