Removed upstream dir
[maemian] / nokia-lintian / checks / nmu.desc
diff --git a/nokia-lintian/checks/nmu.desc b/nokia-lintian/checks/nmu.desc
deleted file mode 100644 (file)
index d5a4cc7..0000000
+++ /dev/null
@@ -1,74 +0,0 @@
-Check-Script: nmu
-Author: Jeroen van Wolffelaar <jeroen@wolffelaar.nl>
-Abbrev: nmu
-Type: source
-Unpack-Level: 1
-Needs-Info: debfiles
-Info: This script checks if a source package is consistent about its NMU-ness.
-
-Tag: orphaned-package-should-not-have-uploaders
-Type: error
-Info: Packages with their maintainer set to packages@qa.debian.org, i.e.
- orphaned packages, should not have uploaders. Adopt the package properly if
- you want to resume its maintenance.
-
-Tag: qa-upload-has-incorrect-version-number
-Type: warning
-Info: A QA upload (uploading an orphaned package without adopting it) is
- always a maintainer upload: it should not get a NMU revision number.
-
-Tag: source-nmu-has-incorrect-version-number
-Type: warning
-Info: A source NMU should have a Debian revision of "-x.x" (or "+nmuX" for a
- native package). This is to prevent stealing version numbers from the
- maintainer.
- .
- Maybe you didn't intend this upload to be a NMU, in that case, please
- doublecheck that the most recent entry in the changelog is byte-for-byte
- identical to the maintainer or one of the uploaders.
-
-Tag: maintainer-upload-has-incorrect-version-number
-Type: warning
-Info: A maintainer upload should have a Debian revision without dots.
- Revisions with dots are reserved for Non-Maintainer Uploads (NMU's), if you
- do a maintainer-upload with dots, a potential NMU'er has problems choosing a
- correct version number.
-
-Tag: changelog-should-mention-qa
-Type: warning
-Info: If this upload is to orphan this package, please mention this fact on
- the first line of the changelog. If this is a QA upload, please mention "QA
- (group) upload" there.
-
-Tag: changelog-should-mention-nmu
-Type: warning
-Info: When you NMU a package, that fact should be mentioned on the first line
- in the changelog entry.  Use the words "NMU" or "Non-maintainer upload"
- (case insensitive).
- .
- Maybe you didn't intend this upload to be a NMU, in that case, please
- doublecheck that the most recent entry in the changelog is byte-for-byte
- identical to the maintainer or one of the uploaders.
-
-Tag: changelog-should-not-mention-nmu
-Type: warning
-Info: The first line of the changelog entry for this package appears to
- indicate it is a non-maintainer upload (by including either that string
- or the string "NMU" and not saying that it's an acknowledgement), but the
- changelog indicates the person making this release is one of the
- maintainers.
- .
- If this was intended to be an NMU, do not add yourself as a maintainer or
- uploader.  Otherwise, please rephrase your changelog entry to not cause
- confusion.
-
-Tag: changelog-is-symlink
-Type: warning
-Info: The file <tt>debian/changelog</tt> is a symlink instead of a regular
- file. This is unnecessary and makes package checking and manipulation
- more difficult. If the changelog should be available in the source
- package under multiple names, make <tt>debian/changelog</tt> the real
- file and the other names symlinks to it.
- .
- This problem may have prevented lintian from performing other checks,
- leading to undetected changelog errors.