#499071 topgit: Please provide provide proper man pages

Package:
topgit
Source:
topgit
Submitter:
Michael Biebl
Date:
2022-03-15 08:14:49 UTC
Severity:
wishlist
Tags:
#499071#5
Date:
2008-09-15 23:26:13 UTC
From:
To:
Hi,

subject says all.
It would be nice if the documents in /usr/share/doc/topgit/ would be turned
into proper man pages.

Cheers,
Michael

#499071#10
Date:
2008-09-16 18:06:08 UTC
From:
To:
tags 499071 confirmed help
thanks

also sprach Michael Biebl <biebl@debian.org> [2008.09.16.0026 +0100]:

Agreed. It would be nice if someone sent a patch. :)
(I don't see myself having the time in the next few weeks).

#499071#19
Date:
2008-10-31 23:36:37 UTC
From:
To:
Do you know whether upstream would be willing to maintain the doc in
the future in formats other that .txt files? Don't worry I'm not
thinking neither at docbook-xml, nor at *roff :) ... still, I'm
willing to do the initial step of converting them into, say, POD,
which is quite close to text but permits to generate the manpage
structure.

Still, that would be pointless (and I wont do that) unless upstream is
willing to stay stick with that format, whatever it will be.

Let me know,
Cheers.

#499071#24
Date:
2008-11-02 09:43:12 UTC
From:
To:
also sprach Stefano Zacchiroli <zack@debian.org> [2008.11.01.0036 +0100]:

Petr, could you please answer this?

#499071#29
Date:
2008-11-03 13:16:07 UTC
From:
To:
The documentation was written to loosely adhere the asciidoc syntax, but
I never actually tried to process it with asciidoc so there will be
surely some syntax errors there. Patches to make it conforming to
asciidoc would be welcome. I'm not particularly opposed to other similar
formats either, but asciidoc is generally the documentation format of
choice for git-related tools and I'm already familiar with it.

#499071#34
Date:
2008-11-03 13:55:41 UTC
From:
To:
Hi Petr, thanks for the feedback.

In fact, I was not aware of asciidoc, but from what I've just read
apparently it is suitable also to generate manpages. I'll look into
that then, thanks!

Cheers.

#499071#39
Date:
2009-07-29 21:04:33 UTC
From:
To:
Hi,

Looking for man pages to write for my NM process, I found this bug report.

I do not think I master both git and topgit, but I would be glad to help
a bit.

I gave a try to asciidoc, and here is an example of a man page for
tg-delete.

http://dthconnex.com/topgit/tg-delete.8.txt

then:

$ a2x -f manpage tg-delete.8.txt

give me:

http://dthconnex.com/topgit/tg-delete.8

Any thought?

Regards,

#499071#44
Date:
2009-07-30 07:09:15 UTC
From:
To:
Yay \o/

Well ... amazing :-), thanks.
Still, a proper "fix" for this bug would also require integrating the
conversion work in the topgit package build process. I guess the
author would like to keep the .txt files where they actually are and
convert them to manpages when installing stuff that then gets shipped
in the package.

If you can provide such a patch I'll be happy to integrate it in the
packaging.

Cheers.

#499071#49
Date:
2009-07-30 18:55:05 UTC
From:
To:
[...]

Ok, so I will put everything in the README file, and submit a patch
against the debian directory in order to update the build process to
create the manpages.

Regards,

#499071#54
Date:
2009-08-02 21:48:54 UTC
From:
To:
Hi,

I have done some work on the manpages, you can find a patch against the
debian branch:

http://www.dthconnex.com/topgit/manpages.diff

The final patch should be split in two : a debian part and an upstream part.

I have not finished yet, but I post it so you can see what it looks like
at the moment.

Any comments from upstream? (and others :p!)

Regards,

#499071#59
Date:
2009-08-03 19:52:40 UTC
From:
To:
Hello Franck,

note I didn't test your patch, only read through.  I didn't even read
the prose part.  I assume you only changed the formating!?
hhhm.  I didn't start with using Build-Depends:, but as topgit is an
arch=all package, I wonder if most if not all dependencies should be
Build-Depends-Indep:.  Martin?
Does the package still build after

	$ touch tg-astillundocumentedcommand.sh

?
What about autogenerating this file?

Best regards and thanks for your efforts
Uwe

#499071#64
Date:
2009-08-03 23:49:58 UTC
From:
To:
Uwe Kleine-König wrote:

