blob: fc680d0eed98eed0569b7657d41ae7cd48caef9e [file] [log] [blame]
Ondřej Surý748c8e52021-05-07 18:56:31 +02001Debian packaging for libyang
2============================
3
4Where to file issues
5--------------------
6
7Please file issues on the Debian BTS as usual. You could also open issues
8on github, but if it's something about the Debian packaging it's better to
9stick with the proper Debian ways. The Debian BTS is where other people
10involved with Debian go look for bugs regarding a package, so that's where
11they should be.
12
13Building straight off git
14-------------------------
15
16Just the normal:
17
18```
19git clone https://github.com/CESNET/libyang -b debian/master
20cd libyang
21dpkg-buildpackage
22```
23
24Building a Debian .dsc
25----------------------
26
27Again, pretty much the normal:
28
29```
30git clone https://github.com/CESNET/libyang -b debian/master
31wget -Olibyang_0.16.105.orig.tar.gz https://github.com/CESNET/libyang/archive/v0.16-r3.tar.gz
32cd libyang
33dpkg-source -b .
34```
35
36(Note the diverging release numbering though.)
37
38 -- Ondřej Surý <Ondřej Surý <ondrej@debian.org>>, Fri, 22 May 2020 11:10:55 +0200