From: Benjamin Drung <benjamin.drung@canonical.com>
Date: Wed, 3 Jul 2024 12:15:58 +0200
Subject: man: Fix bad whatis entries

lintian complains about bad-whatis-entry: A manual page should start
with a NAME section, which lists the program name and a brief
description. The NAME section is used to generate a database that can be
queried by commands like apropos and whatis. You are seeing this tag
because lexgrog was unable to parse the NAME section. Listed items may
not contain any spaces. A manual page for a two-level command such as fs
listacl must look like fs_listacl so the list is read correctly.

Forwarded: https://code.launchpad.net/~bdrung/git-ubuntu/+git/git-ubuntu/+merge/468681
---
 man/man1/git-ubuntu-clone.1       | 2 +-
 man/man1/git-ubuntu-export-orig.1 | 2 +-
 man/man1/git-ubuntu-import.1      | 2 +-
 man/man1/git-ubuntu-queue.1       | 2 +-
 man/man1/git-ubuntu-remote.1      | 2 +-
 man/man1/git-ubuntu-submit.1      | 2 +-
 man/man1/git-ubuntu-tag.1         | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/man/man1/git-ubuntu-clone.1 b/man/man1/git-ubuntu-clone.1
index 30df3d1..31026a0 100644
--- a/man/man1/git-ubuntu-clone.1
+++ b/man/man1/git-ubuntu-clone.1
@@ -1,7 +1,7 @@
 .TH "GIT-UBUNTU-CLONE" "1" "2017-07-19" "Git-Ubuntu 0.2" "Git-Ubuntu Manual"
 
 .SH "NAME"
-git-ubuntu clone \- Clone a Ubuntu source package repository into a new directory
+git-ubuntu-clone \- Clone a Ubuntu source package repository into a new directory
 .SH "SYNOPSIS"
 .SP
 .NF
diff --git a/man/man1/git-ubuntu-export-orig.1 b/man/man1/git-ubuntu-export-orig.1
index 65e69e3..092aa78 100644
--- a/man/man1/git-ubuntu-export-orig.1
+++ b/man/man1/git-ubuntu-export-orig.1
@@ -1,7 +1,7 @@
 .TH "GIT-UBUNTU-EXPORT-ORIG" "1" "2017-10-26" "Git-Ubuntu 0.4~" "Git-Ubuntu Manual"
 
 .SH "NAME"
-git-ubuntu export-orig \- Export orig tarballs
+git-ubuntu-export-orig \- Export orig tarballs
 .SH "SYNOPSIS"
 .SP
 .NF
diff --git a/man/man1/git-ubuntu-import.1 b/man/man1/git-ubuntu-import.1
index 5ffee6e..68f42f9 100644
--- a/man/man1/git-ubuntu-import.1
+++ b/man/man1/git-ubuntu-import.1
@@ -1,7 +1,7 @@
 .TH "GIT-UBUNTU-IMPORT" "1" "2017-07-19" "Git-Ubuntu 0.2" "Git-Ubuntu Manual"
 
 .SH "NAME"
-git-ubuntu import \- Import Launchpad publishing history to Git
+git-ubuntu-import \- Import Launchpad publishing history to Git
 .SH "SYNOPSIS"
 .SP
 .NF
diff --git a/man/man1/git-ubuntu-queue.1 b/man/man1/git-ubuntu-queue.1
index 50facbe..7431e11 100644
--- a/man/man1/git-ubuntu-queue.1
+++ b/man/man1/git-ubuntu-queue.1
@@ -1,7 +1,7 @@
 .TH "GIT-UBUNTU-QUEUE" "1" "2017-07-19" "Git-Ubuntu 0.2" "Git-Ubuntu Manual"
 
 .SH "NAME"
-git-ubuntu queue \- Interact with the Ubuntu unapproved and new queues in a Git repository
+git-ubuntu-queue \- Interact with the Ubuntu unapproved and new queues in a Git repository
 .SH "SYNOPSIS"
 .SP
 .NF
diff --git a/man/man1/git-ubuntu-remote.1 b/man/man1/git-ubuntu-remote.1
index 8486839..85c6e59 100644
--- a/man/man1/git-ubuntu-remote.1
+++ b/man/man1/git-ubuntu-remote.1
@@ -1,7 +1,7 @@
 .TH "GIT-UBUNTU-REMOTE" "1" "2017-07-19" "Git-Ubuntu 0.2" "Git-Ubuntu Manual"
 
 .SH "NAME"
-git-ubuntu remote \- Manage Launchpad source package Git remotes
+git-ubuntu-remote \- Manage Launchpad source package Git remotes
 .SH "SYNOPSIS"
 .SP
 .NF
diff --git a/man/man1/git-ubuntu-submit.1 b/man/man1/git-ubuntu-submit.1
index 515bc5d..be6957a 100644
--- a/man/man1/git-ubuntu-submit.1
+++ b/man/man1/git-ubuntu-submit.1
@@ -1,7 +1,7 @@
 .TH "GIT-UBUNTU-SUBMIT" "1" "2017-07-19" "Git-Ubuntu 0.2" "Git-Ubuntu Manual"
 
 .SH "NAME"
-git-ubuntu submit \- Submit local changes as a Launchpad merge proposal
+git-ubuntu-submit \- Submit local changes as a Launchpad merge proposal
 .SH "SYNOPSIS"
 .SP
 .NF
diff --git a/man/man1/git-ubuntu-tag.1 b/man/man1/git-ubuntu-tag.1
index 7b336e7..d301b49 100644
--- a/man/man1/git-ubuntu-tag.1
+++ b/man/man1/git-ubuntu-tag.1
@@ -1,7 +1,7 @@
 .TH "GIT-UBUNTU-TAG" "1" "2017-07-19" "Git-Ubuntu 0.2" "Git-Ubuntu Manual"
 
 .SH "NAME"
-git-ubuntu tag \- Create Git tags respecting DEP14 and debian/changelog
+git-ubuntu-tag \- Create Git tags respecting DEP14 and debian/changelog
 .SH "SYNOPSIS"
 .SP
 .NF
