summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/fields/vcs/fields-malformed-vcs-fields/build-spec/debian/control.in
blob: d726675cd3b7e711c374d5629406d258b7df04e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: [% $source %]
Priority: optional
Section: [% $section %]
Maintainer: [% $author %]
Standards-Version: [% $standards_version %]
Build-Depends: [% $build_depends %]
Rules-Requires-Root: no
Vcs-Browser: svn.debian.org/wsvn/foobar/trunk
Vcs-Svn: svn+ssh://svn.debian.org/svn/foobar/trunk
Vcs-Git: https://anonscm.debian.org/test/test.git --branch wrong

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.