From: Joerg Jaspert
Date: Thu, 7 Jan 2010 20:06:38 +0000 (+0100)
Subject: website
X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=062862ee4286a5c71ec2b0c9ab5e613804e1a949;p=dak.git
website
add lintian tags paragraph and a link to it
Signed-off-by: Joerg Jaspert
---
diff --git a/web/index.html b/web/index.html
index 5c257e61..32f2f82f 100644
--- a/web/index.html
+++ b/web/index.html
@@ -45,6 +45,7 @@
Testing
Stable
Rejections
+ Lintian Autorejects
Archive Criteria
Talks
@@ -194,10 +195,40 @@
the REJECT-FAQ.
+
+
Lintian Autorejects
+
Packages failing a defined set of lintian tags will no
+ longer be accepted into the archive, but get rejected immediately.
+
+
Those automated rejects will only be done on sourceful uploads to
+ unstable and experimental.
+
+
As there are certain lintian tags that should only appear in very rare
+ cases we have created two categories:
+
+ - warning
+ - Tags listed here *can* be overriden by the maintainer using the normal
+ lintian override mechanism. Of course this should only be done if you
+ have a technically sound reason why your package needs to break in such a
+ way.
+
+ - error
+ - Tags listed here can not be overridden. Those are tags
+ corresponding to packaging errors serious enough to mark a
+ package unfit for the archive and should never happen. In
+ fact, most of the tags listed do not appear in our archive
+ currently, the few packages listed below should be easily
+ fixable with their next upload.
+
+
+
+
The current list of tags can be found here.
+
+
-
+
@@ -217,7 +248,7 @@
DebConf 2009, Cáceres, Spain.
-
+
diff --git a/web/removals-style.css b/web/removals-style.css
index 8ad2aa15..6c21fa67 100644
--- a/web/removals-style.css
+++ b/web/removals-style.css
@@ -1,6 +1,10 @@
body {
font-family: sans-serif;
}
+dt {
+ font-family: Arial, Helvetica, sans-serif;
+ font-weight: bold;
+}
a img {
text-decoration: none;
border: none;