Your message dated Sat, 05 Feb 2005 13:32:21 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#292949: fixed in smokeping 1.38-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 31 Jan 2005 12:04:55 +0000
>From [EMAIL PROTECTED] Mon Jan 31 04:04:55 2005
Return-path: <[EMAIL PROTECTED]>
Received: from d164124.adsl.hansenet.de (localhost.localdomain) 
[80.171.164.124] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CvaIZ-0001lz-00; Mon, 31 Jan 2005 04:04:55 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1CvaIX-0005aU-Q2; Mon, 31 Jan 2005 13:04:53 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: smokeping: FTBFS: Missing Build-Depends on 'groff'
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 31 Jan 2005 13:04:53 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: smokeping
Severity: serious
Tags: patch

When building 'smokeping' in a clean chroot,
I get the following error:

cd doc ; pod2html --infile=../lib/probes/FPing6.pm 
--outfile=../doc/probes/FPing6.pm.html --noindex --htmlroot=. --podroot=. 
--podpath=. --title=probes/FPing6.pm
groff -man -Tascii doc/smokeping.1 > doc/smokeping.txt
/bin/sh: groff: command not found
make[1]: *** [doc/smokeping.txt] Error 127
make[1]: Leaving directory `/smokeping-1.38'
make: *** [build] Error 2

Please add the missing Build-Depends on 'groff'
to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/smokeping-1.38/debian/control ./debian/control
--- ../tmp-orig/smokeping-1.38/debian/control   2005-01-31 12:55:20.626397447 
+0100
+++ ./debian/control    2005-01-31 12:50:32.000000000 +0100
@@ -2,7 +2,7 @@
 Section: net
 Priority: extra
 Maintainer: Jose Carlos Garcia Sogo <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>= 4.1.40), dpatch (>= 2.0.9), librrds-perl
+Build-Depends-Indep: debhelper (>= 4.1.40), dpatch (>= 2.0.9), librrds-perl, 
groff
 Standards-Version: 3.6.1
 
 Package: smokeping

---------------------------------------
Received: (at 292949-close) by bugs.debian.org; 5 Feb 2005 18:38:19 +0000
>From [EMAIL PROTECTED] Sat Feb 05 10:38:19 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CxUp0-0008GV-00; Sat, 05 Feb 2005 10:38:18 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1CxUjF-0000eT-00; Sat, 05 Feb 2005 13:32:21 -0500
From: Jose Carlos Garcia Sogo <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#292949: fixed in smokeping 1.38-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 05 Feb 2005 13:32:21 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: smokeping
Source-Version: 1.38-2

We believe that the bug you reported is fixed in the latest version of
smokeping, which is due to be installed in the Debian FTP archive:

smokeping_1.38-2.diff.gz
  to pool/main/s/smokeping/smokeping_1.38-2.diff.gz
smokeping_1.38-2.dsc
  to pool/main/s/smokeping/smokeping_1.38-2.dsc
smokeping_1.38-2_all.deb
  to pool/main/s/smokeping/smokeping_1.38-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jose Carlos Garcia Sogo <[EMAIL PROTECTED]> (supplier of updated smokeping 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat,  5 Feb 2005 19:14:48 +0100
Source: smokeping
Binary: smokeping
Architecture: source all
Version: 1.38-2
Distribution: unstable
Urgency: low
Maintainer: Jose Carlos Garcia Sogo <[EMAIL PROTECTED]>
Changed-By: Jose Carlos Garcia Sogo <[EMAIL PROTECTED]>
Description: 
 smokeping  - latency logging and graphing system
Closes: 292949
Changes: 
 smokeping (1.38-2) unstable; urgency=low
 .
   * Added missing Build-Dependecy in groff. (Closes: #292949)
Files: 
 3ab0768c857fb793ab0a946516c607ae 628 net extra smokeping_1.38-2.dsc
 5660a98f29e7d5ced2f1e9ff14802607 32406 net extra smokeping_1.38-2.diff.gz
 94fa7177b7f8db65fa6b8d95807fabec 270334 net extra smokeping_1.38-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCBQ2DS+BYJZB4jhERApi5AKCtiGr5y8UUljB4XeBkaD7RytJM0wCfcJU1
wEGeyjevE1VJD+lpQyG7UM8=
=K2HX
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to