From 75808db17caf8b960b351e3408e74142f4c85aac Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 15:42:30 +0200 Subject: Adding upstream version 2.117.0. Signed-off-by: Daniel Baumann --- .../vcs/personal-github/build-spec/debian/control.in | 19 +++++++++++++++++++ .../pkg-js/vcs/personal-github/build-spec/fill-values | 4 ++++ .../checks/team/pkg-js/vcs/personal-github/eval/desc | 2 ++ .../checks/team/pkg-js/vcs/personal-github/eval/hints | 1 + .../team/pkg-js/vcs/svn/build-spec/debian/control.in | 19 +++++++++++++++++++ .../checks/team/pkg-js/vcs/svn/build-spec/fill-values | 4 ++++ t/recipes/checks/team/pkg-js/vcs/svn/eval/desc | 2 ++ t/recipes/checks/team/pkg-js/vcs/svn/eval/hints | 2 ++ 8 files changed, 53 insertions(+) create mode 100644 t/recipes/checks/team/pkg-js/vcs/personal-github/build-spec/debian/control.in create mode 100644 t/recipes/checks/team/pkg-js/vcs/personal-github/build-spec/fill-values create mode 100644 t/recipes/checks/team/pkg-js/vcs/personal-github/eval/desc create mode 100644 t/recipes/checks/team/pkg-js/vcs/personal-github/eval/hints create mode 100644 t/recipes/checks/team/pkg-js/vcs/svn/build-spec/debian/control.in create mode 100644 t/recipes/checks/team/pkg-js/vcs/svn/build-spec/fill-values create mode 100644 t/recipes/checks/team/pkg-js/vcs/svn/eval/desc create mode 100644 t/recipes/checks/team/pkg-js/vcs/svn/eval/hints (limited to 't/recipes/checks/team/pkg-js/vcs') diff --git a/t/recipes/checks/team/pkg-js/vcs/personal-github/build-spec/debian/control.in b/t/recipes/checks/team/pkg-js/vcs/personal-github/build-spec/debian/control.in new file mode 100644 index 0000000..5691aa8 --- /dev/null +++ b/t/recipes/checks/team/pkg-js/vcs/personal-github/build-spec/debian/control.in @@ -0,0 +1,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-Git: https://github.com/lechner/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. diff --git a/t/recipes/checks/team/pkg-js/vcs/personal-github/build-spec/fill-values b/t/recipes/checks/team/pkg-js/vcs/personal-github/build-spec/fill-values new file mode 100644 index 0000000..e935b0f --- /dev/null +++ b/t/recipes/checks/team/pkg-js/vcs/personal-github/build-spec/fill-values @@ -0,0 +1,4 @@ +Skeleton: upload-native +Testname: personal-github +Description: Personal github as VCS +Author: Javascript Team diff --git a/t/recipes/checks/team/pkg-js/vcs/personal-github/eval/desc b/t/recipes/checks/team/pkg-js/vcs/personal-github/eval/desc new file mode 100644 index 0000000..c4c9dfd --- /dev/null +++ b/t/recipes/checks/team/pkg-js/vcs/personal-github/eval/desc @@ -0,0 +1,2 @@ +Testname: personal-github +Check: team/pkg-js/vcs diff --git a/t/recipes/checks/team/pkg-js/vcs/personal-github/eval/hints b/t/recipes/checks/team/pkg-js/vcs/personal-github/eval/hints new file mode 100644 index 0000000..6b5b6f0 --- /dev/null +++ b/t/recipes/checks/team/pkg-js/vcs/personal-github/eval/hints @@ -0,0 +1 @@ +personal-github (source): team/pkg-js/vcs/no-team-url Vcs-Git https://github.com/lechner/some-perl-package diff --git a/t/recipes/checks/team/pkg-js/vcs/svn/build-spec/debian/control.in b/t/recipes/checks/team/pkg-js/vcs/svn/build-spec/debian/control.in new file mode 100644 index 0000000..08f0e40 --- /dev/null +++ b/t/recipes/checks/team/pkg-js/vcs/svn/build-spec/debian/control.in @@ -0,0 +1,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. diff --git a/t/recipes/checks/team/pkg-js/vcs/svn/build-spec/fill-values b/t/recipes/checks/team/pkg-js/vcs/svn/build-spec/fill-values new file mode 100644 index 0000000..d942986 --- /dev/null +++ b/t/recipes/checks/team/pkg-js/vcs/svn/build-spec/fill-values @@ -0,0 +1,4 @@ +Skeleton: upload-native +Testname: svn +Description: Declares SVN as VCS. +Author: Javascript Team diff --git a/t/recipes/checks/team/pkg-js/vcs/svn/eval/desc b/t/recipes/checks/team/pkg-js/vcs/svn/eval/desc new file mode 100644 index 0000000..72a13e0 --- /dev/null +++ b/t/recipes/checks/team/pkg-js/vcs/svn/eval/desc @@ -0,0 +1,2 @@ +Testname: svn +Check: team/pkg-js/vcs diff --git a/t/recipes/checks/team/pkg-js/vcs/svn/eval/hints b/t/recipes/checks/team/pkg-js/vcs/svn/eval/hints new file mode 100644 index 0000000..726fb25 --- /dev/null +++ b/t/recipes/checks/team/pkg-js/vcs/svn/eval/hints @@ -0,0 +1,2 @@ +svn (source): team/pkg-js/vcs/no-team-url Vcs-Svn https://svn.debian.org/svn/some-perl-package +svn (source): team/pkg-js/vcs/no-git Vcs-Svn -- cgit v1.2.3