mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-29 21:23:06 +00:00
debianpkg: Move frr-reload.py to frr-pythontools subpackage
- avoids python dependency on main frr package Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
This commit is contained in:
parent
2c8f80ee3a
commit
f3dbd03c7f
@ -34,4 +34,5 @@ EXTRA_DIST = README.Debian README.Maintainer \
|
|||||||
frr.dirs frr.docs frr.install \
|
frr.dirs frr.docs frr.install \
|
||||||
frr.lintian-overrides frr.logrotate \
|
frr.lintian-overrides frr.logrotate \
|
||||||
frr.manpages frr.pam frr.postinst frr.postrm \
|
frr.manpages frr.pam frr.postinst frr.postrm \
|
||||||
frr.preinst frr.prerm
|
frr.preinst frr.prerm \
|
||||||
|
frr-pythontools.install
|
||||||
|
@ -4,7 +4,7 @@ Priority: optional
|
|||||||
Maintainer: Nobody <nobody@frrouting.org>
|
Maintainer: Nobody <nobody@frrouting.org>
|
||||||
Uploaders: Nobody <nobody@frrouting.org>
|
Uploaders: Nobody <nobody@frrouting.org>
|
||||||
XSBC-Original-Maintainer: <maintainers@frrouting.org>
|
XSBC-Original-Maintainer: <maintainers@frrouting.org>
|
||||||
Build-Depends: debhelper (>= 7.0.50~), libncurses5-dev, libreadline-dev, texlive-latex-base, texlive-generic-recommended, libpam0g-dev | libpam-dev, libcap-dev, texinfo (>= 4.7), imagemagick, ghostscript, groff, po-debconf, autotools-dev, hardening-wrapper, libpcre3-dev, gawk, chrpath, libsnmp-dev, git, dh-autoreconf, libjson0, libjson0-dev, python-ipaddr, pkg-config
|
Build-Depends: debhelper (>= 7.0.50~), libncurses5-dev, libreadline-dev, texlive-latex-base, texlive-generic-recommended, libpam0g-dev | libpam-dev, libcap-dev, texinfo (>= 4.7), imagemagick, ghostscript, groff, po-debconf, autotools-dev, hardening-wrapper, libpcre3-dev, gawk, chrpath, libsnmp-dev, git, dh-autoreconf, libjson0, libjson0-dev, pkg-config, python (>= 2.7), python-ipaddr
|
||||||
Standards-Version: 3.9.6
|
Standards-Version: 3.9.6
|
||||||
Homepage: http://www.freerangerouting.org/
|
Homepage: http://www.freerangerouting.org/
|
||||||
XS-Testsuite: autopkgtest
|
XS-Testsuite: autopkgtest
|
||||||
@ -44,3 +44,13 @@ Description: documentation files for FRR
|
|||||||
This package includes info files for frr, a free software which manages
|
This package includes info files for frr, a free software which manages
|
||||||
TCP/IP based routing protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3,
|
TCP/IP based routing protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3,
|
||||||
IS-IS, RIPv1, RIPv2, RIPng, PIM and LDP as well as the IPv6 versions of these.
|
IS-IS, RIPv1, RIPv2, RIPng, PIM and LDP as well as the IPv6 versions of these.
|
||||||
|
|
||||||
|
Package: frr-pythontools
|
||||||
|
Section: net
|
||||||
|
Architecture: all
|
||||||
|
Depends: ${misc:Depends}, frr (= ${binary:Version}), python (>= 2.7), python-ipaddr
|
||||||
|
Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (Python Tools)
|
||||||
|
This package includes info files for frr, a free software which manages
|
||||||
|
TCP/IP based routing protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3,
|
||||||
|
IS-IS, RIPv1, RIPv2, RIPng, PIM and LDP as well as the IPv6 versions of these.
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ Priority: optional
|
|||||||
Maintainer: Nobody <nobody@frrouting.org>
|
Maintainer: Nobody <nobody@frrouting.org>
|
||||||
Uploaders: Nobody <nobody@frrouting.org>
|
Uploaders: Nobody <nobody@frrouting.org>
|
||||||
XSBC-Original-Maintainer: <maintainers@frrouting.org>
|
XSBC-Original-Maintainer: <maintainers@frrouting.org>
|
||||||
Build-Depends: debhelper (>= 7.0.50~), libncurses5-dev, libreadline-dev, texlive-latex-base, texlive-generic-recommended, libpam0g-dev | libpam-dev, libcap-dev, texinfo (>= 4.7), imagemagick, ghostscript, groff, po-debconf, autotools-dev, hardening-wrapper, libpcre3-dev, gawk, chrpath, libsnmp-dev, git, dh-autoreconf, libjson-c-dev, libjson-c2, python-ipaddr, pkg-config
|
Build-Depends: debhelper (>= 7.0.50~), libncurses5-dev, libreadline-dev, texlive-latex-base, texlive-generic-recommended, libpam0g-dev | libpam-dev, libcap-dev, texinfo (>= 4.7), imagemagick, ghostscript, groff, po-debconf, autotools-dev, hardening-wrapper, libpcre3-dev, gawk, chrpath, libsnmp-dev, git, dh-autoreconf, libjson-c-dev, libjson-c2, pkg-config, python (>= 2.7), python-ipaddr
|
||||||
Standards-Version: 3.9.6
|
Standards-Version: 3.9.6
|
||||||
Homepage: http://www.freerangerouting.org/
|
Homepage: http://www.freerangerouting.org/
|
||||||
XS-Testsuite: autopkgtest
|
XS-Testsuite: autopkgtest
|
||||||
@ -44,3 +44,13 @@ Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (documentation)
|
|||||||
This package includes info files for frr, a free software which manages
|
This package includes info files for frr, a free software which manages
|
||||||
TCP/IP based routing protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3,
|
TCP/IP based routing protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3,
|
||||||
IS-IS, RIPv1, RIPv2, RIPng, PIM and LDP as well as the IPv6 versions of these.
|
IS-IS, RIPv1, RIPv2, RIPng, PIM and LDP as well as the IPv6 versions of these.
|
||||||
|
|
||||||
|
Package: frr-pythontools
|
||||||
|
Section: net
|
||||||
|
Architecture: all
|
||||||
|
Depends: ${misc:Depends}, frr (= ${binary:Version}), python (>= 2.7), python-ipaddr
|
||||||
|
Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (Python Tools)
|
||||||
|
This package includes info files for frr, a free software which manages
|
||||||
|
TCP/IP based routing protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3,
|
||||||
|
IS-IS, RIPv1, RIPv2, RIPng, PIM and LDP as well as the IPv6 versions of these.
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ Section: net
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Nobody <nobody@frrouting.org>
|
Maintainer: Nobody <nobody@frrouting.org>
|
||||||
Uploaders: Nobody <nobody@frrouting.org>
|
Uploaders: Nobody <nobody@frrouting.org>
|
||||||
Build-Depends: debhelper (>= 7.0.50~), libncurses5-dev, libreadline-dev, texlive-latex-base, texlive-generic-recommended, libpam0g-dev | libpam-dev, libcap-dev, texinfo (>= 4.7), imagemagick, ghostscript, groff, po-debconf, autotools-dev, hardening-wrapper, libpcre3-dev, gawk, chrpath, libsnmp-dev, git, dh-autoreconf, libjson-c-dev, libjson-c2, dh-systemd, libsystemd-dev, python-ipaddr, bison, flex, libc-ares-dev, pkg-config
|
Build-Depends: debhelper (>= 7.0.50~), libncurses5-dev, libreadline-dev, texlive-latex-base, texlive-generic-recommended, libpam0g-dev | libpam-dev, libcap-dev, texinfo (>= 4.7), imagemagick, ghostscript, groff, po-debconf, autotools-dev, hardening-wrapper, libpcre3-dev, gawk, chrpath, libsnmp-dev, git, dh-autoreconf, libjson-c-dev, libjson-c2, dh-systemd, libsystemd-dev, bison, flex, libc-ares-dev, pkg-config, python (>= 2.7), python-ipaddr
|
||||||
Standards-Version: 3.9.6
|
Standards-Version: 3.9.6
|
||||||
Homepage: http://www.freerangerouting.org/
|
Homepage: http://www.freerangerouting.org/
|
||||||
|
|
||||||
@ -42,3 +42,12 @@ Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (documentation)
|
|||||||
This package includes info files for frr, a free software which manages
|
This package includes info files for frr, a free software which manages
|
||||||
TCP/IP based routing protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3,
|
TCP/IP based routing protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3,
|
||||||
IS-IS, RIPv1, RIPv2, RIPng, PIM and LDP as well as the IPv6 versions of these.
|
IS-IS, RIPv1, RIPv2, RIPng, PIM and LDP as well as the IPv6 versions of these.
|
||||||
|
|
||||||
|
Package: frr-pythontools
|
||||||
|
Section: net
|
||||||
|
Architecture: all
|
||||||
|
Depends: ${misc:Depends}, frr (= ${binary:Version}), python (>= 2.7), python-ipaddr
|
||||||
|
Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (Python Tools)
|
||||||
|
This package includes info files for frr, a free software which manages
|
||||||
|
TCP/IP based routing protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3,
|
||||||
|
IS-IS, RIPv1, RIPv2, RIPng, PIM and LDP as well as the IPv6 versions of these.
|
||||||
|
1
debianpkg/frr-pythontools.install
Normal file
1
debianpkg/frr-pythontools.install
Normal file
@ -0,0 +1 @@
|
|||||||
|
tools/frr-reload.py usr/lib/frr/
|
@ -2,7 +2,6 @@ etc/frr/
|
|||||||
usr/bin/vtysh
|
usr/bin/vtysh
|
||||||
usr/include/frr/
|
usr/include/frr/
|
||||||
usr/lib/
|
usr/lib/
|
||||||
tools/frr-reload.py usr/lib/frr/
|
|
||||||
tools/frr usr/lib/frr
|
tools/frr usr/lib/frr
|
||||||
usr/share/doc/frr/
|
usr/share/doc/frr/
|
||||||
usr/share/man/man1/vtysh.1
|
usr/share/man/man1/vtysh.1
|
||||||
|
Loading…
Reference in New Issue
Block a user