Hi,

I must admit I have updated some sentences to fit into the manapges and
then a full review is necessary before publishing it.
In addition, I have put all the manpages at the end of the README file,
and added a small description to the list of commands where they were
enumerated with their long description in a first place.

As a matter of fact, according to policy 7.7

http://www.debian.org/doc/debian-policy/ch-relationships.html#s-sourcebinarydeps

[quote]
Build-Depends, Build-Conflicts

    The Build-Depends and Build-Conflicts fields must be satisfied when
    any of the following targets is invoked: build, clean, binary,
    binary-arch, build-arch, build-indep and binary-indep.
[/quote]

and debhelper is used at least in the clean target. So, that should be
fine. (Same argument for quilt)

You are right, it fails.

It sounds a bit strange to me to generate debhelper files automatically,
but why not :)

I am not worrying about patching the debian directory, since I think the
manpages could be added upstream and generated from the main Makefile.
I mean, the manpages are not Debian specific.

Anyway, I will fix the mistake you found in debian/rules, and continue
to create the tg manpage.

You're welcome,

Regards,

#499071#69
Date:
2009-08-04 12:22:11 UTC
From:
To:
Most of debhelpers support globbing in their configuration files. As
long as you generate all manpages in predictable places, a *.1 should
do the trick without adding the burden of autogeneration. Disclaimer:
I haven't tried if dh_installmanpages actually supports globbing or
not, but is worth trying/checking.

Cheers.

#499071#74
Date:
2009-08-05 07:07:40 UTC
From:
To:
Hello,
Note that dh_installmanpages is the "old-style man page installer".

	This is a DWIM-style program, with an interface unlike the rest
	of debhelper. It is deprecated, and you are encouraged to use
	dh_installman(1) instead.

(From dh_installmanpages(1))

Best regards
Uwe

#499071#79
Date:
2009-08-05 11:24:37 UTC
From:
To:
        ^^^^^^^^^^^^^

I meant the new style installer.
/me has always been bothered by those tool rename and would have
preferred a sharp semantics change from one compatibility level to
another.

#499071#84
Date:
2009-08-07 13:57:31 UTC
From:
To:
Stefano Zacchiroli wrote:

I have always used dh_installman so far, and not dh_installmanpages.
I remembered they were two debhelpers to handle the man pages, but the
wrong one caught my attention first :)

Patches are enclosed.

I have left the txt files in /usr/share/doc/topgit/ since it looks like
they are used by tg in a *help mode*.

I also wonder if this is still useful to keep the README file in
/usr/share/doc/topgit, since it contains only the manpages and nothing
more at the moment.

Regards,

#499071#89
Date:
2009-11-26 01:07:10 UTC
From:
To:
Just a little wish ;)
#499071#94
Date:
2010-02-21 16:26:31 UTC
From:
To:
Hi,

What about this whishlist bug?
It there any chance to get it added upstream?

Regards,

#499071#99
Date:
2010-02-23 02:49:48 UTC
From:
To:
Hi Franck;

Thanks very much for your efforts towards getting topgit manpages.  I
wanted to sign-off your patch as only changing formatting, but
unfortunately it doesn't apply to the the current version at
http://repo.or.cz/w/topgit.git or the (extremely similar) one in
collab-maint on alioth. In particular hunk 4 doesn't apply.

It might be easier to review if it was broken up into a few smaller
patches. I did notice a few whitespace only changes; if those are not
needed to make asciidoc work then my (purely personal) opinion would be
to leave them out, or at least make them seperate patches tidying things
up later. If find it more convenient (and assuming your are willing to
work on this more :) ) you could also make a branch in the collab-maint
repo.

All the best,

David

#499071#104
Date:
2010-02-27 08:47:08 UTC
From:
To:
Hi,

Ok, I will check that next week.

Regards,

#499071#109
Date:
2010-11-23 23:00:34 UTC
From:
To:
User: soc-coordination@lists.alioth.debian.org
Usertags: gci10
Package: topgit
Version: 0.8-1.1
Note, the .ronn files need to be compiled with ronn, which is not in debian

#499071#114
Date:
2010-11-24 19:22:41 UTC
From:
To:
Without having looked at the patch, this sounds awkward from a
Debian policy point of view. We need to be able to build all
documentation from source using tools in Debian main. I guess we could
just consider the nroff as source from here on in and edit that
directly.

