[SCM] qtwebkit-examples packaging branch, master, updated. debian/5.1.0-2-4-gdb3705a
Lisandro Damián Nicanor Pérez
lisandro at alioth.debian.org
Sun Oct 20 14:07:52 UTC 2013
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtwebkit-examples.git;a=commitdiff;h=97f3cb5
The following commit has been merged in the master branch:
commit 97f3cb5d7324bd45bac26c65890a9d84cce50854
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date: Sun Oct 20 11:03:05 2013 -0300
Add prune-nonfree to debian/rules.
---
debian/changelog | 1 +
debian/rules | 4 ++++
2 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 1d10f2d..2c76d4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ qtwebkit-examples-opensource-src (5.1.0+dfsg-1) UNRELEASED; urgency=low
* Remove jquery javascript library shipped without source code
(Closes: #723035).
- Repackage source tarball and add +dfsg to the version.
+ - Add prune-nonfree to debian/rules to remove non free stuff.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sun, 20 Oct 2013 10:57:52 -0300
diff --git a/debian/rules b/debian/rules
index d4d3330..682292f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,3 +44,7 @@ override_dh_install:
override_dh_builddeb:
dh_builddeb -- -Zxz
+
+prune-nonfree:
+ # No source code for jquery is shipped.
+ rm -fv examples/webkitwidgets/fancybrowser/jquery.min.js
--
qtwebkit-examples packaging
More information about the pkg-kde-commits
mailing list