[gcc-7] 305/354: * Fix "privacy breeches" for NEWS.html file.
Ximin Luo
infinity0 at debian.org
Thu Nov 23 15:51:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository gcc-7.
commit b0cb36bacee15b626ec3e20bb35e02db34a3cc30
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Sun Sep 24 13:33:41 2017 +0000
* Fix "privacy breeches" for NEWS.html file.
git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9715 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/NEWS.html | 3 +-
debian/changelog | 6 +++
debian/gcc.css | 106 +++++++++++++++++++++++++++++++++++++++++++
debian/rules.d/binary-gcc.mk | 1 +
4 files changed, 114 insertions(+), 2 deletions(-)
diff --git a/debian/NEWS.html b/debian/NEWS.html
index 24af53b..4b6e0fb 100644
--- a/debian/NEWS.html
+++ b/debian/NEWS.html
@@ -23,8 +23,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:gcc at gcc.gnu.org" />
- <link rel="shortcut icon" href="https://gcc.gnu.org/favicon.ico" />
- <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+ <link rel="stylesheet" type="text/css" href="gcc.css" />
<title>
GCC 7 Release Series — Changes, New Features, and Fixes
diff --git a/debian/changelog b/debian/changelog
index 9002098..9407172 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gcc-7 (7.2.0-8) UNRELEASED; urgency=medium
+
+ * Fix "privacy breeches" for NEWS.html file.
+
+ -- Matthias Klose <doko at debian.org> Sun, 24 Sep 2017 15:32:45 +0200
+
gcc-7 (7.2.0-7) unstable; urgency=medium
* Update to SVN 20170923 (r253114) from the gcc-7-branch.
diff --git a/debian/gcc.css b/debian/gcc.css
new file mode 100644
index 0000000..35321f1
--- /dev/null
+++ b/debian/gcc.css
@@ -0,0 +1,106 @@
+/* CSS for the GCC web site.
+
+ Gerald Pfeifer <gerald at pfeifer.com>
+ */
+
+body { background-color: white; color: black; }
+
+a:link { color: #0066bb; text-decoration: none; }
+a:visited { color: #003399; text-decoration: none; }
+a:hover { color: darkorange; text-decoration: none; }
+
+h1 { color: darkslategray; text-align:center; }
+h2 { color: darkslategray; }
+
+.highlight{ color: darkslategray; font-weight:bold; }
+.smaller { font-size: 80%; }
+
+.no-margin-top { margin-top:0; }
+.twocolumns { column-counts:2; -moz-column-count:2; }
+.imgleft { margin: 5px 20px; float: left; }
+
+td.news { width: 50%; padding-right: 8px; }
+td.news h2 { font-size: 1.2em; margin-top: 0; margin-bottom: 2%; }
+td.news dl { margin-top:0; }
+td.news dt { color:darkslategrey; font-weight:bold; margin-top:0.3em; }
+td.news dd { margin-left:3ex; margin-top:0.1em; margin-bottom:0.1em; }
+td.news .date { color:darkslategrey; font-size:90%; margin-left:0.1ex; }
+
+td.status { width: 50%; padding-left: 12px; border-left: #3366cc thin solid; }
+td.status h2 { font-size: 1.2em; margin-top:0; margin-bottom: 1%; }
+td.status dl { margin-top:0; }
+td.status .version { font-weight:bold; }
+td.status .regress { font-size: 80%; }
+td.status dd { margin-left:3ex; }
+
+table.nav {
+ padding-left: 32px;
+ border-spacing: 0pt;
+}
+
+table.navitem {
+ border-spacing: 0pt;
+}
+
+table.navitem tr:nth-child(1) {
+ border-color: #3366cc;
+ border-style: solid;
+ border-width: thin;
+ color: #f2f2f9;
+ background-color: #0066dd;
+ font-weight: bold;
+}
+table.navitem tr:nth-child(2) {
+ padding-top: 3px;
+ padding-left: 8px;
+ padding-bottom: 3px;
+ background-color: #f2f2f9;
+ font-size: smaller;
+}
+
+div.copyright {
+ font-size: smaller;
+ background: #f2f2f9;
+ border: 2px solid #3366cc;
+ border-style: solid;
+ border-width: thin;
+ padding: 4px;
+}
+div.copyright p:nth-child(3) { margin-bottom: 0; }
+
+.boldcyan { font-weight:bold; color:cyan; }
+.boldlime { font-weight:bold; color:lime; }
+.boldmagenta { font-weight:bold; color:magenta; }
+.boldred { font-weight:bold; color:red; }
+.boldblue { font-weight:bold; color:blue; }
+.green { color:green; }
+
+/* Quote an e-mail. The first <div> has the sender, the second the quote. */
+blockquote.mail div:nth-child(2) { border-left: solid blue; padding-left: 4pt; }
+
+/* C++ status tables. */
+table.cxxstatus th, table.cxxstatus td { border: 1px solid gray; }
+table.cxxstatus td:nth-child(3) { text-align:center; }
+table.cxxstatus tr.separator { background: #f2f2f9; }
+
+.supported { background-color: lightgreen; }
+.unsupported { background-color: lightsalmon; }
+
+/* Online documentation. */
+
+pre.smallexample {
+ font-size: medium;
+ background: #f2f2f9;
+ padding: 4px;
+}
+
+/* Classpath versus libgcj merge status page. */
+
+.classpath-only { background-color: #FFFFAA; }
+.libgcj-only { background-color: #FFFFAA; }
+.VM-specific { background-color: #CCCCFF; }
+.GCJ-specific { background-color: #CCCCFF; }
+.needsmerge { background-color: #FF9090; }
+.merged { background-color: #22FF22; }
+.merged-expected-diff { background-color: #22FF22; }
+.merged-unexpected-diff { background-color: #FF4444; }
diff --git a/debian/rules.d/binary-gcc.mk b/debian/rules.d/binary-gcc.mk
index 22a17d4..c2d1582 100644
--- a/debian/rules.d/binary-gcc.mk
+++ b/debian/rules.d/binary-gcc.mk
@@ -162,6 +162,7 @@ endif
cp -p debian/README.ssp $(d_gcc)/$(docdir)/$(p_xbase)/
cp -p debian/NEWS.gcc $(d_gcc)/$(docdir)/$(p_xbase)/NEWS
cp -p debian/NEWS.html $(d_gcc)/$(docdir)/$(p_xbase)/NEWS.html
+ cp -p debian/gcc.css $(d_gcc)/$(docdir)/$(p_xbase)/gcc.css
cp -p $(srcdir)/ChangeLog $(d_gcc)/$(docdir)/$(p_xbase)/changelog
cp -p $(srcdir)/gcc/ChangeLog \
$(d_gcc)/$(docdir)/$(p_xbase)/gcc/changelog
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-7.git
More information about the Reproducible-commits
mailing list