r47079 - in /packages/cimg/trunk/debian: cimg-doc.doc-base cimg-doc.install patches/fix_privacy_breach.patch patches/series rules
tille at users.alioth.debian.org
tille at users.alioth.debian.org
Mon Jul 13 17:30:36 UTC 2015
Author: tille
Date: Mon Jul 13 17:30:36 2015
New Revision: 47079
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47079
Log:
Reduce lintian warnings about privacy breach
Added:
packages/cimg/trunk/debian/patches/fix_privacy_breach.patch
Modified:
packages/cimg/trunk/debian/cimg-doc.doc-base
packages/cimg/trunk/debian/cimg-doc.install
packages/cimg/trunk/debian/patches/series
packages/cimg/trunk/debian/rules
Modified: packages/cimg/trunk/debian/cimg-doc.doc-base
URL: http://svn.debian.org/wsvn/debian-science/packages/cimg/trunk/debian/cimg-doc.doc-base?rev=47079&op=diff
==============================================================================
--- packages/cimg/trunk/debian/cimg-doc.doc-base (original)
+++ packages/cimg/trunk/debian/cimg-doc.doc-base Mon Jul 13 17:30:36 2015
@@ -10,8 +10,8 @@
Format: html
Files: /usr/share/doc/cimg-dev/html/*
-Index: /usr/share/doc/cimg-dev/html/index.shtml
+Index: /usr/share/doc/cimg-dev/html/index.html
Format: pdf
-Files: /usr/share/doc/cimg-dev/html/CImg_reference.pdf
+Files: /usr/share/doc/cimg-dev/refman.pdf
Modified: packages/cimg/trunk/debian/cimg-doc.install
URL: http://svn.debian.org/wsvn/debian-science/packages/cimg/trunk/debian/cimg-doc.install?rev=47079&op=diff
==============================================================================
--- packages/cimg/trunk/debian/cimg-doc.install (original)
+++ packages/cimg/trunk/debian/cimg-doc.install Mon Jul 13 17:30:36 2015
@@ -1,2 +1,3 @@
html/latex/refman.pdf usr/share/doc/cimg-dev
debian/CImgLogo2.jpg usr/share/doc/cimg-dev/html
+html/favicon* usr/share/doc/cimg-dev/html
Added: packages/cimg/trunk/debian/patches/fix_privacy_breach.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/cimg/trunk/debian/patches/fix_privacy_breach.patch?rev=47079&op=file
==============================================================================
--- packages/cimg/trunk/debian/patches/fix_privacy_breach.patch (added)
+++ packages/cimg/trunk/debian/patches/fix_privacy_breach.patch Mon Jul 13 17:30:36 2015
@@ -0,0 +1,26 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Updated: Mon, 13 Jul 2015 18:39:15 +0200
+Description: Do not link to extern images - use local ones instead
+
+--- a/html/header.html
++++ b/html/header.html
+@@ -4,7 +4,7 @@
+ <title>The CImg Library - C++ Template Image Processing Toolkit</title>
+ <meta content="David Tschumperle" name="author"></meta>
+ <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css' />
+- <link rel="shortcut icon" type="image/x-icon" href="http://cimg.eu/favicon.ico"></link>
++ <link rel="shortcut icon" type="image/x-icon" href="favicon.ico"></link>
+ <link rel="icon" type="image/png" href="favicon.png"></link>
+ <link href="style.css" rel="stylesheet" type="text/css" />
+ <style type="text/css">
+--- a/html/header_reference.html
++++ b/html/header_reference.html
+@@ -3,7 +3,7 @@
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta>
+ <title>The CImg Library - C++ Template Image Processing Toolkit</title>
+ <meta content="David Tschumperle" name="author"></meta>
+- <link rel="shortcut icon" type="image/x-icon" href="http://cimg.eu/favicon.ico"></link>
++ <link rel="shortcut icon" type="image/x-icon" href="favicon.ico"></link>
+ <link rel="icon" type="image/png" href="favicon.png"></link>
+ <link href="doxygen.css" rel="stylesheet" type="text/css">
+ <link href="tabs.css" rel="stylesheet" type="text/css">
Modified: packages/cimg/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/cimg/trunk/debian/patches/series?rev=47079&op=diff
==============================================================================
--- packages/cimg/trunk/debian/patches/series (original)
+++ packages/cimg/trunk/debian/patches/series Mon Jul 13 17:30:36 2015
@@ -1,3 +1,4 @@
20_include_ltiffxx.patch
30_do_not_build_minc2_examples.patch
use_pkg-config.patch
+fix_privacy_breach.patch
Modified: packages/cimg/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/cimg/trunk/debian/rules?rev=47079&op=diff
==============================================================================
--- packages/cimg/trunk/debian/rules (original)
+++ packages/cimg/trunk/debian/rules Mon Jul 13 17:30:36 2015
@@ -52,7 +52,7 @@
for file in $(CHANGEFILES) ; do \
sed -i "s?#define cimg_plugin \"examples/$$file\"?#define cimg_plugin \"$$file\"?" $$file ; \
done
- mv html/reference debian/$(doc)/usr/share/doc/cimg-dev/html
+ mv html/reference/* debian/$(doc)/usr/share/doc/cimg-dev/html
override_dh_auto_clean:
-cd examples && $(MAKE) clean
More information about the debian-science-commits
mailing list