summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/team/pkg-js/vcs/svn/build-spec/debian/control.in
blob: 08f0e4059b098e9b2ce7e1d80a0e6bdd2b547062 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: [% $source %]
Priority: [% $priority %]
Section: [% $section %]
Maintainer: [% $author %]
Standards-Version: [% $standards_version %]
Build-Depends: [% $build_depends %]
Rules-Requires-Root: [% $rules_requires_root %]
Homepage: [% $homepage %]
Vcs-Svn: https://svn.debian.org/svn/some-perl-package

Package: [% $source %]
Architecture: [% $package_architecture %]
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs: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.