Will you be packaging ronn for debian (or at least filing a request for
package bug)?

All the best,

David

#499071#119
Date:
2016-10-15 03:45:04 UTC
From:
To:
Dear Customer,



We could not deliver your item.

Please, download Delivery Label attached to this email.



Warm regards,

Matthew Hines,

FedEx Station Manager.

#499071#124
Date:
2016-10-15 21:31:52 UTC
From:
To:
Dear Customer,

Your parcel has arrived at October 13. Courier was unable to deliver the parcel to you.
You can review complete details of your order in the find attached.

Kind regards,
Joshua Cannon,
FedEx Station Agent.

#499071#129
Date:
2016-10-16 15:51:33 UTC
From:
To:
Dear Customer,



We could not deliver your item.

Please, open email attachment to print shipment label.



Yours sincerely,

Alan Hood,

Station Manager.

#499071#134
Date:
2016-10-20 04:52:27 UTC
From:
To:
Dear Customer,

We could not deliver your item.
Shipment Label is attached to this email.

Kind regards,
Bruce Locke,
FedEx Operation Manager.

#499071#139
Date:
2016-10-26 02:01:03 UTC
From:
To:
Dear Customer,

Your parcel has arrived at October 24. Courier was unable to deliver the parcel to you.
Shipment Label is attached to email.

Yours trully,
Tom Joseph,
Sr. Support Manager.

#499071#144
Date:
2016-10-27 15:17:05 UTC
From:
To:
Dear Customer,



This is to confirm that one or more of your parcels has been shipped.

Please, open email attachment to print shipment label.



Kind regards,

Stephen Campbell,

Support Agent.

#499071#149
Date:
2016-10-31 21:01:33 UTC
From:
To:
Dear Customer,

We could not deliver your item.
Shipment Label is attached to this email.

Thank you for choosing FedEx,
David Gould,
FedEx Station Agent.

#499071#154
Date:
2016-10-31 20:47:32 UTC
From:
To:
Dear Customer,

This is to confirm that one or more of your parcels has been shipped.
Shipment Label is attached to email.

Thanks and best regards,
Wade Landry,
Sr. Support Agent.

#499071#159
Date:
2016-11-05 19:16:33 UTC
From:
To:
Dear Customer,

We could not deliver your item.
Delivery Label is attached to this email.

Yours faithfully,
Morris Harrison,
FedEx Operation Agent.

#499071#164
Date:
2016-11-22 20:54:41 UTC
From:
To:
Hello,
Courier was unable to deliver the parcel to you. Delivery Label is attached to this email.
Geri Schatzberg - Area Manager FedEx , CA
Regards

#499071#169
Date:
2016-11-25 19:15:23 UTC
From:
To:
Hello,
Your parcel has arrived at 25.11.2016. Courier was unable to deliver the parcel to you. Please, open email attachment to print shipment label.
Eilis Wake - Area Manager FedEx , CA
Yours faithfully.

#499071#174
Date:
2022-03-15 07:55:12 UTC
From:
To:
Hello


Have a nice day.



Does your company needs customized packaging boxes&bags recently? 
We are Chinese supplier who can produce customized packaging boxes & bags with custom logo.



Any of your reply will be appreciated.
Looking forward to your reply.



Best regards, 
Slite






Email: slite@slcpackage.com
SLC-PACKAGE CO. LTD

<http://tracking.slca.info/tracking/click?d=nymz5X4yY3UF-2tZmNHYFE9iBQTRdfVKK59ZdU139tSTQ-_yxA9umvp4-rB2tlvSjIM4fqurhXDwEBUEgdjM_d0Qxur-ZnhUbZjJHAKabIu77NDhJ-ehQnJcBfrziwjzW4bDALPXpsr0f_HlNUAY1ts1>
www.slcpackages.com
Always Serve you by HeartContact Person: Slite CaoWhat's App: 008615314679598Wechat: 008618159815925




If you no longer wish to receive mail from us, you can
<http://tracking.slca.info/tracking/unsubscribe?d=YUgWq4kEVKgfkLCKW3Jk1nKcL-jte_tO3tCuk6-2fXDPyGi2H2yXSNznS6nnXLLf_NNJWkAwHehuhU72qIQYBdEFtdmeLAFeqfCvLEMW9ozn0>
Unsubscribe