[SCM] qtwayland packaging branch, experimental, updated. debian/5.6.0-1-6-gcd58deb

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Fri Jun 10 16:51:05 UTC 2016


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

The following commit has been merged in the experimental branch:
commit cd58deb4126a8ce5d9ea8efddbb58ecfee499288
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Fri Jun 10 13:50:42 2016 -0300

    Be verbose while removing stuff.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b135d3d..b44ed37 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ qtwayland-opensource-src (5.6.1-1) UNRELEASED; urgency=medium
     - Bump Qt build dependencies.
   * Bump Standards-Version to 3.9.8, no changes required.
   * Remove a lonely example .pro file. There are no matching sources for it.
+  * Be verbose while removing stuff.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 09 Jun 2016 20:53:16 -0300
 
diff --git a/debian/rules b/debian/rules
index 68eb95d..75d3d79 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ override_dh_auto_install:
 	dh_auto_install
 
 	# Remove libtool-like file
-	rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libQt5WaylandClient.la
+	rm -vf debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libQt5WaylandClient.la
 
 	# Remove a lonely example .pro file, there is no matching code for it.
 	rm -vf debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/examples/wayland/wayland.pro

-- 
qtwayland packaging



More information about the pkg-kde-commits mailing list