diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:42:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:42:30 +0000 |
commit | 75808db17caf8b960b351e3408e74142f4c85aac (patch) | |
tree | 7989e9c09a4240248bf4658a22208a0a52d991c4 /t/recipes/lintian-features/lintian-display-level/build-spec/orig | |
parent | Initial commit. (diff) | |
download | lintian-75808db17caf8b960b351e3408e74142f4c85aac.tar.xz lintian-75808db17caf8b960b351e3408e74142f4c85aac.zip |
Adding upstream version 2.117.0.upstream/2.117.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 't/recipes/lintian-features/lintian-display-level/build-spec/orig')
3 files changed, 12 insertions, 0 deletions
diff --git a/t/recipes/lintian-features/lintian-display-level/build-spec/orig/example b/t/recipes/lintian-features/lintian-display-level/build-spec/orig/example new file mode 100755 index 0000000..1cde649 --- /dev/null +++ b/t/recipes/lintian-features/lintian-display-level/build-spec/orig/example @@ -0,0 +1,2 @@ +#!/usr/bin/foo +echo This is some example. diff --git a/t/recipes/lintian-features/lintian-display-level/build-spec/orig/script b/t/recipes/lintian-features/lintian-display-level/build-spec/orig/script new file mode 100755 index 0000000..a10a951 --- /dev/null +++ b/t/recipes/lintian-features/lintian-display-level/build-spec/orig/script @@ -0,0 +1,3 @@ +#!/bin/sh +. /usr/share/debconf/confmodule +echo 'Hello world' diff --git a/t/recipes/lintian-features/lintian-display-level/build-spec/orig/script.desktop b/t/recipes/lintian-features/lintian-display-level/build-spec/orig/script.desktop new file mode 100644 index 0000000..859bb18 --- /dev/null +++ b/t/recipes/lintian-features/lintian-display-level/build-spec/orig/script.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Name=script +Type=Application +Comment=Incorrectly limited to particular environments +Categories=Development; +Exec=script +OnlyShowIn=GNOME;KDE; |