[libqglviewer] 03/06: Remove google adsense-scripts.

Anton Gladky gladk at moszumanska.debian.org
Sat Dec 28 14:04:47 UTC 2013


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository libqglviewer.

commit 89d8250601f1c23db59c8314aad18df52256b853
Author: Anton Gladky <gladk at debian.org>
Date:   Sat Dec 28 14:50:36 2013 +0100

    Remove google adsense-scripts.
---
 debian/rules | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 985e334..0cba813 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,9 @@ override_dh_auto_configure:
 	dh_auto_configure -- LIB_DIR=/usr/lib/$(DEB_HOST_MULTIARCH)
 
 override_dh_auto_install:
-	dh_auto_install
 	find . -name '*.vcproj' -print0 | xargs -0 rm -f
-
+	# now apply privacy cleanning rules
+	find $(CURDIR)/doc/ \
+			 -type f -and -name '*.html' -and -not -empty -print0 \
+			 | xargs -r -0 -n 1 sed -i '/script t/,/script>/d'
+	dh_auto_install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libqglviewer.git



More information about the debian-science-commits mailing list