mirror_frr/debianpkg
smccroskey 4ef6ea4c5c frr.lintian-overrides: update for current list of built libs
Because the lintian warning no longer matched exactly due to removal
of unused protobuf libraries from the build, the warning wasn't
masked.  Update it to match the current warning string.

Signed-off-by: Silas McCroskey <smccroskey@cumulusnetworks.com>
2017-11-17 17:55:33 -08:00
..
backports ubuntu trusty/precise: remove leftover debconf call 2017-11-17 17:55:33 -08:00
source debian->debianpkg: Move debian files from debian dir to debianpkg dir. 2017-11-17 17:55:30 -08:00
tests debian->debianpkg: Move debian files from debian dir to debianpkg dir. 2017-11-17 17:55:30 -08:00
changelog.in debianpkg: Support --with-pkg-extra-version and other modifier to build custom package version 2017-11-17 17:55:31 -08:00
compat debian->debianpkg: Move debian files from debian dir to debianpkg dir. 2017-11-17 17:55:30 -08:00
control deb-based-distros: clean up leftover debconf references 2017-11-17 17:55:32 -08:00
copyright debian->debianpkg: Move debian files from debian dir to debianpkg dir. 2017-11-17 17:55:30 -08:00
frr-doc.docs debian->debianpkg: Move debian files from debian dir to debianpkg dir. 2017-11-17 17:55:30 -08:00
frr-doc.info debian->debianpkg: Move debian files from debian dir to debianpkg dir. 2017-11-17 17:55:30 -08:00
frr-doc.install debian: install PNG files in /usr/share/info 2017-11-17 17:55:32 -08:00
frr-doc.lintian-overrides debian->debianpkg: Move debian files from debian dir to debianpkg dir. 2017-11-17 17:55:30 -08:00
frr-pythontools.install debianpkg: Move frr-reload.py to frr-pythontools subpackage 2017-11-17 17:55:32 -08:00
frr.conf debian->debianpkg: Move debian files from debian dir to debianpkg dir. 2017-11-17 17:55:30 -08:00
frr.dirs debian->debianpkg: Move debian files from debian dir to debianpkg dir. 2017-11-17 17:55:30 -08:00
frr.docs debian->debianpkg: Move debian files from debian dir to debianpkg dir. 2017-11-17 17:55:30 -08:00
frr.install debianpkg: Move frr-reload.py to frr-pythontools subpackage 2017-11-17 17:55:32 -08:00
frr.lintian-overrides frr.lintian-overrides: update for current list of built libs 2017-11-17 17:55:33 -08:00
frr.logrotate debian->debianpkg: Move debian files from debian dir to debianpkg dir. 2017-11-17 17:55:30 -08:00
frr.manpages debian->debianpkg: Move debian files from debian dir to debianpkg dir. 2017-11-17 17:55:30 -08:00
frr.pam debian->debianpkg: Move debian files from debian dir to debianpkg dir. 2017-11-17 17:55:30 -08:00
frr.postinst deb-based-distros: clean up leftover debconf references 2017-11-17 17:55:32 -08:00
frr.postrm debian->debianpkg: Move debian files from debian dir to debianpkg dir. 2017-11-17 17:55:30 -08:00
frr.preinst debian->debianpkg: Move debian files from debian dir to debianpkg dir. 2017-11-17 17:55:30 -08:00
frr.prerm deb-based-distros: clean up leftover debconf references 2017-11-17 17:55:32 -08:00
Makefile.am debianpkg/Makefile.am: remove frr.config 2017-11-17 17:55:32 -08:00
README.deb_build.md debianpkg: Do not start package after installation 2017-11-17 17:55:31 -08:00
README.Debian debian->debianpkg: Move debian files from debian dir to debianpkg dir. 2017-11-17 17:55:30 -08:00
README.Maintainer debian->debianpkg: Move debian files from debian dir to debianpkg dir. 2017-11-17 17:55:30 -08:00
rules backports: don't install frr-reload.py in frr package 2017-11-17 17:55:32 -08:00
watchfrr.rc debian->debianpkg: Move debian files from debian dir to debianpkg dir. 2017-11-17 17:55:30 -08:00

#
# To check if the patches still apply on new upstream versions:
#
for i in debian/patches/*.diff; do echo -e "#\n# $i\n#"; patch --fuzz=3 --dry-run -p1 < $i; done

#
# Filename transition from zebra to frr
#

Files that keep their names
	/usr/bin/vtysh

Files that got an -pj suffix
	/etc/default/zebra	-> /etc/frr/daemons.conf
	/etc/init.d/zebra	-> /etc/init.d/frr
	/etc/zebra/		-> /etc/frr/
	/usr/share/doc/zebra/	-> /usr/share/doc/frr/
	/var/log/zebra/		-> /var/log/frr/
	/var/run/ 		-> /var/run/frr/

Files that were moved
	/usr/sbin/*		-> /usr/lib/frr/