Adding debian version 3.1.0+dfsg-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
cfcebb1a7d
commit
aadf34f95c
10 changed files with 215 additions and 0 deletions
75
debian/control
vendored
Normal file
75
debian/control
vendored
Normal file
|
@ -0,0 +1,75 @@
|
|||
Source: libyang3
|
||||
Section: libs
|
||||
Priority: optional
|
||||
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||
Build-Depends:
|
||||
cmake,
|
||||
debhelper-compat (= 13),
|
||||
doxygen <!nodoc>,
|
||||
graphviz <!nodoc>,
|
||||
libcmocka-dev <!nocheck>,
|
||||
libpcre2-dev,
|
||||
pkgconf,
|
||||
tclsh <!nocheck>,
|
||||
Rules-Requires-Root: no
|
||||
Standards-Version: 4.7.0
|
||||
Homepage: https://github.com/CESNET/libyang
|
||||
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/libyang3
|
||||
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/libyang3
|
||||
|
||||
Package: libyang3-dev
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends:
|
||||
libpcre2-dev,
|
||||
libyang3 (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Description: parser toolkit for IETF YANG data modeling language (development)
|
||||
YANG is a data modeling language for the definition of data sent over network
|
||||
management protocols (RFC 6020/7950). It can be used to model both configuration
|
||||
data as well as state data of network elements and is primarily used by larger
|
||||
network equipment like routers and switches.
|
||||
.
|
||||
This package contains the development files.
|
||||
|
||||
Package: libyang3
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Pre-Depends:
|
||||
${misc:Pre-Depends},
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Description: parser toolkit for IETF YANG data modeling language (library)
|
||||
YANG is a data modeling language for the definition of data sent over network
|
||||
management protocols (RFC 6020/7950). It can be used to model both configuration
|
||||
data as well as state data of network elements and is primarily used by larger
|
||||
network equipment like routers and switches.
|
||||
.
|
||||
This package contains the shared library.
|
||||
|
||||
Package: libyang3-tools
|
||||
Section: devel
|
||||
Architecture: any
|
||||
Multi-Arch: foreign
|
||||
Pre-Depends:
|
||||
${misc:Pre-Depends},
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Conflicts:
|
||||
libyang-tools,
|
||||
libyang2-tools,
|
||||
Replaces:
|
||||
libyang-tools,
|
||||
libyang2-tools,
|
||||
Description: parser toolkit for IETF YANG data modeling language (tools)
|
||||
YANG is a data modeling language for the definition of data sent over network
|
||||
management protocols (RFC 6020/7950). It can be used to model both configuration
|
||||
data as well as state data of network elements and is primarily used by larger
|
||||
network equipment like routers and switches.
|
||||
.
|
||||
This package contains additional tools.
|
Loading…
Add table
Add a link
Reference in a new issue