-dump.1 in debian/rumur.manpages, because
> this file is apparently not installed otherwise.
I’m sorry, I don’t follow. rumur-ast-dump.1 *is* installed by the upstream
CMake-driven build process. In fact, I deleted debian/rumur.manpages just now
and it bypasses the dh_installman error and resul
On 2019-10-30 22:27 -0700, Matthew Fernandez wrote:
> As it turns out, there was mail from Colin Watson sitting in my spam folder
> that explained the situation as a dh_installman bug [4]. Colin, you
> describe this as a man-recode problem but your description actually makes
> it soun
figured I may as well skip the revision
> I’d uploaded and package the latest release (v2019.10.27) with the Python 2
> removal included. However, now my script is failing me at a dh_installman
> step:
>
> …
>dh_installman
> dh_installman: mv
> debian/rumur/
(v2019.10.27) with the Python 2 removal
included. However, now my script is failing me at a dh_installman step:
…
dh_installman
dh_installman: mv debian/rumur/usr/share/man/man1/rumur-ast-dump.1.dh-new
debian/rumur/usr/share/man/man1/rumur-ast-dump.1: No such file or directory
ote:
> > I am changing the rules of the package amanda to debhelper 9 and I am
> > stopped in a problem with dh_installman. I have checked what I know
> > and everything is correct. But still I think that is something
> > obvious that I am missing. Possibly the manpages have
Jose M Calhariz wrote:
> I am changing the rules of the package amanda to debhelper 9 and I am
> stopped in a problem with dh_installman. I have checked what I know
> and everything is correct. But still I think that is something
> obvious that I am missing. Possibly the manpages h
On 2016-07-31 18:05 +0100, Jose M Calhariz wrote:
> I am changing the rules of the package amanda to debhelper 9 and I am
> stopped in a problem with dh_installman. I have checked what I know
> and everything is correct. But still I think that is something
> obvious that I am missin
Hi,
I am changing the rules of the package amanda to debhelper 9 and I am
stopped in a problem with dh_installman. I have checked what I know
and everything is correct. But still I think that is something
obvious that I am missing. Possibly the manpages have an error in
nroff code.
The tail
Ole Streicher writes:
> Russ Allbery writes:
>> This is arguably a bug in te dh_installman documentation. It takes the
>> section component of the man page name from the .TH line, but the name
>> component is taken from the basename of the source file. So you need to
&
Russ Allbery writes:
> Ole Streicher writes:
>> Following the man page of dh_installman:
>
>> | If you have a properly formatted .TH or .Dt line, your man page will
>> | be installed into the right directory, with the right name
> This is arguably a bug in te dh_in
Ole Streicher writes:
> Following the man page of dh_installman:
> | If you have a properly formatted .TH or .Dt line, your man page will
> | be installed into the right directory, with the right name
> I thought I could just change the name in the TH line:
> ---
&\fBFunOpen \- open a Funtools data file\fR
-8<
The name funopen.3 has a clash with the BSD funopen manpage (which is
currently solved by renaming the BSD page).
However the documented function has CamelCase, so the correct manpage
would be anyway FunOpen.3.
Followi
-8<
The name funopen.3 has a clash with the BSD funopen manpage (which is
currently solved by renaming the BSD page).
However the documented function has CamelCase, so the correct manpage
would be anyway FunOpen.3.
Following the man page of dh_installman:
| If you h
On 1/23/07, Charles Plessy <[EMAIL PROTECTED]> wrote:
Hi Andrew,
in that case, you should have dh_installman debian/jabbin.1 in the
binary-arch sectin of your debian/rules file...
Is it the case ?
As I just said I misinterpreted the documentation, anyway thanks, I'll
just add the
On 1/23/07, Monty Taylor <[EMAIL PROTECTED]> wrote:
Do you have debian/jabbin.1 in debian/manpages?
No I don't, the way I read the man page for dh_installman was that it
would automatically find manpages that are named the same as the
binary packages. I'll add the manpages file
Le Tue, Jan 23, 2007 at 04:21:46PM +1100, Andrew Donnellan a écrit :
> I'm having trouble getting dh_installman to work. I have a manpage
> written in DocBook XML in debian/manpage.xml, and I have a command in
> debian/rules that transforms it and puts the result in
> debian/jab
Do you have debian/jabbin.1 in debian/manpages?
Monty
Andrew Donnellan wrote:
Hi mentors,
I'm having trouble getting dh_installman to work. I have a manpage
written in DocBook XML in debian/manpage.xml, and I have a command in
debian/rules that transforms it and puts the result in
d
Hi mentors,
I'm having trouble getting dh_installman to work. I have a manpage
written in DocBook XML in debian/manpage.xml, and I have a command in
debian/rules that transforms it and puts the result in
debian/jabbin.1. This works OK.
Now, dh_installman is called while building, but for
man/*.8 usr/share/man/fr/man8
> doc/fr/man/*.1 usr/share/man/fr/man1
>
> This works great. It even gzips them. I'm not going to use
> dh_installman.
The gzipping is done by dh_compress.
Gruß, Georg
not going to use
dh_installman.
http://debian.natalian.org/maradns_1.0.23-2.diff.gz
man/*.8 usr/share/man/fr/man8
> doc/fr/man/*.1 usr/share/man/fr/man1
>
> This works great. It even gzips them. I'm not going to use
> dh_installman.
The gzipping is done by dh_compress.
Gruß, Georg
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
not going to use
dh_installman.
http://debian.natalian.org/maradns_1.0.23-2.diff.gz
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Matthew Palmer wrote:
> I was under the impression that dh_installman renamed the file appropriately
> according to the .TH line -- at least, that's what the manpage suggests.
It uses the .TH line to get the section, but AFAIK there is nothing
similar in the content of the man page
Matthew Palmer wrote:
> I was under the impression that dh_installman renamed the file appropriately
> according to the .TH line -- at least, that's what the manpage suggests.
It uses the .TH line to get the section, but AFAIK there is nothing
similar in the content of the man page
On 2004-07-08 Laszlo 'GCS' Boszormenyi <[EMAIL PROTECTED]> wrote:
> * Andreas Metzler <[EMAIL PROTECTED]> [2004-07-08 15:32:22 +0200]:
> > On 2004-07-08 Kai Hendry <[EMAIL PROTECTED]> wrote:
> > [...]
> > > So I need to nice way to
* Andreas Metzler <[EMAIL PROTECTED]> [2004-07-08 15:32:22 +0200]:
> On 2004-07-08 Kai Hendry <[EMAIL PROTECTED]> wrote:
> [...]
> > So I need to nice way to feed:
> > dh_installman doc/fr/man/zoneserver.fr.8
> > Although the actual file is:
> > doc/f
On 2004-07-08 Kai Hendry <[EMAIL PROTECTED]> wrote:
[...]
> So I need to nice way to feed:
> dh_installman doc/fr/man/zoneserver.fr.8
> Although the actual file is:
> doc/fr/man/zoneserver.8
The file is doc/fr/man/zoneserver.8 in the tarball and you want it to
be installe
On 2004-07-08 Laszlo 'GCS' Boszormenyi <[EMAIL PROTECTED]> wrote:
> * Andreas Metzler <[EMAIL PROTECTED]> [2004-07-08 15:32:22 +0200]:
> > On 2004-07-08 Kai Hendry <[EMAIL PROTECTED]> wrote:
> > [...]
> > > So I need to nice way to
* Kai Hendry <[EMAIL PROTECTED]> [2004-07-08 13:00:32 +0300]:
> But that makes the diff huge and it looks horrible. I was hoping diff
> could spot a rename, obviously not.
It won't as you experienced.
> So I need to nice way to feed:
> dh_installman doc/fr/man/zoneserv
ng diff
> could spot a rename, obviously not.
No, diff is pretty dumb about these sorts of things.
> So I need to nice way to feed:
> dh_installman doc/fr/man/zoneserver.fr.8
> Although the actual file is:
> doc/fr/man/zoneserver.8
I was under the impression that dh_instal
* Andreas Metzler <[EMAIL PROTECTED]> [2004-07-08 15:32:22 +0200]:
> On 2004-07-08 Kai Hendry <[EMAIL PROTECTED]> wrote:
> [...]
> > So I need to nice way to feed:
> > dh_installman doc/fr/man/zoneserver.fr.8
> > Although the actual file is:
> > doc/f
On 2004-07-08 Kai Hendry <[EMAIL PROTECTED]> wrote:
[...]
> So I need to nice way to feed:
> dh_installman doc/fr/man/zoneserver.fr.8
> Although the actual file is:
> doc/fr/man/zoneserver.8
The file is doc/fr/man/zoneserver.8 in the tarball and you want it to
be installe
looks horrible. I was hoping diff
could spot a rename, obviously not.
So I need to nice way to feed:
dh_installman doc/fr/man/zoneserver.fr.8
Although the actual file is:
doc/fr/man/zoneserver.8
I guess I mv it with the rules file, but that doesn't sound so nice to
me. Or?
Perhaps I am
* Kai Hendry <[EMAIL PROTECTED]> [2004-07-08 13:00:32 +0300]:
> But that makes the diff huge and it looks horrible. I was hoping diff
> could spot a rename, obviously not.
It won't as you experienced.
> So I need to nice way to feed:
> dh_installman doc/fr/man/zoneserv
ng diff
> could spot a rename, obviously not.
No, diff is pretty dumb about these sorts of things.
> So I need to nice way to feed:
> dh_installman doc/fr/man/zoneserver.fr.8
> Although the actual file is:
> doc/fr/man/zoneserver.8
I was under the impression that dh_instal
looks horrible. I was hoping diff
could spot a rename, obviously not.
So I need to nice way to feed:
dh_installman doc/fr/man/zoneserver.fr.8
Although the actual file is:
doc/fr/man/zoneserver.8
I guess I mv it with the rules file, but that doesn't sound so nice to
me. Or?
Perhaps I am
On Sat, Apr 13, 2002 at 12:16:16PM -0400, Joey Hess wrote:
> Roger Leigh wrote:
> > Ah, thanks. Some of the manpages are (oddly) zero-length. I'll have
> > to write some when I get time, if there are not any elsewhere.
>
> All right, the next version of debhelper (in about 9 days) will deal
> wi
On Sat, Apr 13, 2002 at 12:16:16PM -0400, Joey Hess wrote:
> Roger Leigh wrote:
> > Ah, thanks. Some of the manpages are (oddly) zero-length. I'll have
> > to write some when I get time, if there are not any elsewhere.
>
> All right, the next version of debhelper (in about 9 days) will deal
> w
On 13-Apr-2002 Joey Hess wrote:
> Roger Leigh wrote:
>> > install man pages that are 0 length files. If you send me your build
>> > tree I can try to debug it.
>>
>> Ah, thanks. Some of the manpages are (oddly) zero-length. I'll have
>> to write some when I get time, if there are not any elsewh
Roger Leigh wrote:
> > install man pages that are 0 length files. If you send me your build
> > tree I can try to debug it.
>
> Ah, thanks. Some of the manpages are (oddly) zero-length. I'll have
> to write some when I get time, if there are not any elsewhere.
All right, the next version of deb
On 13-Apr-2002 Joey Hess wrote:
> Roger Leigh wrote:
>> > install man pages that are 0 length files. If you send me your build
>> > tree I can try to debug it.
>>
>> Ah, thanks. Some of the manpages are (oddly) zero-length. I'll have
>> to write some when I get time, if there are not any elsew
Roger Leigh wrote:
> > install man pages that are 0 length files. If you send me your build
> > tree I can try to debug it.
>
> Ah, thanks. Some of the manpages are (oddly) zero-length. I'll have
> to write some when I get time, if there are not any elsewhere.
All right, the next version of de
Joey Hess <[EMAIL PROTECTED]> writes:
> Roger Leigh wrote:
> > I'm getting some errors from dh_installman, and the manpages are not
> > getting installed:
> >
> > $ dpkg-buildpackage -rfakeroot -us -uc
> > [...]
> > dh_installman -i
> > U
Joey Hess <[EMAIL PROTECTED]> writes:
> Roger Leigh wrote:
> > I'm getting some errors from dh_installman, and the manpages are not
> > getting installed:
> >
> > $ dpkg-buildpackage -rfakeroot -us -uc
> > [...]
> > dh_installman -i
> > U
Roger Leigh wrote:
> I'm getting some errors from dh_installman, and the manpages are not
> getting installed:
>
> $ dpkg-buildpackage -rfakeroot -us -uc
> [...]
> dh_installman -i
> Use of uninitialized value in pattern match (m//) at /usr/bin/dh_installman
> lin
Hello,
I'm getting some errors from dh_installman, and the manpages are not
getting installed:
$ dpkg-buildpackage -rfakeroot -us -uc
[...]
dh_installman -i
Use of uninitialized value in pattern match (m//) at /usr/bin/dh_installman
line 181.
Use of uninitialized value in pattern match (m/
Roger Leigh wrote:
> I'm getting some errors from dh_installman, and the manpages are not
> getting installed:
>
> $ dpkg-buildpackage -rfakeroot -us -uc
> [...]
> dh_installman -i
> Use of uninitialized value in pattern match (m//) at /usr/bin/dh_installman line 1
Hello,
I'm getting some errors from dh_installman, and the manpages are not
getting installed:
$ dpkg-buildpackage -rfakeroot -us -uc
[...]
dh_installman -i
Use of uninitialized value in pattern match (m//) at /usr/bin/dh_installman line 181.
Use of uninitialized value in pattern match (m/
Carlos Laviola wrote:
> You're not supposed to put the manpage wherever you want to, even if it is a X
> program. dh_installman puts the manpages into their respective sections, e.g.
> if you have foo.1, it'll be but on section 1. If you have foo.1x, it'll be but
> at /u
Wouter de Vries writes:
> so now I put the X11 app in /usr/bin (shame on me!)..
see policy 12.8:
_Packages using the X Window System should abide by the FHS standard
whenever possible_; they should install binaries, libraries, manual
pages, and other files in FHS-mandated location
Carlos Laviola wrote:
> You're not supposed to put the manpage wherever you want to, even if it is a X
> program. dh_installman puts the manpages into their respective sections, e.g.
> if you have foo.1, it'll be but on section 1. If you have foo.1x, it'll be but
>
Wouter de Vries writes:
> so now I put the X11 app in /usr/bin (shame on me!)..
see policy 12.8:
_Packages using the X Window System should abide by the FHS standard
whenever possible_; they should install binaries, libraries, manual
pages, and other files in FHS-mandated locatio
On 10-Mar-2001 Wouter de Vries wrote:
> Hi,
>
> I was wondering how to install man pages in the X11 man directory with
> dh_installman. I have read the manual, but it is not in there. Lintian
> keeps giving me warnings about the manual being in the wrong place, so
> now I
On 10-Mar-2001 Wouter de Vries wrote:
> Hi,
>
> I was wondering how to install man pages in the X11 man directory with
> dh_installman. I have read the manual, but it is not in there. Lintian
> keeps giving me warnings about the manual being in the wrong place, so
> now I
Hi,
I was wondering how to install man pages in the X11 man directory with
dh_installman. I have read the manual, but it is not in there. Lintian
keeps giving me warnings about the manual being in the wrong place, so
now I put the X11 app in /usr/bin (shame on me!).. Please help me out.
Wouter
Hi,
I was wondering how to install man pages in the X11 man directory with
dh_installman. I have read the manual, but it is not in there. Lintian
keeps giving me warnings about the manual being in the wrong place, so
now I put the X11 app in /usr/bin (shame on me!).. Please help me out.
Wouter
56 matches
Mail list logo