diff options
author | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2014-04-24 17:37:11 -0300 |
---|---|---|
committer | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2014-04-24 17:37:11 -0300 |
commit | bd22e83c0d3e363699ac34f856e0a00dfc2a209e (patch) | |
tree | 85577c475d7c793aedbba12abe104555c18eae5f | |
parent | d769760ae9b8e840532be972b78aea6988590b11 (diff) | |
download | qt4-x11-bd22e83c0d3e363699ac34f856e0a00dfc2a209e.tar.gz |
Also remove doc/html/scripts/jquery.js from the original tarball.
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6aeb92e..bb95003 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ qt4-x11 (4:4.8.6+dfsg-1) UNRELEASED; urgency=medium CVE-2014-0190. * Add lintian overrides for a bug a lintian which makes it think that HTML pages listing RFCs' license are licensed under it. + * Also remove doc/html/scripts/jquery.js from the original tarball. -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Tue, 11 Mar 2014 12:38:06 -0300 diff --git a/debian/rules b/debian/rules index a7ff6f1..a771d25 100755 --- a/debian/rules +++ b/debian/rules @@ -393,6 +393,7 @@ prune-nonfree: # Delete files that contain minified javascript libs without source # In it's preferred form of modification. rm -fv tests/benchmarks/script/sunspider/tests/string-unpack-code.js + rm -fv doc/html/scripts/jquery.js rm -fv doc/src/template/scripts/jquery.js rm -fv tools/qdoc3/doc/config/scripts/jquery.js rm -fv examples/webkit/fancybrowser/jquery.min.js |