blob: 02d8676f5f150f04721462d7fbf3213ac2c96e20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Source: [% $source %]
Priority: optional
Section: [% $section %]
Maintainer: [% $author %]
Standards-Version: [% $standards_version %]
Build-Depends: [% $build_depends %]
Rules-Requires-Root: no
Homepage: https://lintian.debian.org/
Vcs-Bzr: https://gitlab.org/lintian/lintian.git
Vcs-Git: https://salsa.debian.org/lintian/lintian.git
Vcs-Svn: https://salsa.debian.org/lintian/lintian.git
Vcs-Browser: https://salsa.debian.org/lintian/lintian
Package: [% $source %]
Architecture: [% $package_architecture %]
Depends: ${misc:Depends}
Description: [% $description %]
This is a test package designed to exercise some feature or tag of
Lintian. It is part of the Lintian test suite and may do very odd
things. It should not be installed like a regular package. It may
be an empty package.
|