mirror_frr/debianpkg
smccroskey f2d56ccb40 debian: install PNG files in /usr/share/info
Testing done: built in sbuild with lintian enabled

Clears lintian warnings of the following form:
W: frr-doc: info-document-missing-image-file

According to the documentation for the lintian warning, certain
applications (e.g.  emacs) can render images from info files inline,
and expect the images to either have their full path defined or be
installed in the same directory as the info files themselves.
Automake doesn't seem to have a primary for handling this sort of
installation (info_DATA is invalid and causes an error), so opted to
handle it in the debian install file itself.

Installing the images elsewhere (another path installed by frr-doc)
and giving a full path to their location in info files might be a
better approach.

Signed-off-by: Silas McCroskey <smccroskey@cumulusnetworks.com>
2017-11-17 17:55:32 -08:00
..
backports debianpkg: Fix 'make backports' warning about autopkgtest 2017-11-17 17:55:32 -08:00
po debian->debianpkg: Move debian files from debian dir to debianpkg dir. 2017-11-17 17:55:30 -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 debianpkg: Move frr-reload.py to frr-pythontools subpackage 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.config 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 debianpkg: Overriding lintian package-name-doesnt-match-sonames warning 2017-11-17 17:55:32 -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 debian->debianpkg: Move debian files from debian dir to debianpkg dir. 2017-11-17 17:55:30 -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 debian->debianpkg: Move debian files from debian dir to debianpkg dir. 2017-11-17 17:55:30 -08:00
Makefile.am debianpkg: Move frr-reload.py to frr-pythontools subpackage 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 debianpkg: Support --with-pkg-extra-version and other modifier to build custom package version 2017-11-17 17:55:31 -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/