summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/fields/description/description-perl/build-spec/debian/control.in
blob: ac66abe96e2687733eb154cbfd5ab86e2ff6690e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: [% $source %]
Priority: optional
Section: perl
Maintainer: [% $author %]
Standards-Version: [% $standards_version %]
Build-Depends: [% $build_depends %]
Rules-Requires-Root: no

Package: libdeb-long-description-perl
Architecture: [% $package_architecture %]
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: lintian dummy package to test a module name related check
 This package is solely meant for testing a lintian check to argue
 about not mentioning the contained perl module.
 .
 For testing and length-ish purposes, with Long::Description a similar
 name is mentioned though.

Package: libdeb-long-description-proper-perl
Architecture: [% $package_architecture %]
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: lintian dummy package to test a module name related false positive
 This package is solely meant for testing a lintian check to argue
 about not mentioning the contained perl module.
 .
 This is a package which checks the test for false positives, so it
 actually mentions Deb::Long::Description::Proper.