diff options
Diffstat (limited to 't/recipes/checks/menus/menus-doc-base-registration/build-spec')
6 files changed, 32 insertions, 0 deletions
diff --git a/t/recipes/checks/menus/menus-doc-base-registration/build-spec/debian/control.in b/t/recipes/checks/menus/menus-doc-base-registration/build-spec/debian/control.in new file mode 100644 index 0000000..39c74c9 --- /dev/null +++ b/t/recipes/checks/menus/menus-doc-base-registration/build-spec/debian/control.in @@ -0,0 +1,23 @@ +Source: [% $source %] +Priority: optional +Section: [% $section %] +Maintainer: [% $author %] +Standards-Version: [% $standards_version %] +Build-Depends: [% $build_depends %] +Rules-Requires-Root: no + +Package: [% $source %]-pdf +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: [% $description %] -- pdf doc + This is a test package with fake pdf documentation 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. + +Package: [% $source %]-html +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: [% $description %] -- html doc + This is a test package with fake html documentation 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. diff --git a/t/recipes/checks/menus/menus-doc-base-registration/build-spec/debian/menus-doc-base-registration-html.docs b/t/recipes/checks/menus/menus-doc-base-registration/build-spec/debian/menus-doc-base-registration-html.docs new file mode 100644 index 0000000..3e1708f --- /dev/null +++ b/t/recipes/checks/menus/menus-doc-base-registration/build-spec/debian/menus-doc-base-registration-html.docs @@ -0,0 +1 @@ +doc1.html diff --git a/t/recipes/checks/menus/menus-doc-base-registration/build-spec/debian/menus-doc-base-registration-pdf.install b/t/recipes/checks/menus/menus-doc-base-registration/build-spec/debian/menus-doc-base-registration-pdf.install new file mode 100644 index 0000000..c78f14e --- /dev/null +++ b/t/recipes/checks/menus/menus-doc-base-registration/build-spec/debian/menus-doc-base-registration-pdf.install @@ -0,0 +1 @@ +doc2.pdf /usr/share/doc/foo/ diff --git a/t/recipes/checks/menus/menus-doc-base-registration/build-spec/fill-values b/t/recipes/checks/menus/menus-doc-base-registration/build-spec/fill-values new file mode 100644 index 0000000..78a0208 --- /dev/null +++ b/t/recipes/checks/menus/menus-doc-base-registration/build-spec/fill-values @@ -0,0 +1,5 @@ +Skeleton: upload-native +Testname: menus-doc-base-registration +Description: Test some doc-base registration related tags +# doc-base installation paths now include the package name, see Bug#980903 +Extra-Build-Depends: debhelper (>= 13.4) diff --git a/t/recipes/checks/menus/menus-doc-base-registration/build-spec/orig/doc1.html b/t/recipes/checks/menus/menus-doc-base-registration/build-spec/orig/doc1.html new file mode 100644 index 0000000..3b18e51 --- /dev/null +++ b/t/recipes/checks/menus/menus-doc-base-registration/build-spec/orig/doc1.html @@ -0,0 +1 @@ +hello world diff --git a/t/recipes/checks/menus/menus-doc-base-registration/build-spec/orig/doc2.pdf b/t/recipes/checks/menus/menus-doc-base-registration/build-spec/orig/doc2.pdf new file mode 100644 index 0000000..3b18e51 --- /dev/null +++ b/t/recipes/checks/menus/menus-doc-base-registration/build-spec/orig/doc2.pdf @@ -0,0 +1 @@ +hello world |