This website requires JavaScript.
Explore
Help
Sign In
matthieu
/
frr
Watch
1
Star
0
Fork
You've already forked frr
0
forked from
Mirror/frr
Code
Pull requests
Activity
699f6a66a9
frr
/
debianpkg
/
frr-doc.install
3 lines
61 B
Plaintext
Raw
Normal View
History
Unescape
Escape
debianpkg: kill backports The debianpkg/backports system is rather complicated and actually slows down Debian package building quite a lot since the backports/rules file is evaluated a zillion times during a normal build. This just folds up everything into a single Debian package build that works on all OSes. The only real difference that the backports stuff was used for is switching between systemd and init.d, the latter for Ubuntu 12.04 and 14.04. With this, that switch is controlled by the pkg.frr.nosystemd Build-Profile instead. Package builds for Ubuntu 14.04 need to supply the -Ppkg.frr.nosystemd option to dpkg-buildpackage. (12.04 isn't supported anymore anyway.) Note that the update-rc.d step that was previously coded into postinst/postrm is now handled by the dh_installinit magic. Other than this, there were some minor build dependency differences, all of which are now just handled as | in the central deps. Signed-off-by: David Lamparter <equinox@diac24.net>
2018-10-22 13:37:53 +02:00
usr/share/info/
debianpkg: update packaging for new docs Incidentally this was all broken before anyway. * Correctly ship all documents in frr-doc * Ship manpages for all daemons in frr * Update rules to build docs via Sphinx * Use packaging install files correctly
2018-02-16 17:21:14 +01:00
doc/user/_build/texinfo/*.png usr/share/info
Copy permalink