Skip to content

Commit

Permalink
packages BUGFIX specify exact libyang package version
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Jan 27, 2021
1 parent 617eb3e commit 8c254b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/debian.control.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,31 +21,31 @@ Architecture: any
Description: Libyang is YANG data modelling language parser and toolkit written (and providing API) in C.

Package: @PACKAGE@-dev
Depends: libpcre3-dev, @PACKAGE@@LIBYANG_MAJOR_SOVERSION@ (=@LIBYANG_VERSION@)
Depends: libpcre3-dev, @PACKAGE@@LIBYANG_MAJOR_SOVERSION@ (=@LIBYANG_VERSION@-1)
Section: libdevel
Architecture: any
Description: Headers of libyang library.

Package: @PACKAGE@-dbg
Depends: @PACKAGE@@LIBYANG_MAJOR_SOVERSION@ (=@LIBYANG_VERSION@)
Depends: @PACKAGE@@LIBYANG_MAJOR_SOVERSION@ (=@LIBYANG_VERSION@-1)
Section: debug
Architecture: any
Description: Debug symbols of libyang library.

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

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

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

0 comments on commit 8c254b2

Please sign in to comment.