Your message dated Tue, 10 May 2005 17:56:01 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#300992: fixed in flow-tools 1:0.67-9
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; 23 Mar 2005 04:23:38 +0000
>From [EMAIL PROTECTED] Tue Mar 22 20:23:38 2005
Return-path: <[EMAIL PROTECTED]>
Received: from (smtp.bu.net.au) [202.6.38.5]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DDxP7-0004bY-00; Tue, 22 Mar 2005 20:23:37 -0800
Received: from localhost (obitoo [127.0.0.1])
by smtp.bu.net.au (Postfix) with ESMTP id 630F92F055D
for <[EMAIL PROTECTED]>; Wed, 23 Mar 2005 15:23:34 +1100 (EST)
Received: from smtp.bu.net.au ([127.0.0.1])
by localhost (obitoo [127.0.0.1]) (amavisd-new, port 10024) with LMTP
id 30165-02 for <[EMAIL PROTECTED]>;
Wed, 23 Mar 2005 15:23:33 +1100 (EST)
Received: by smtp.bu.net.au (Postfix, from userid 1000)
id 8A43C2F0035; Wed, 23 Mar 2005 15:23:32 +1100 (EST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Paul Hampson <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: flow-tools: docs/Makefile.am and docs/Makefile.in have paths for
docbook
stuff in /usr/local/
X-Mailer: reportbug 3.8
Date: Wed, 23 Mar 2005 15:23:32 +1100
Message-Id: <[EMAIL PROTECTED]>
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at bu.net.au
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: flow-tools
Severity: wishlist
Tags: patch
Basically, if you modify any of the docbook SGML files in a local
dpatch, then building fails because jade is looking for docbook files in
/usr/local/sgml/
Here's the dpatch to fix this. (I did the Makefile.in changes by hand,
not by rerunning automake)
#! /bin/sh -e
## 04_docbook
## build system: Fix paths for jade rebuilding documentation.
if [ $# -lt 1 ]; then
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1
fi
case "$1" in
-patch) patch -f --no-backup-if-mismatch -p1 < $0;;
-unpatch) patch -f --no-backup-if-mismatch -R -p1 < $0;;
*)
echo >&2 \
"`basename $0`: script expects -patch|-unpatch as argument"
exit 1;;
esac
exit 0
@DPATCH@
--- flow-tools-0.67.orig/docs/Makefile.am
+++ flow-tools-0.67/docs/Makefile.am
@@ -19,10 +19,10 @@
docbook-to-man $*.sgml > $*.1.in
.sgml.html:
- jade -V nochunks -c /usr/local/share/sgml/docbook/dsssl/modular/catalog
-c /usr/local/share/sgml/docbook/catalog -c /usr/local/share/sgml/jade/catalog
-d /usr/local/share/sgml/docbook/dsssl/modular/html/docbook.dsl -t sgml $*.sgml
> $*.html
+ jade -V nochunks -c
/usr/share/sgml/docbook/stylesheet/dsssl/modular/catalog -c
/usr/share/sgml/jade/catalog -d
/usr/share/sgml/docbook/stylesheet/dsssl/modular/html/docbook.dsl -t sgml
$*.sgml > $*.html
.sgml.html.in:
- jade -V nochunks -c /usr/local/share/sgml/docbook/dsssl/modular/catalog
-c /usr/local/share/sgml/docbook/catalog -c /usr/local/share/sgml/jade/catalog
-d /usr/local/share/sgml/docbook/dsssl/modular/html/docbook.dsl -t sgml $*.sgml
> $*.html.in
+ jade -V nochunks -c
/usr/share/sgml/docbook/stylesheet/dsssl/modular/catalog -c
/usr/share/sgml/jade/catalog -d
/usr/share/sgml/docbook/stylesheet/dsssl/modular/html/docbook.dsl -t sgml
$*.sgml > $*.html.in
all-am: Makefile $(man_MANSIN) $(man_HTMLS)
--- flow-tools-0.67.orig/docs/Makefile.in
+++ flow-tools-0.67/docs/Makefile.in
@@ -374,10 +374,10 @@
docbook-to-man $*.sgml > $*.1.in
.sgml.html:
- jade -V nochunks -c /usr/local/share/sgml/docbook/dsssl/modular/catalog
-c /usr/local/share/sgml/docbook/catalog -c /usr/local/share/sgml/jade/catalog
-d /usr/local/share/sgml/docbook/dsssl/modular/html/docbook.dsl -t sgml $*.sgml
> $*.html
+ jade -V nochunks -c
/usr/share/sgml/docbook/stylesheet/dsssl/modular/catalog -c
/usr/share/sgml/jade/catalog -d
/usr/share/sgml/docbook/stylesheet/dsssl/modular/html/docbook.dsl -t sgml
$*.sgml > $*.html
.sgml.html.in:
- jade -V nochunks -c /usr/local/share/sgml/docbook/dsssl/modular/catalog
-c /usr/local/share/sgml/docbook/catalog -c /usr/local/share/sgml/jade/catalog
-d /usr/local/share/sgml/docbook/dsssl/modular/html/docbook.dsl -t sgml $*.sgml
> $*.html.in
+ jade -V nochunks -c
/usr/share/sgml/docbook/stylesheet/dsssl/modular/catalog -c
/usr/share/sgml/jade/catalog -d
/usr/share/sgml/docbook/stylesheet/dsssl/modular/html/docbook.dsl -t sgml
$*.sgml > $*.html.in
all-am: Makefile $(man_MANSIN) $(man_HTMLS)
# Tell versions [3.59,3.63) of GNU make to not export all variables.
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (900, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.5
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
---------------------------------------
Received: (at 300992-close) by bugs.debian.org; 10 May 2005 22:18:38 +0000
>From [EMAIL PROTECTED] Tue May 10 15:18:38 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 1DVd3m-0001Yf-00; Tue, 10 May 2005 15:18:38 -0700
Received: from joerg by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DVcht-0006zX-00; Tue, 10 May 2005 17:56:01 -0400
From: Radu Spineanu <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#300992: fixed in flow-tools 1:0.67-9
Message-Id: <[EMAIL PROTECTED]>
Sender: Joerg Jaspert <[EMAIL PROTECTED]>
Date: Tue, 10 May 2005 17:56:01 -0400
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:
X-CrossAssassin-Score: 2
Source: flow-tools
Source-Version: 1:0.67-9
We believe that the bug you reported is fixed in the latest version of
flow-tools, which is due to be installed in the Debian FTP archive:
flow-tools-dev_0.67-9_i386.deb
to pool/main/f/flow-tools/flow-tools-dev_0.67-9_i386.deb
flow-tools_0.67-9.diff.gz
to pool/main/f/flow-tools/flow-tools_0.67-9.diff.gz
flow-tools_0.67-9.dsc
to pool/main/f/flow-tools/flow-tools_0.67-9.dsc
flow-tools_0.67-9_i386.deb
to pool/main/f/flow-tools/flow-tools_0.67-9_i386.deb
libcflow-perl_0.67-9_i386.deb
to pool/main/f/flow-tools/libcflow-perl_0.67-9_i386.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.
Radu Spineanu <[EMAIL PROTECTED]> (supplier of updated flow-tools 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, 30 Apr 2005 15:22:23 +0300
Source: flow-tools
Binary: libcflow-perl flow-tools flow-tools-dev
Architecture: source i386
Version: 1:0.67-9
Distribution: unstable
Urgency: low
Maintainer: Radu Spineanu <[EMAIL PROTECTED]>
Changed-By: Radu Spineanu <[EMAIL PROTECTED]>
Description:
flow-tools - collects and processes NetFlow data
flow-tools-dev - development files for flow-tools
libcflow-perl - perl module for analyzing raw IP flow files written by cflowd
Closes: 291214 300992
Changes:
flow-tools (1:0.67-9) unstable; urgency=low
.
* New development package that contains flow-tools libraries and headers
(closes: #291214)
* Added patch to properly build with modified sgmls (closes: #300992)
* Changed maintainer to Radu Spineanu and removed Anibal Monsalve Salazar on
his request
Files:
e8f54767a1d9eea77632eb733c45aca6 804 net optional flow-tools_0.67-9.dsc
0b4cf5c02726f97be5fdad788a069c22 12126 net optional flow-tools_0.67-9.diff.gz
c7ab55e60f1fe5100f3fac158ec37dcd 1085910 net optional
flow-tools_0.67-9_i386.deb
5110c891e60b4f4aa7bb5548a7f2b361 192000 libdevel optional
flow-tools-dev_0.67-9_i386.deb
d8b35d9ace617584b6828f738deb0fc5 50608 perl optional
libcflow-perl_0.67-9_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCgSkWgY5NIXPNpFURAneBAJ9lG/v0ORiaLO0HD2HYykah+vdK7gCfTqpu
kukg7j3ibSuRynLkPbbir40=
=bsFw
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]