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