[japi-compliance-checker] 09/13: add patch and logo for privacy-breach-logo lintian warning

Tony Mancill tmancill at moszumanska.debian.org
Sat Jun 24 06:26:52 UTC 2017


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

tmancill pushed a commit to branch master
in repository japi-compliance-checker.

commit 444bb8137d6d867a61d8418b1136ee3fa217a0fe
Author: tony mancill <tmancill at debian.org>
Date:   Fri Jun 23 22:35:24 2017 -0700

    add patch and logo for privacy-breach-logo lintian warning
---
 debian/copyright                            |  26 +++++++++++++++++++
 debian/doc/forkme_right_darkblue_121621.png | Bin 0 -> 7791 bytes
 debian/patches/privacy_breach_logo.patch    |  39 ++++++++++++++++++++++++++++
 debian/patches/series                       |   1 +
 debian/rules                                |   2 +-
 debian/source/include-binaries              |   1 +
 6 files changed, 68 insertions(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index ced8e05..266cc61 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,6 +8,11 @@ Copyright: 2011, Russian Linux Verification Center
            2011-2012, ROSA Laboratory
 License: LGPL-2
 
+Files: debian/forkme_right_darkblue_121621.png
+Comment: Source is https://github.com/blog/273-github-ribbons
+Copyright: 2008, Tom Preston-Werner <tom at mojombo.com>
+License: MIT
+
 Files: debian/*
 Copyright: 2012-2014, Mathieu Malaterre <malat at debian.org>
 License: LGPL-2
@@ -28,3 +33,24 @@ License: LGPL-2
  .
  The complete text of the LGPL version 2 can be found in
  '/usr/share/common-licenses/LGPL-2' on Debian systems.
+
+License: MIT
+ Copyright (c) 2008 Tom Preston-Werner <tom at mojombo.com>
+ .
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/debian/doc/forkme_right_darkblue_121621.png b/debian/doc/forkme_right_darkblue_121621.png
new file mode 100644
index 0000000..146ef8a
Binary files /dev/null and b/debian/doc/forkme_right_darkblue_121621.png differ
diff --git a/debian/patches/privacy_breach_logo.patch b/debian/patches/privacy_breach_logo.patch
new file mode 100644
index 0000000..abe374d
--- /dev/null
+++ b/debian/patches/privacy_breach_logo.patch
@@ -0,0 +1,39 @@
+Description: address privacy-breach-logo lintian warning
+ Use a local copy for the "forkme on github" logo.
+Author: tony mancill <tmancill at debian.org>
+Forwarded: not-needed
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/doc/Changelog.html
++++ b/doc/Changelog.html
+@@ -36,7 +36,7 @@
+ </head>
+ 
+ <body>
+-<a href="https://github.com/lvc/japi-compliance-checker"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
++<a href="https://github.com/lvc/japi-compliance-checker"><img style="position: absolute; top: 0; right: 0; border: 0;" src="forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
+ 
+ <div id="container">
+ 
+--- a/doc/Xml-Descriptor.html
++++ b/doc/Xml-Descriptor.html
+@@ -37,7 +37,7 @@
+ </head>
+ 
+ <body>
+-<a href="https://github.com/lvc/japi-compliance-checker"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
++<a href="https://github.com/lvc/japi-compliance-checker"><img style="position: absolute; top: 0; right: 0; border: 0;" src="forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
+ 
+ <div id="container">
+ 
+--- a/doc/index.html
++++ b/doc/index.html
+@@ -37,7 +37,7 @@
+ </head>
+ 
+ <body>
+-  <a href="https://github.com/lvc/japi-compliance-checker"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
++  <a href="https://github.com/lvc/japi-compliance-checker"><img style="position: absolute; top: 0; right: 0; border: 0;" src="forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
+ 
+   <div id="container">
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..4bbdc70
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+privacy_breach_logo.patch
diff --git a/debian/rules b/debian/rules
index 8dbd990..aeb2b65 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ override_dh_auto_install:
 
 override_dh_install:
 	dh_install usr/bin
-	dh_installdocs doc
+	dh_installdocs doc debian/doc
 
 override_dh_clean:
 	dh_clean japi-compliance-checker
diff --git a/debian/source/include-binaries b/debian/source/include-binaries
new file mode 100644
index 0000000..6947ee0
--- /dev/null
+++ b/debian/source/include-binaries
@@ -0,0 +1 @@
+debian/doc/forkme_right_darkblue_121621.png

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/japi-compliance-checker.git



More information about the pkg-java-commits mailing list