From eca709b776801cbd57eed32dab8b59fe8bc9a569 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 6 Jul 2019 16:01:45 +0100 Subject: git-debpush(1): new manpage Signed-off-by: Sean Whitton --- .gitignore | 1 + Makefile | 5 ++ git-debpush.1.pod | 191 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 197 insertions(+) create mode 100644 git-debpush.1.pod diff --git a/.gitignore b/.gitignore index b8b1af6..653c53e 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 7d0c422..890e371 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 0000000..926e8cd --- /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