[med-svn] [elastix] 03/03: avoid privacy breach by using local logo

Andreas Tille tille at debian.org
Tue Jun 20 11:19:10 UTC 2017


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

tille pushed a commit to branch master
in repository elastix.

commit cd9ce8afa1b159f006e94b3b388710156e175e0a
Author: Andreas Tille <tille at debian.org>
Date:   Tue Jun 20 10:59:32 2017 +0200

    avoid privacy breach by using local logo
---
 debian/changelog | 1 +
 debian/rules     | 6 ++++++
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5845924..b616da4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ elastix (4.8-11) UNRELEASED; urgency=medium
   * Drop latex-xcolor which is in texlive-latex-recommended
     Closes: #865258
   * d/rules: xz compression is now default
+  * avoid privacy breach by using local logo
 
  -- Andreas Tille <tille at debian.org>  Tue, 20 Jun 2017 09:50:57 +0200
 
diff --git a/debian/rules b/debian/rules
index d7306c1..5848b9e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,6 +29,12 @@ DEB_CMAKE_EXTRA_FLAGS += \
 override_dh_auto_configure:
 	dh_auto_configure -- $(DEB_CMAKE_EXTRA_FLAGS)
 
+override_dh_installdocs:
+	dh_installdocs
+	# avoid privacy breach by using local logo
+	sed -i 's#http://elastix.isi.uu.nl/images/##' debian/elastix-doc/usr/share/doc/elastix-doc/help/html/*
+	cp -a dox/art/elastix_logo_full.gif debian/elastix-doc/usr/share/doc/elastix-doc/help/html/elastixlogo.gif
+
 doc: doc-stamp
 
 doc-stamp: help/html/index.html dox/manual/manual.pdf

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/elastix.git



More information about the debian-med-commit mailing list