[opensuse-buildservice] Man page in deb and rpm
Hi. Im building an rpm and a deb package in this project: https://build.opensuse.org/package/show/home:elchaschab/Cheesy I would also like to include the man page in both packages but i can't find anywhere how to. greets, amir -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Amir Hassan <amir@viel-zu.org> Sun, 26 Jan 2014 00:28:39 +0300:
Hi. Im building an rpm and a deb package in this project: https://build.opensuse.org/package/show/home:elchaschab/Cheesy I would also like to include the man page in both packages but i can't find anywhere how to.
greets, amir
Hello. As I see you've already done it: %doc %{_mandir}/man?/* What would you like to do? -- Best regards, Dmitriy DA(P).DarkneSS Perlow @ Linux x64 -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Sat, 25 Jan 2014 22:58:45 +0100, Dmitriy Perlow <dap@open.by> wrote:
Amir Hassan <amir@viel-zu.org> Sun, 26 Jan 2014 00:28:39 +0300:
Hi. Im building an rpm and a deb package in this project: https://build.opensuse.org/package/show/home:elchaschab/Cheesy I would also like to include the man page in both packages but i can't find anywhere how to.
Hello. As I see you've already done it: %doc %{_mandir}/man?/* What would you like to do?
yeah i found out how to do it with the rpm but i can't figure out how to do it with the deb package. -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Amir Hassan <amir@viel-zu.org> Sun, 26 Jan 2014 01:07:53 +0300:
On Sat, 25 Jan 2014 22:58:45 +0100, Dmitriy Perlow <dap@open.by> wrote:
Amir Hassan <amir@viel-zu.org> Sun, 26 Jan 2014 00:28:39 +0300:
Hi. Im building an rpm and a deb package in this project: https://build.opensuse.org/package/show/home:elchaschab/Cheesy I would also like to include the man page in both packages but i can't find anywhere how to.
Hello. As I see you've already done it: %doc %{_mandir}/man?/* What would you like to do?
yeah i found out how to do it with the rpm but i can't figure out how to do it with the deb package.
To package deb put all files into $(CURDIR)/debian/packagename/usr/share/applications directory, f.e. make install into it. To package rpm you must also fill out files section. -- Best regards, Dmitriy DA(P).DarkneSS Perlow @ Linux x64 -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
yeah i found out how to do it with the rpm but i can't figure out how to do it with the deb package.
To package deb put all files into $(CURDIR)/debian/packagename/usr/share/applications directory, f.e. make install into it. To package rpm you must also fill out files section.
I don't understand how that helps me with packaging a man page into a deb package. -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Amir Hassan <amir@viel-zu.org> Sun, 26 Jan 2014 01:13:37 +0300:
yeah i found out how to do it with the rpm but i can't figure out how to do it with the deb package.
To package deb put all files into $(CURDIR)/debian/packagename/usr/share/applications directory, f.e. make install into it. To package rpm you must also fill out files section.
I don't understand how that helps me with packaging a man page into a deb package.
If man pages files are put in this directory they will be packaged. This is true for all kinds of files too. Do you mean than man files differ from other ones? -- Best regards, Dmitriy DA(P).DarkneSS Perlow @ Linux x64 -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Sat, 25 Jan 2014 23:16:15 +0100, Dmitriy Perlow <dap@open.by> wrote:
Amir Hassan <amir@viel-zu.org> Sun, 26 Jan 2014 01:13:37 +0300:
yeah i found out how to do it with the rpm but i can't figure out how to do it with the deb package.
To package deb put all files into $(CURDIR)/debian/packagename/usr/share/applications directory, f.e. make install into it. To package rpm you must also fill out files section.
I don't understand how that helps me with packaging a man page into a deb package.
If man pages files are put in this directory they will be packaged. This is true for all kinds of files too. Do you mean than man files differ from other ones?
yes. i thought i had to do something special to install the man page. -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Amir Hassan <amir@viel-zu.org> Sun, 26 Jan 2014 01:16:53 +0300:
On Sat, 25 Jan 2014 23:16:15 +0100, Dmitriy Perlow <dap@open.by> wrote:
Amir Hassan <amir@viel-zu.org> Sun, 26 Jan 2014 01:13:37 +0300:
yeah i found out how to do it with the rpm but i can't figure out how to do it with the deb package.
To package deb put all files into $(CURDIR)/debian/packagename/usr/share/applications directory, f.e. make install into it. To package rpm you must also fill out files section.
I don't understand how that helps me with packaging a man page into a deb package.
If man pages files are put in this directory they will be packaged. This is true for all kinds of files too. Do you mean than man files differ from other ones?
yes. i thought i had to do something special to install the man page.
Sorry for my stupid copy-pate error! Of course $(CURDIR)/debian/packagename must be a target. As I know nothing special might be done. But I've never packages man pages files into deb packages… -- Best regards, Dmitriy DA(P).DarkneSS Perlow @ Linux x64 -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (2)
-
Amir Hassan
-
Dmitriy Perlow