Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
Expand Down
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9
6 changes: 3 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ Source: sharded-queue
Priority: optional
Section: database
Maintainer: Oleg Jukovec <oleg.jukovec@tarantool.org>
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
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).
Empty file modified debian/prebuild.sh
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (quilt)