This is an automated email from the git hooks/post-receive script. jcowgill-guest pushed a commit to branch master in repository libcsfml.
commit 931d5ece8eb2814bb183dd5792b6df84716060a2 Author: James Cowgill <[email protected]> Date: Tue Mar 3 23:25:46 2015 +0000 Add patch to remove google api css usage in docs (like in libsfml) --- debian/patches/03_remove-googleapi-css.patch | 17 +++++++++++++++++ debian/patches/series | 1 + 2 files changed, 18 insertions(+) diff --git a/debian/patches/03_remove-googleapi-css.patch b/debian/patches/03_remove-googleapi-css.patch new file mode 100644 index 0000000..2c78112 --- /dev/null +++ b/debian/patches/03_remove-googleapi-css.patch @@ -0,0 +1,17 @@ +Description: Remove commented out googleapi css in documentation + There isn't actually any privacy breach here (since the line is commented + out), but removing it shuts up lintian. + Patch "stolen" from libsfml package. +Author: James Cowgill <[email protected]> +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/doc/header.htm ++++ b/doc/header.htm +@@ -3,7 +3,6 @@ + <head> + <title>CSFML - C binding of the Simple and Fast Multimedia Library</title> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> +- <!--<link rel='stylesheet' type='text/css' href="http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>--> + <link rel="stylesheet" type="text/css" href="doxygen.css" title="default" media="screen,print" /> + </head> + <body> diff --git a/debian/patches/series b/debian/patches/series index f41429b..9c130c9 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ 01_hurd.patch 02_build-doc-once.patch +03_remove-googleapi-css.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/libcsfml.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

