[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=01f2cb5

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

    Remove non-free fonts.
---
 debian/changelog |    5 ++++-
 debian/rules     |    4 ++++
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d495b5b..46c9c8a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 qtbase-opensource-src (5.0.2+dfsg1-1) UNRELEASED; urgency=low
 
-
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Remove non-free fonts:
+    - Fonts under Luxi font license.
+    - Fonts under Adobe Copyright license.
 
  -- 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 d906648..fa9fdcb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -329,3 +329,7 @@ prune-nonfree:
 	rm -f tests/manual/network_stresstest/qtest/bigfile
 	rm -f tests/auto/network/access/qnetworkreply/bigfile
 	rm -f tests/auto/network/access/qnetworkreply/resource
+	# Delete Luxi-font licensed fonts, they are not DFSG compatible.
+	rm -f lib/fonts/l*
+	# Delete Adobe's Utopia fonts. They do not seem to allow modification.
+	rm -f lib/fonts/U*

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list