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 --- .../debian/debconf/debconf-no-templates/build-spec/debian/config | 6 ++++++ .../debian/debconf/debconf-no-templates/build-spec/debian/postinst | 7 +++++++ .../debian/debconf/debconf-no-templates/build-spec/fill-values | 3 +++ t/recipes/checks/debian/debconf/debconf-no-templates/eval/desc | 2 ++ t/recipes/checks/debian/debconf/debconf-no-templates/eval/hints | 1 + 5 files changed, 19 insertions(+) create mode 100644 t/recipes/checks/debian/debconf/debconf-no-templates/build-spec/debian/config create mode 100644 t/recipes/checks/debian/debconf/debconf-no-templates/build-spec/debian/postinst create mode 100644 t/recipes/checks/debian/debconf/debconf-no-templates/build-spec/fill-values create mode 100644 t/recipes/checks/debian/debconf/debconf-no-templates/eval/desc create mode 100644 t/recipes/checks/debian/debconf/debconf-no-templates/eval/hints (limited to 't/recipes/checks/debian/debconf/debconf-no-templates') diff --git a/t/recipes/checks/debian/debconf/debconf-no-templates/build-spec/debian/config b/t/recipes/checks/debian/debconf/debconf-no-templates/build-spec/debian/config new file mode 100644 index 0000000..6f264ea --- /dev/null +++ b/t/recipes/checks/debian/debconf/debconf-no-templates/build-spec/debian/config @@ -0,0 +1,6 @@ +#!/bin/sh + +set -e + +. /usr/share/debconf/confmodule + diff --git a/t/recipes/checks/debian/debconf/debconf-no-templates/build-spec/debian/postinst b/t/recipes/checks/debian/debconf/debconf-no-templates/build-spec/debian/postinst new file mode 100644 index 0000000..0ae7a18 --- /dev/null +++ b/t/recipes/checks/debian/debconf/debconf-no-templates/build-spec/debian/postinst @@ -0,0 +1,7 @@ +#!/bin/sh + +set -e + +. /usr/share/debconf/confmodule + +#DEBHELPER# diff --git a/t/recipes/checks/debian/debconf/debconf-no-templates/build-spec/fill-values b/t/recipes/checks/debian/debconf/debconf-no-templates/build-spec/fill-values new file mode 100644 index 0000000..7075c56 --- /dev/null +++ b/t/recipes/checks/debian/debconf/debconf-no-templates/build-spec/fill-values @@ -0,0 +1,3 @@ +Skeleton: upload-native +Testname: debconf-no-templates +Description: Test for missing debconf templates diff --git a/t/recipes/checks/debian/debconf/debconf-no-templates/eval/desc b/t/recipes/checks/debian/debconf/debconf-no-templates/eval/desc new file mode 100644 index 0000000..f1d7d8e --- /dev/null +++ b/t/recipes/checks/debian/debconf/debconf-no-templates/eval/desc @@ -0,0 +1,2 @@ +Testname: debconf-no-templates +Check: debian/debconf diff --git a/t/recipes/checks/debian/debconf/debconf-no-templates/eval/hints b/t/recipes/checks/debian/debconf/debconf-no-templates/eval/hints new file mode 100644 index 0000000..dac69aa --- /dev/null +++ b/t/recipes/checks/debian/debconf/debconf-no-templates/eval/hints @@ -0,0 +1 @@ +debconf-no-templates (binary): no-debconf-templates -- cgit v1.2.3