[commons-httpclient] 08/10: Fix Lintian warning privacy breach logo.

Markus Koschany apo at moszumanska.debian.org
Thu Feb 1 22:11:08 UTC 2018


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

apo pushed a commit to branch master
in repository commons-httpclient.

commit 74a2428a6681d5992789ec0c34eb5ea601bee8ec
Author: Markus Koschany <apo at debian.org>
Date:   Thu Feb 1 21:48:55 2018 +0100

    Fix Lintian warning privacy breach logo.
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0cd7c5f..1c87108 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ commons-httpclient (3.1-14) unstable; urgency=medium
   * Build with javahelper.
   * Use compat level 11.
   * Declare compliance with Debian Policy 4.1.3.
+  * Fix Lintian warning privacy breach logo.
 
  -- Markus Koschany <apo at debian.org>  Thu, 01 Feb 2018 21:16:27 +0100
 
diff --git a/debian/rules b/debian/rules
index 9c2f1b0..27759b7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@
 	dh $@ --with javahelper --buildsystem=maven
 
 override_dh_auto_build:
+	# Fix privacy breach logo warning
+	find . -type f -exec sed -i -e 's/http:\/\/jakarta\.apache\.org\/images\/jakarta-logo\.gif//' {} \;
 	cp debian/pom.xml .
 	dh_auto_build
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-httpclient.git



More information about the pkg-java-commits mailing list