[SCM] qtbase packaging branch, experimental, updated. debian/5.6.1+dfsg-2-13-g5cb4801

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sun Jun 19 12:51:23 UTC 2016


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

The following commit has been merged in the experimental branch:
commit 5cb48013b0c7afdbd1b20150243df75465d9d524
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sun Jun 19 15:51:21 2016 +0300

    Update clean rules to prevent deleting test data.
---
 debian/changelog | 1 +
 debian/rules     | 5 ++---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bbfbe96..7233451 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ qtbase-opensource-src (5.7.0+dfsg-1) UNRELEASED; urgency=medium
     - Libraries code is now licensed under LGPL-3 or GPL-2+.
     - Tools and tests are now licensed under GPL-3 with exceptions.
     - Examples and documentation are still licensed under 3-clause BSD.
+  * Update clean rules to prevent deleting test data.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 18 Jun 2016 11:38:32 +0300
 
diff --git a/debian/rules b/debian/rules
index 14c4b7c..434624d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -181,13 +181,12 @@ override_dh_auto_clean:
 
 	# Leftover files and all symlinks
 	find \( -false \
-	  -o -name \*.a \
+	  -o -name lib\*.a \
 	  -o -name Makefile.Debug \
 	  -o -name Makefile.Release \
 	  -o -name \*.o \
 	  -o -name \*.prl \
-	  -o -name \*.so \
-	  -o -name \*.so.debug \
+	  -o -name lib\*.so \
 	  -o -type l \
 	\) -print0 | xargs -0 rm -rf
 

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list