[SCM] qtcreator packaging branch, master, updated. f90f28b8de98179021a59953d745b9ea8c8df237

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Mon May 27 15:40:56 UTC 2013


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

The following commit has been merged in the master branch:
commit f90f28b8de98179021a59953d745b9ea8c8df237
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Mon May 27 12:40:28 2013 -0300

    Don't call dh_makeshlibs.
    
    qtcreator doesn't provide any public shared libraries.
---
 debian/changelog |    2 ++
 debian/rules     |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 31e01b4..1070d44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,8 @@ qtcreator (2.7.0-1) UNRELEASED; urgency=low
         - Build-depend on libbotan1.10-dev and pkg-config.
       - Drop Use_bzr_branch_instead_of_bzr_clone.patch and
         Fix_revno_detection_in_bzr_log.patch: merged upstream.
+      - Don't call dh_makeshlibs as qtcreator doesn't provide any public shared
+        libraries.
   * Remove posix_rt_nonlinux.diff. It applies against 3rd party botan, but we
     are now using the system botan.
   * Export CFLAGS, CXXFLAGS, LDFLAGS for hardening and QT_SELECT to choose qt4.
diff --git a/debian/rules b/debian/rules
index 1ccef46..44a0fef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,5 +40,8 @@ override_dh_installdocs:
 	dh_installdocs -pqtcreator $(upstream_changes)
 	dh_installdocs --remaining-packages
 
+override_dh_makeshlibs:
+	# qtcreator doesn't provide any public libraries
+
 override_dh_builddeb:
 	dh_builddeb -- -Zxz

-- 
qtcreator packaging



More information about the pkg-kde-commits mailing list