summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/debhelper/debhelper-arch-depends/build-spec/debian/control.in
blob: cbf204ca8413db6d5f1b2bf2ab8fe9a97d002ba6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: [% $source %]
Priority: optional
Section: [% $section %]
Maintainer: [% $author %]
Standards-Version: [% $standards_version %]
Build-Depends: [% $build_depends %],
 cli-common-dev (>= 0.5.7) [i386 sparc amd64 ia64]
Rules-Requires-Root: no

Package: [% $source %]
Architecture: [% $package_architecture %]
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.