[Pkg-chromium-commit] [pkg-chromium] 07/10: remove unused webkit layout tests
Michael Gilbert
mgilbert at alioth.debian.org
Sat Aug 24 23:58:58 UTC 2013
This is an automated email from the git hooks/post-receive script.
mgilbert pushed a commit to branch master
in repository pkg-chromium.
commit d8b82261eba60a597327ef1e4bbbb892bfbf4e36
Author: Michael Gilbert <mgilbert at debian.org>
Date: Sat Aug 24 14:09:10 2013 -0400
remove unused webkit layout tests
---
debian/rules | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 8f3dd70..a066628 100755
--- a/debian/rules
+++ b/debian/rules
@@ -810,9 +810,12 @@ endif
cd $(TMP_DDIR)/src && find . -type f \( -iname \*.bak -o -iname \*.orig -o -iname \*.cache \) -ls -delete > REMOVED-ephemera.txt
wc -l $(TMP_DDIR)/src/REMOVED-*.txt
- # Remove known files that have non-free licenses
- cd $(TMP_DDIR)/src && find . -name bfd.info -ls -delete > REMOVED-nonfree.txt
- wc -l $(TMP_DDIR)/src/REMOVED-*.txt
+ # Remove known files that have non-free licenses
+ cd $(TMP_DDIR)/src && find . -name bfd.info -ls -delete > REMOVED-nonfree.txt
+ wc -l $(TMP_DDIR)/src/REMOVED-*.txt
+
+ # Remove unused webkit layout tests
+ rm -rf $(TMP_DDIR)/src/third_party/WebKit/LayoutTests
gos-pack: TMP_DIR = $(TMP_DDIR)
ifneq (,$(DEBIAN_TAG))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-chromium/pkg-chromium.git
More information about the Pkg-chromium-commit
mailing list