[SCM] qtxmlpatterns packaging branch, experimental, updated. debian/5.6.0-rc-1-6-gd6b8f4e

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Mar 17 17:29:39 UTC 2016


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

The following commit has been merged in the experimental branch:
commit 1a95588e8356ba40ea6616510d9f77fe86bfd40e
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Thu Mar 17 18:29:04 2016 +0100

    Call rm with verbose flag in debian/rules.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2bd4ea9..5b1f403 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ qtxmlpatterns-opensource-src (5.6.0-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Bump build-dependency on debhelper, for --dbgsym-migration.
   * Revert debian/watch to track final releases again.
+  * Call rm with verbose flag in debian/rules.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 05 Mar 2016 14:14:57 +0300
 
diff --git a/debian/rules b/debian/rules
index eaa7104..b9d18e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,7 @@ override_dh_auto_install-arch:
 	rm -fv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/mkspecs/modules/qt_lib_xmlpatterns_private.pri
 
 	# Remove libtool-like file
-	rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
+	rm -fv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
 
 override_dh_auto_install-indep:
 	dh_auto_build -- INSTALL_ROOT=$(CURDIR)/debian/tmp install_docs

-- 
qtxmlpatterns packaging



More information about the pkg-kde-commits mailing list