From 8cabc67967e8b0d613af255553f1ff9db60190e4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 21:12:15 +0200 Subject: Adding debian version 5.4.4-1. Signed-off-by: Daniel Baumann --- debian/tests/import-hello.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 debian/tests/import-hello.sh (limited to 'debian/tests/import-hello.sh') diff --git a/debian/tests/import-hello.sh b/debian/tests/import-hello.sh new file mode 100755 index 0000000..67cae23 --- /dev/null +++ b/debian/tests/import-hello.sh @@ -0,0 +1,18 @@ +#!/bin/sh +set -e +basedir=$(mktemp -d) +cd $basedir +mkdir -p conf +cat <> conf/distributions +Origin: Ubuntu +Label: Ubuntu +Suite: impish +Version: 21.10 +Codename: impish +Architectures: amd64 arm64 armhf i386 ppc64el riscv64 s390x +Components: main +Description: Ubuntu Impish 21.10 +EOF +reprepro -b $basedir createsymlinks +apt-get download hello +reprepro -b $basedir includedeb impish hello*.deb -- cgit v1.2.3