GNOME Bugzilla – Bug 707461
Add a man page
Last modified: 2014-06-23 12:15:33 UTC
Add a simple man page. Without this, rpmlint and lintian gives out warnings when building rpm and deb packages.
Yep, it's important to have a man page.
Created attachment 277134 [details] man page for Music Here is a small manpage I wrote that might prove useful.
Comment on attachment 277134 [details] man page for Music change from binary to text
(In reply to comment #3) > (From update of attachment 277134 [details]) > change from binary to text Brett, could you use "git format-patch" for this - otherwise author and commit message are getting lost and we can't review it in bugzilla. See https://wiki.gnome.org/Git/WorkingWithPatches#How_to_make_a_patch for more details
Created attachment 277421 [details] [review] proper patch for adding a manpage I'm sorry for the trouble. Here you are.
Review of attachment 277421 [details] [review]: Good, however we'll also need some build infra to make it being installed properly. ::: man/gnome-music.1 @@ +24,3 @@ +Select favorites. + +.SH "OPTIONS" We also accept '-d' and '--debug' options which will display debugging information
Created attachment 277511 [details] [review] add man page I've added the debug options and changed 'only supports standard gnome/gtk options' to 'supports standard gnome/gtk options'. What is the needed infrastructure that was mentioned? The man/ directory? The patch applied fine for me...
Review of attachment 277511 [details] [review]: Thanks, pushed as https://git.gnome.org/browse/gnome-music/commit/?id=57cc7ed with minor updates