[SCM] qtbase packaging branch, master, updated. debian/5.0.2+dfsg-1-6-g79d8577

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Sat Apr 20 16:37:17 UTC 2013


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

The following commit has been merged in the master branch:
commit 79d85772e2da48b9188e7d942efc12306fb14dcc
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sat Apr 20 13:36:56 2013 -0300

    Be verbose on what we are removing.
---
 debian/changelog |    1 +
 debian/rules     |   10 +++++-----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 46c9c8a..c1f1f74 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ qtbase-opensource-src (5.0.2+dfsg1-1) UNRELEASED; urgency=low
   * Remove non-free fonts:
     - Fonts under Luxi font license.
     - Fonts under Adobe Copyright license.
+  * Be verbose on what we are removing.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 20 Apr 2013 13:33:41 -0300
 
diff --git a/debian/rules b/debian/rules
index fa9fdcb..44d8dc9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -326,10 +326,10 @@ override_dh_clean:
 prune-nonfree:
 	# Delete zlib's RFCs.
 	find \( -name rfc????.txt \) -print -delete
-	rm -f tests/manual/network_stresstest/qtest/bigfile
-	rm -f tests/auto/network/access/qnetworkreply/bigfile
-	rm -f tests/auto/network/access/qnetworkreply/resource
+	rm -fv tests/manual/network_stresstest/qtest/bigfile
+	rm -fv tests/auto/network/access/qnetworkreply/bigfile
+	rm -fv tests/auto/network/access/qnetworkreply/resource
 	# Delete Luxi-font licensed fonts, they are not DFSG compatible.
-	rm -f lib/fonts/l*
+	rm -fv lib/fonts/l*
 	# Delete Adobe's Utopia fonts. They do not seem to allow modification.
-	rm -f lib/fonts/U*
+	rm -fv lib/fonts/U*

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list