Andreas Tille pushed to branch master at Debian Java Maintainers / libjibx1.2-java
Commits: 11d12dd2 by Andreas Tille at 2025-01-27T13:04:54+01:00 lintian-overrides: Repackaging seems unneeded thus ignoring harmless files that should be removed - - - - - e2962fac by Andreas Tille at 2025-01-27T13:07:13+01:00 Make sure readme.html will not end up in both binary packages - - - - - 86367c67 by Andreas Tille at 2025-01-27T14:02:13+01:00 Deal with privacy-breach-logo - - - - - 41d6d551 by Andreas Tille at 2025-01-27T14:05:15+01:00 Upload to unstable - - - - - 6 changed files: - debian/changelog - debian/libjibx1.2-java-doc.docs - + debian/patches/privacy-breach-lopo.patch - debian/patches/series - debian/rules - + debian/source/lintian-overrides Changes: ===================================== debian/changelog ===================================== @@ -1,4 +1,4 @@ -libjibx1.2-java (1.2.6-3) UNRELEASED; urgency=medium +libjibx1.2-java (1.2.6-3) unstable; urgency=medium [ Andreas Tille ] * Team upload. @@ -11,6 +11,10 @@ libjibx1.2-java (1.2.6-3) UNRELEASED; urgency=medium * Drop useless get-orig-source target (routine-update) * Trim trailing whitespace. * Switchinig from cdbs to dh + * lintian-overrides: Repackaging seems unneeded thus ignoring harmless + files that should be removed + * Make sure readme.html will not end up in both binary packages + * Avoid privace-breach by SF logo in docs [ Pierre Gruet ] * Marking the -doc package as Multi-Arch: foreign ===================================== debian/libjibx1.2-java-doc.docs ===================================== @@ -1,2 +1 @@ -readme.html tutorial/ ===================================== debian/patches/privacy-breach-lopo.patch ===================================== @@ -0,0 +1,30 @@ +Author: Andreas Tille <[email protected]> +Last-Update: 2025-01-27 +Description: Do not use SF logo since it might lead to privacy breach + +--- a/readme.html ++++ b/readme.html +@@ -26,9 +26,7 @@ + <td><h1>JiBX: 1.2.3 Release</h1> + </td> + <td> +- <div align="right" id="login"><a href="http://sourceforge.net"> +- <img src="http://sourceforge.net/sflogo.php?group_id=69358&type=5" +- width="210" height="62" border="0" alt="SourceForge.net Logo"></a></div> ++ <div align="right" id="login"><a href="http://sourceforge.net">SourceForge.net</a></div> + </td> + </tr> + </tbody> +--- a/tutorial/index.html ++++ b/tutorial/index.html +@@ -26,9 +26,7 @@ + <td><h1>Tutorial Example Code</h1> + </td> + <td> +- <div align="right" id="login"><a href="http://sourceforge.net"> +- <img src="http://sourceforge.net/sflogo.php?group_id=69358&type=5" +- width="210" height="62" border="0" alt="SourceForge.net Logo"></a></div> ++ <div align="right" id="login"><a href="http://sourceforge.net">SourceForge.net</a></div> + </td> + </tr> + </tbody> ===================================== debian/patches/series ===================================== @@ -2,3 +2,4 @@ build_xml_clean_target.patch 01_build_xml.patch 02_java8_compatibility.patch java10.patch +privacy-breach-lopo.patch ===================================== debian/rules ===================================== @@ -21,3 +21,6 @@ execute_after_jh_classpath: rm debian/libjibx1.2-java/usr/share/java/jibx-$$art.jar;\ dh_link -plibjibx-java usr/share/java/jibx-$$art-$(DEB_VERSION_UPSTREAM).jar usr/share/java/jibx-$$art.jar;\ done + +execute_after_dh_installdocs: + for i in `grep -Rl '<img src="http://.*sflogo' debian/*` ; do sed -i 's?<img src="http://.*sflogo.* alt="\([^"]\+\)" />?\1?' $$i ; done ===================================== debian/source/lintian-overrides ===================================== @@ -0,0 +1 @@ +libjibx1.2-java source: source-ships-excluded-file docs/api* \ No newline at end of file View it on GitLab: https://salsa.debian.org/java-team/libjibx1.2-java/-/compare/e504d26d073bc872f708407e31b73ee286e75650...41d6d55130fb4f61562f7d76d9b0c6099f34e6ac -- View it on GitLab: https://salsa.debian.org/java-team/libjibx1.2-java/-/compare/e504d26d073bc872f708407e31b73ee286e75650...41d6d55130fb4f61562f7d76d9b0c6099f34e6ac You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

