diff mbox

[5/5] debian: update control file to build the _optional_ fwts-frontend package

Message ID 1323125699-25351-6-git-send-email-vanhoof@canonical.com
State Accepted
Headers show

Commit Message

Chris Van Hoof Dec. 5, 2011, 10:54 p.m. UTC
---
 debian/control |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

Comments

Colin Ian King Dec. 5, 2011, 11:54 p.m. UTC | #1
On 05/12/11 22:54, Chris Van Hoof wrote:
> ---
>   debian/control |    9 +++++++++
>   1 files changed, 9 insertions(+), 0 deletions(-)
>
> diff --git a/debian/control b/debian/control
> index 229bbc4..99bf8c7 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -42,3 +42,12 @@ Description: FirmWare Test Suite core support library
>    This is the fwts core library. It contains a top level test framework
>    and a rich range of firmware specific testing support code for the
>    various fwts tests.
> +
> +Package: fwts-frontend
> +Architecture: all
> +Priority: optional
> +Depends: ${shlibs:Depends}, ${misc:Depends}, dialog
> +Description: Firmware Test Suite frontend interface
> + This is a dialog based interface designed to provide an easy to use method
> + to execute tests via Firmware Test Suite and is also used as the primary
> + interface within Firmware Test Suit live images.
Ack, description ticks the box for me.

Colin
Keng-Yu Lin Dec. 9, 2011, 6:40 a.m. UTC | #2
On 12/06/11 06:54, Chris Van Hoof wrote:
> ---
>   debian/control |    9 +++++++++
>   1 files changed, 9 insertions(+), 0 deletions(-)
>
> diff --git a/debian/control b/debian/control
> index 229bbc4..99bf8c7 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -42,3 +42,12 @@ Description: FirmWare Test Suite core support library
>    This is the fwts core library. It contains a top level test framework
>    and a rich range of firmware specific testing support code for the
>    various fwts tests.
> +
> +Package: fwts-frontend
> +Architecture: all
> +Priority: optional
> +Depends: ${shlibs:Depends}, ${misc:Depends}, dialog
> +Description: Firmware Test Suite frontend interface
> + This is a dialog based interface designed to provide an easy to use method
> + to execute tests via Firmware Test Suite and is also used as the primary
> + interface within Firmware Test Suit live images.

I am afraid we need a manpage for a new package.

lintian fwts-frontend_0.24.14_all.deb
W: fwts-frontend: binary-without-manpage usr/bin/fwts-frontend-text

A very simple one should suffice. Please see 
http://www.debian.org/doc/manuals/maint-guide/dother.en.html#manpage
diff mbox

Patch

diff --git a/debian/control b/debian/control
index 229bbc4..99bf8c7 100644
--- a/debian/control
+++ b/debian/control
@@ -42,3 +42,12 @@  Description: FirmWare Test Suite core support library
  This is the fwts core library. It contains a top level test framework
  and a rich range of firmware specific testing support code for the 
  various fwts tests.
+
+Package: fwts-frontend
+Architecture: all
+Priority: optional
+Depends: ${shlibs:Depends}, ${misc:Depends}, dialog
+Description: Firmware Test Suite frontend interface
+ This is a dialog based interface designed to provide an easy to use method
+ to execute tests via Firmware Test Suite and is also used as the primary 
+ interface within Firmware Test Suit live images.