Skip to content

Commit 99b0605

Browse files
elhimovylobankov
authored andcommitted
deb: add package dependency of dev/dbg from runtime
Closes #173
1 parent af889d7 commit 99b0605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Description: tarantool-c client library
2121

2222
Package: libtarantool-c-dbg
2323
Architecture: any
24-
Depends: ${shlibs:Depends}, ${misc:Depends}
24+
Depends: libtarantool-c (= ${binary:Version}), ${misc:Depends}
2525
Pre-Depends: ${misc:Pre-Depends}
2626
Multi-Arch: same
2727
Description: tarantool-c client library
@@ -31,7 +31,7 @@ Description: tarantool-c client library
3131

3232
Package: libtarantool-c-dev
3333
Architecture: any
34-
Depends: ${shlibs:Depends}, ${misc:Depends}
34+
Depends: libtarantool-c (= ${binary:Version}), ${misc:Depends}
3535
Pre-Depends: ${misc:Pre-Depends}
3636
Multi-Arch: same
3737
Description: tarantool-c client library

0 commit comments

Comments
 (0)