Skip to content

Commit c75988a

Browse files
Col-Waltzoleg-jukovec
authored andcommitted
ci: package correct format
`packpack` tool for debian packaging required several small files with format and compat data.
1 parent a89afbd commit c75988a

5 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/packaging.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,9 @@ jobs:
5151
fail-fast: false
5252
matrix:
5353
platform:
54-
- { os: 'debian', dist: 'stretch' }
5554
- { os: 'debian', dist: 'bullseye' }
56-
- { os: 'ubuntu', dist: 'xenial' }
57-
- { os: 'ubuntu', dist: 'bionic' }
55+
- { os: 'debian', dist: 'buster' }
56+
- { os: 'ubuntu', dist: 'noble' }
5857
- { os: 'ubuntu', dist: 'focal' }
5958
- { os: 'ubuntu', dist: 'groovy' }
6059
- { os: 'ubuntu', dist: 'jammy' }

debian/compat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9

debian/control

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ Source: sharded-queue
22
Priority: optional
33
Section: database
44
Maintainer: Oleg Jukovec <oleg.jukovec@tarantool.org>
5-
Build-Depends: debhelper-compat (= 13),
6-
tarantool (>= 3.0.2.0),
5+
Build-Depends: debhelper (>= 9),
6+
tarantool (>= 1.7.4.0)
77
Standards-Version: 3.9.6
88
Homepage: https://github.com/tarantool/sharded-queue
99
Vcs-Git: git://github.com/tarantool/sharded-queue.git
1010
Vcs-Browser: https://github.com/tarantool/sharded-queue
1111

1212
Package: sharded-queue
1313
Architecture: all
14-
Depends: tarantool (>= 3.0.2.0), ${misc:Depends}
14+
Depends: tarantool (>= 1.7.4.0), ${misc:Depends}
1515
Description: Tarantool Sharded Queue Application
1616
This module provides roles for the Tarantool 3 and for the Tarantool Cartridge
1717
implementing of a distributed queue compatible with Tarantool queue (fifiottl driver).

debian/prebuild.sh

100644100755
File mode changed.

debian/source/format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0 (quilt)

0 commit comments

Comments
 (0)