Removed upstream dir
[maemian] / nokia-lintian / checks / lintian.desc
diff --git a/nokia-lintian/checks/lintian.desc b/nokia-lintian/checks/lintian.desc
deleted file mode 100644 (file)
index 3038f03..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-Check-Script: lintian
-Info: this description file is a special case: it contains the tag info
- for the tags produced by the lintian frontend itself
-
-Tag: no-description-in-changes-file
-Type: error
-Info: There is no "Description" field in your .changes file.  A
- description is mandatory and is usually constructed from the descriptions
- in the control file of the package by the package build tools.
-Ref: policy 5.5
-
-Tag: bad-distribution-in-changes-file
-Type: error
-Info: You've specified an unknown target distribution for your upload in
- the <tt>debian/changelog</tt> file.
- .
- Note that the distributions <tt>non-free</tt> and <tt>contrib</tt> are no
- longer valid. You'll have to use distribution <tt>unstable</tt> and
- <tt>Section: non-free/xxx</tt> or <tt>Section: contrib/xxx</tt> instead.
-
-Tag: bad-ubuntu-distribution-in-changes-file
-Type: error
-Info: You've specified an unknown target distribution for your upload in
- the <tt>debian/changelog</tt> file.
- .
- Your version string suggests this package is for Ubuntu, so your
- distribution should be one of intrepid, hardy, gutsy, feisty, edgy or dapper.
-
-Tag: no-urgency-in-changes-file
-Type: warning
-Info: There is no "Urgency" field in the .changes file.  This field is
- recommended by policy and is usually derived from the first line of the
- most recent changelog entry by the package build tools.
-Ref: policy 5.5
-
-Tag: bad-urgency-in-changes-file
-Type: error
-Info: The keyword value of the "Urgency" field in the .changes file is not
- one of the allowed values of low, medium, high, critical, and emergency
- (case-insensitive).  This value normally taken from the first line of the
- most recent entry in <tt>debian/changelog</tt>, which is probably where
- the error is.
-Ref: policy 5.6.17
-
-Tag: file-size-mismatch-in-changes-file
-Type: error
-Info: The actual file size does not match what's listed in the
- <tt>.changes</tt> file.
-
-Tag: checksum-mismatch-in-changes-file
-Type: error
-Info: The actual checksum does not match what's listed in the
- <tt>.changes</tt> file.
-
-Tag: bad-section-in-changes-file
-Type: error
-Info: The sections <tt>non-free</tt> and <tt>contrib</tt> are no longer
- valid. Please use section <tt>non-free/xxx</tt> or
- <tt>contrib/xxx</tt> instead.
-
-Tag: unused-override
-Type: info
-Info: Lintian discovered an unused override entry in its database.
- Please remove it from the overrides file if it is not needed anymore.
-
-Tag: malformed-override
-Type: error
-Info: Lintian discovered an override entry with an invalid format.  An
- override entry should have the format:
- .
-   &lt;package&gt;[ &lt;type&gt;]: &lt;tag&gt;[ &lt;extra&gt; ...]
- .
- where &lt;package&gt; is the package name, the optional &lt;type&gt;
- parameter specifies the package type (binary is the default), &lt;tag&gt;
- is the tag to suppress, and &lt;extra&gt; is any specific information for
- the particular tag to suppress.