setup.py does no longer install man page

Bug #1387174 reported by Tim Landscheidt
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
git-review
New
Undecided
Unassigned

Bug Description

Probably introduced by I20427b51e84b90dcc1d870a547cdcc5240b4ff0e.

Revision history for this message
Antoine "hashar" Musso (hashar) wrote :

manpages supports has been apparently introduced by https://review.openstack.org/26284 and release v0.5.7.

Apparently one has to list them in the pbr config probably using in setup.cfg something like:

 [pbr]
 manpages =
     foobar.1

I gave it a try on the git-review project and running 'python setup.py install':

 ...
 running install_data
 copying git-review.1 -> /usr/local/share/man/man1

Using python setup.py develop, pbr does not install it (would have expected a symbolic link to be set maybe).

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.