]> git.proxmox.com Git - mirror_frr.git/blob - debian/README.Maintainer
debian: make package "official"
[mirror_frr.git] / debian / README.Maintainer
1 #
2 # TODO
3 #
4
5 - check that tests/{control,daemons} actually do something useful and sensible
6 - /usr/share/doc/frr-doc should be named just frr?
7 - debian/watch pgpsigurlmangle / signing-key
8 - multiarch for DSOs?
9 - frr try-restart
10
11 #
12 # To check if the patches still apply on new upstream versions:
13 #
14 for i in debian/patches/*.diff; do echo -e "#\n# $i\n#"; patch --fuzz=3 --dry-run -p1 < $i; done
15
16 #
17 # Filename transition from zebra to frr
18 #
19
20 Files that keep their names
21 /usr/bin/vtysh
22
23 Files that got an -pj suffix
24 /etc/default/zebra -> /etc/frr/daemons.conf
25 /etc/init.d/zebra -> /etc/init.d/frr
26 /etc/zebra/ -> /etc/frr/
27 /usr/share/doc/zebra/ -> /usr/share/doc/frr/
28 /var/log/zebra/ -> /var/log/frr/
29 /var/run/ -> /var/run/frr/
30
31 Files that were moved
32 /usr/sbin/* -> /usr/lib/frr/