From 73972eeb1fc6374053819de94866f7570383a87b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 18 Jun 2023 18:47:16 +0900 Subject: DEB: add support for Debian Trixie and Ubuntu Mantic. Remove Ubuntu Impish Signed-off-by: Michele Calgaro (cherry picked from commit 27186c1dbf06aad1ad552a576234ea706c22f741) --- debian/trixie | 1 + ubuntu/impish | 1 - ubuntu/mantic | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 debian/trixie delete mode 120000 ubuntu/impish create mode 120000 ubuntu/mantic diff --git a/debian/trixie b/debian/trixie new file mode 120000 index 000000000..e7c887a6f --- /dev/null +++ b/debian/trixie @@ -0,0 +1 @@ +_base \ No newline at end of file diff --git a/ubuntu/impish b/ubuntu/impish deleted file mode 120000 index e7c887a6f..000000000 --- a/ubuntu/impish +++ /dev/null @@ -1 +0,0 @@ -_base \ No newline at end of file diff --git a/ubuntu/mantic b/ubuntu/mantic new file mode 120000 index 000000000..e7c887a6f --- /dev/null +++ b/ubuntu/mantic @@ -0,0 +1 @@ +_base \ No newline at end of file -- cgit v1.2.1