From: Sean Whitton Date: Sat, 6 Jul 2019 15:01:45 +0000 (+0100) Subject: git-debpush(1): new manpage X-Git-Tag: archive/debian/9.1~61 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=eca709b776801cbd57eed32dab8b59fe8bc9a569 git-debpush(1): new manpage Signed-off-by: Sean Whitton --- diff --git a/.gitignore b/.gitignore index b8b1af6b..653c53e3 100644 --- a/.gitignore +++ b/.gitignore @@ -19,5 +19,6 @@ dgit-sponsorship.7 dgit-downstream-dsc.7 git-debrebase.1 git-debrebase.5 +git-debpush.1 substituted .po4a.translated-only diff --git a/Makefile b/Makefile index 7d0c422f..890e371f 100644 --- a/Makefile +++ b/Makefile @@ -154,5 +154,10 @@ git-debrebase.%: git-debrebase.%.pod --name=$(subst .$*,,$@) \ $^ $@ +git-debpush.1: git-debpush.1.pod + pod2man --section=1 --date="Debian Project" --center="git-debpush" \ + --name git-debpush \ + $^ $@ + %.view: % man -l $* diff --git a/git-debpush.1.pod b/git-debpush.1.pod new file mode 100644 index 00000000..926e8cd3 --- /dev/null +++ b/git-debpush.1.pod @@ -0,0 +1,191 @@ +=head1 NAME + +git-debpush - create & push a git tag with metadata for an ftp-master upload + +=head1 SYNOPSIS + +B [I