... |
... |
@@ -28,7 +28,6 @@ Build-Depends: |
28
|
28
|
libconst-fast-perl,
|
29
|
29
|
libfile-basedir-perl,
|
30
|
30
|
libio-prompt-tiny-perl <!nocheck>,
|
31
|
|
- libio-interactive-perl <!nodoc>,
|
32
|
31
|
libipc-run3-perl,
|
33
|
32
|
liblist-someutils-perl <!nocheck>,
|
34
|
33
|
libmce-perl <!nocheck>,
|
... |
... |
@@ -49,7 +48,7 @@ Build-Depends: |
49
|
48
|
libtext-template-perl <!nocheck>,
|
50
|
49
|
libunicode-utf8-perl,
|
51
|
50
|
libversion-perl <!nocheck>,
|
52
|
|
- lintian <!nocheck>,
|
|
51
|
+ lintian <!nocheck> <!nodoc>,
|
53
|
52
|
lintian-ssg <!nodoc>,
|
54
|
53
|
mingw-w64-tools <!nocheck>,
|
55
|
54
|
pkg-php-tools <!nocheck>,
|
... |
... |
@@ -179,14 +178,10 @@ Description: Debian package checker |
179
|
178
|
Package: lintian-doc
|
180
|
179
|
Architecture: all
|
181
|
180
|
Section: doc
|
182
|
|
-Description: Debian package checker -- static website
|
|
181
|
+Description: Debian package checker -- HTML documentation
|
183
|
182
|
Lintian dissects Debian packages and reports bugs and policy violations. It
|
184
|
183
|
contains automated checks for many aspects of Debian policy as well as some
|
185
|
184
|
checks for common errors.
|
186
|
185
|
.
|
187
|
|
- This package is useful for all people who want to check Debian packages for
|
188
|
|
- compliance with Debian policy. Every Debian maintainer should check packages
|
189
|
|
- with this tool before uploading them to the archive.
|
190
|
|
- .
|
191
|
|
- This package provides a Web version of Lintian tags' explanations, created by
|
192
|
|
- lintian-ssg. |
|
186
|
+ This package provides Lintian tags' explanations in HTML format, generated
|
|
187
|
+ with lintian-ssg, suitable to be browsed locally or published online. |