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
12 # To check if the patches still apply on new upstream versions:
14 for i in debian/patches/*.diff; do echo -e "#\n# $i\n#"; patch --fuzz=3 --dry-run -p1 < $i; done
17 # Filename transition from zebra to frr
20 Files that keep their names
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/
32 /usr/sbin/* -> /usr/lib/frr/