You are not logged in.

#1 2014-08-10 10:48:34

cjxgm
Member
From: Zhejiang, China
Registered: 2013-09-03
Posts: 9
Website

What to do if my package's manpages conflict another package?

I'm packaging c++ manpages generated from cppreference, but I found that gcc also provides c++ man pages (of course the contents are different and I think the gcc one is almost unreadable).

Of course I should not write conflicts=('gcc'), and, according to the arch packaging standards, I should never install my manpages into /usr/local/share/man/, then how can I solve the problem?

Offline

#2 2014-08-10 11:32:23

Awebb
Member
Registered: 2010-05-06
Posts: 6,688

Re: What to do if my package's manpages conflict another package?

First and foremost, if you are unhappy with the gcc docs, report a bug and send in your patch upstream.

Offline

#3 2014-08-10 21:31:49

ids1024
Member
From: California
Registered: 2013-08-16
Posts: 243
Website

Re: What to do if my package's manpages conflict another package?

See the plan9port package.  It places manpages in a custom location then adds it to MANPATH with a script in /etc/profile.d.


"Only wimps use tape backup: _real_ men just upload their important stuff on ftp, and let the rest of the world mirror it."—Linus Torvalds
s/ftp/git/

https://iandouglasscott.com | https://github.org/ids1024 | https://keybase.io/ids1024

Offline

#4 2014-08-10 23:15:23

lolilolicon
Member
Registered: 2009-03-05
Posts: 1,722

Re: What to do if my package's manpages conflict another package?

I suppose you can also install them as e.g. /usr/share/man/man3/foo.3cpp.gz


This silver ladybug at line 28...

Offline

Board footer

Powered by FluxBB