From fc33968ed1b682aaf03be5d86bd7e5fbb0f756c0 Mon Sep 17 00:00:00 2001 From: landa Date: Tue, 3 Mar 2026 13:38:17 +0300 Subject: [PATCH] ci: package correct format `packpack` tool for debian packaging required several small files with format and compat data. --- .github/workflows/packaging.yml | 5 ++--- debian/compat | 1 + debian/control | 6 +++--- debian/prebuild.sh | 0 debian/source/format | 1 + 5 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 debian/compat mode change 100644 => 100755 debian/prebuild.sh create mode 100644 debian/source/format diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml index 811f9a1..9c252c7 100644 --- a/.github/workflows/packaging.yml +++ b/.github/workflows/packaging.yml @@ -51,10 +51,9 @@ jobs: fail-fast: false matrix: platform: - - { os: 'debian', dist: 'stretch' } - { os: 'debian', dist: 'bullseye' } - - { os: 'ubuntu', dist: 'xenial' } - - { os: 'ubuntu', dist: 'bionic' } + - { os: 'debian', dist: 'buster' } + - { os: 'ubuntu', dist: 'noble' } - { os: 'ubuntu', dist: 'focal' } - { os: 'ubuntu', dist: 'groovy' } - { os: 'ubuntu', dist: 'jammy' } diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control index df85a32..4ffa89e 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: sharded-queue Priority: optional Section: database Maintainer: Oleg Jukovec -Build-Depends: debhelper-compat (= 13), - tarantool (>= 3.0.2.0), +Build-Depends: debhelper (>= 9), + tarantool (>= 1.7.4.0) Standards-Version: 3.9.6 Homepage: https://github.com/tarantool/sharded-queue Vcs-Git: git://github.com/tarantool/sharded-queue.git @@ -11,7 +11,7 @@ Vcs-Browser: https://github.com/tarantool/sharded-queue Package: sharded-queue Architecture: all -Depends: tarantool (>= 3.0.2.0), ${misc:Depends} +Depends: tarantool (>= 1.7.4.0), ${misc:Depends} Description: Tarantool Sharded Queue Application This module provides roles for the Tarantool 3 and for the Tarantool Cartridge implementing of a distributed queue compatible with Tarantool queue (fifiottl driver). diff --git a/debian/prebuild.sh b/debian/prebuild.sh old mode 100644 new mode 100755 diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)