[Piuparts-devel] bullseye branch rename [was Re: piuparts.py and piuparts-analyze.py]
Herbert Fortes
terberh at gmail.com
Sun Jul 21 12:43:55 BST 2019
>
> doc_by_shinx is a horrible name. why not just docs?
indeed
>
>> The manpages need one dir per manpage. That's the way I found to
>> not build one manpage with all files.
>
> then they should be in subdirs below docs/
Ok
>> Link to branch:
>> https://salsa.debian.org/hpfn/piuparts/tree/bullseye_sync_clean
>
> in one of the commits there you comment out the asciidoc and xmlto
> build-depends in debian/control. please remove them instead.
Removed.
>
> also please change doc_by_sphinx/ to docs/
Done.
I am with some problems to 'git push' right now. I have to talk
with Eriberto to see if he can help me.
There is an adjust I would like to do in Makefile:
man1dir = $(mandir)/man1
man8dir = $(mandir)/man8
libdir = $(prefix)/lib
docdir = $(prefix)/share/doc/piuparts/ # the last '/'
Then:
[...]
install -d $(DESTDIR)$(docdir)/
install -d $(DESTDIR)$(docdir)html/ # here I did the same for more lines. No '/' between $(docdir) and html
The build log:
# txt
install -d /home/final/piuparts/debian/tmp/usr/share/doc/piuparts// # at the end '//'
# html
install -d /home/final/piuparts/debian/tmp/usr/share/doc/piuparts/html/
The var 'docdir' is the only one with a '/' at the end. Can I remove it?
Regards,
Herbert
>
> & thanks for your work on this, this is very much appreciated!
>
>
More information about the Piuparts-devel
mailing list