Skip to content

Commit 8c254b2

Browse files
committed
packages BUGFIX specify exact libyang package version
1 parent 617eb3e commit 8c254b2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/debian.control.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,31 +21,31 @@ Architecture: any
2121
Description: Libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
2222

2323
Package: @PACKAGE@-dev
24-
Depends: libpcre3-dev, @PACKAGE@@LIBYANG_MAJOR_SOVERSION@ (=@LIBYANG_VERSION@)
24+
Depends: libpcre3-dev, @PACKAGE@@LIBYANG_MAJOR_SOVERSION@ (=@LIBYANG_VERSION@-1)
2525
Section: libdevel
2626
Architecture: any
2727
Description: Headers of libyang library.
2828

2929
Package: @PACKAGE@-dbg
30-
Depends: @PACKAGE@@LIBYANG_MAJOR_SOVERSION@ (=@LIBYANG_VERSION@)
30+
Depends: @PACKAGE@@LIBYANG_MAJOR_SOVERSION@ (=@LIBYANG_VERSION@-1)
3131
Section: debug
3232
Architecture: any
3333
Description: Debug symbols of libyang library.
3434

3535
Package: @CPP_PACKAGE@@LIBYANG_MAJOR_SOVERSION@
36-
Depends: @PACKAGE@@LIBYANG_MAJOR_SOVERSION@ (=@LIBYANG_VERSION@)
36+
Depends: @PACKAGE@@LIBYANG_MAJOR_SOVERSION@ (=@LIBYANG_VERSION@-1)
3737
Section: libs
3838
Architecture: any
3939
Description: Bindings of libyang library to C++ language.
4040

4141
Package: @CPP_PACKAGE@-dev
42-
Depends: libpcre3-dev, @CPP_PACKAGE@@LIBYANG_MAJOR_SOVERSION@ (=@LIBYANG_VERSION@)
42+
Depends: libpcre3-dev, @CPP_PACKAGE@@LIBYANG_MAJOR_SOVERSION@ (=@LIBYANG_VERSION@-1)
4343
Section: libdevel
4444
Architecture: any
4545
Description: Headers of bindings to C++ language libyang library.
4646

4747
Package: @CPP_PACKAGE@-dbg
48-
Depends: @CPP_PACKAGE@@LIBYANG_MAJOR_SOVERSION@ (=@LIBYANG_VERSION@)
48+
Depends: @CPP_PACKAGE@@LIBYANG_MAJOR_SOVERSION@ (=@LIBYANG_VERSION@-1)
4949
Section: debug
5050
Architecture: any
5151
Description: Debug symbols of C++ bidings of libyang library.

0 commit comments

Comments
 (0)