Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian pkg 2.0 #3

Merged
merged 3 commits into from
Jul 21, 2017

Commits on Jul 20, 2017

  1. 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 <[email protected]>
    smccroskey committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    d2022a8 View commit details
    Browse the repository at this point in the history
  2. ospfclient: fix man page section

    Testing done: built in sbuild with lintian enabled
    
    Clears the following lintian warning:
    W: frr: manpage-section-mismatch usr/share/man/man8/ospfclient.8.gz:2 8 != 1
    
    Signed-off-by: Silas McCroskey <[email protected]>
    smccroskey committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    950e97c View commit details
    Browse the repository at this point in the history
  3. backports: don't install frr-reload.py in frr package

    Testing done: built in sbuild with lintian enabled
                  verified frr-reload.py still in frr-pythontools
    
    Clean up issues missed when moving the script into a separate package.
    
    Clears the following lintian warning:
    E: frr: python-script-but-no-python-dep usr/lib/frr/frr-reload.py
    
    Signed-off-by: Silas McCroskey <[email protected]>
    smccroskey committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    fe57aa3 View commit details
    Browse the repository at this point in the history