Your message dated Sat, 28 May 2005 12:02:12 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#264994: fixed in libcommoncpp2 1.3.10-1
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 maintonly) by bugs.debian.org; 11 Aug 2004 10:20:13 +0000
>From [EMAIL PROTECTED] Wed Aug 11 03:20:13 2004
Return-path: <[EMAIL PROTECTED]>
Received: from mxintern.kundenserver.de (mxintern.schlund.de) [212.227.126.204] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BuqDM-0007I8-00; Wed, 11 Aug 2004 03:20:13 -0700
Received: from [172.17.36.9] (helo=manwe.use.schlund.de)
        by mxintern.kundenserver.de with smtp (Exim 4.34)
        id 1BuqDK-0003pt-61
        for [EMAIL PROTECTED]; Wed, 11 Aug 2004 12:20:10 +0200
Received: by manwe.use.schlund.de (sSMTP sendmail emulation); Wed, 11 Aug 2004 
10:20:10 +0000
Date: Wed, 11 Aug 2004 10:20:10 +0000
From: Stephan A Suerken <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: libcommoncpp2-dev: Underquoted AC_DEFUNs in automake macro
X-Debbugs-CC: Stephan A Suerken <[EMAIL PROTECTED]>
X-Virus-Scanned: Symantec AntiVirus Scan Engine
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-9.4 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        UPPERCASE_25_50,X_DEBBUGS_CC autolearn=ham 
        version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: libcommoncpp2-dev
Version: 1.0.13-5
Severity: minor
Tags: patch

Hi,

 this causes the irritating warnings with automake >=1.8. The patch is
trivial:

cd /usr/share/aclocal/
diff -u /usr/share/aclocal/ost_check2.m4.orig 
/usr/share/aclocal/ost_check2.m4.patch
--- /usr/share/aclocal/ost_check2.m4.orig       2004-08-11 10:07:36.000000000 
+0000
+++ /usr/share/aclocal/ost_check2.m4.patch      2004-08-11 10:13:16.000000000 
+0000
@@ -22,7 +22,7 @@
 dnl 
OST_CCXX2_VERSION([MINIMUM-VERSION[,ACTION-IF-FOUND[,ACTION-IF-NOT-FOUND]]])
 dnl Test for usable version of CommonC++
 
-AC_DEFUN(OST_CCXX2_DYNLOADER,[
+AC_DEFUN([OST_CCXX2_DYNLOADER],[
        ost_cv_dynloader=`$CCGNU2_CONFIG --dso`
        if test "$ost_cv_dynloader" = "yes" ; then
                MODULE_FLAGS=`$CCGNU2_CONFIG --module`
@@ -30,7 +30,7 @@
        fi
 ])
 
-AC_DEFUN(OST_CCXX2_VERSION,
+AC_DEFUN([OST_CCXX2_VERSION],
 [
   AC_PATH_PROG(CCGNU2_CONFIG, ccgnu2-config, no)
   ccgnu2_version=ifelse([$1], ,0.99.0,$1)
@@ -97,7 +97,7 @@
   fi
 ])
 
-AC_DEFUN(OST_CCXX2_FOX,[
+AC_DEFUN([OST_CCXX2_FOX],[
        AC_LANG_SAVE
        AC_LANG_CPLUSPLUS
        ost_cv_lib_fox=false
@@ -108,7 +108,7 @@
 ])
 
 dnl OST_CCXX2_XML([ACTION-IF-TRUE[,ACTION-IF-FALSE]])
-AC_DEFUN(OST_CCXX2_HOARD,[
+AC_DEFUN([OST_CCXX2_HOARD],[
        AC_ARG_ENABLE(hoard, [--disable-hoard         Disable hoard support])
        AC_ARG_ENABLE(mpatrol, [--enable-mpatrol        Enable mpatrol 
debugging])
        if test "$enable_mpatrol" = "yes" ; then
@@ -118,7 +118,7 @@
        fi
 ])
 
-AC_DEFUN(OST_CCXX2_XML,
+AC_DEFUN([OST_CCXX2_XML],
 [
   AC_MSG_CHECKING(for commoncpp2 xml parsing)
   AC_LANG_PUSH(C++)

Diff finished at Wed Aug 11 10:18:42

MfG,

Stephan

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.22-custom-adkm-manwe
Locale: LANG=C, LC_CTYPE=C

Versions of packages libcommoncpp2-dev depends on:
ii  libcommoncpp2-1.0-0c102       1.0.13-5   A GNU package for creating portabl

-- no debconf information

---------------------------------------
Received: (at 264994-close) by bugs.debian.org; 28 May 2005 16:10:00 +0000
>From [EMAIL PROTECTED] Sat May 28 09:10:00 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 1Dc3su-0001rl-00; Sat, 28 May 2005 09:10:00 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1Dc3lM-00078t-00; Sat, 28 May 2005 12:02:12 -0400
From: Mark Purcell <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#264994: fixed in libcommoncpp2 1.3.10-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 28 May 2005 12:02:12 -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: libcommoncpp2
Source-Version: 1.3.10-1

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

libcommoncpp2-1.0-0c102_1.3.10-1_i386.deb
  to pool/main/libc/libcommoncpp2/libcommoncpp2-1.0-0c102_1.3.10-1_i386.deb
libcommoncpp2-dev_1.3.10-1_i386.deb
  to pool/main/libc/libcommoncpp2/libcommoncpp2-dev_1.3.10-1_i386.deb
libcommoncpp2_1.3.10-1.diff.gz
  to pool/main/libc/libcommoncpp2/libcommoncpp2_1.3.10-1.diff.gz
libcommoncpp2_1.3.10-1.dsc
  to pool/main/libc/libcommoncpp2/libcommoncpp2_1.3.10-1.dsc
libcommoncpp2_1.3.10.orig.tar.gz
  to pool/main/libc/libcommoncpp2/libcommoncpp2_1.3.10.orig.tar.gz



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.
Mark Purcell <[EMAIL PROTECTED]> (supplier of updated libcommoncpp2 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, 28 May 2005 16:30:15 +0100
Source: libcommoncpp2
Binary: libcommoncpp2-1.0-0c102 libcommoncpp2-dev
Architecture: source i386
Version: 1.3.10-1
Distribution: unstable
Urgency: low
Maintainer: Mark Purcell <[EMAIL PROTECTED]>
Changed-By: Mark Purcell <[EMAIL PROTECTED]>
Description: 
 libcommoncpp2-1.0-0c102 - A GNU package for creating portable C++ programs
 libcommoncpp2-dev - Header files and static libraries for Common C++ "2"
Closes: 246529 264994 294611
Changes: 
 libcommoncpp2 (1.3.10-1) unstable; urgency=low
 .
   * New upstream release
     - Closes: #264994: Underquoted AC_DEFUNs in automake macro
     - Closes: #294611: Underquoted definitions in m4
   * Add GENERATE_TODOLIST=NO & SHOW_DIRECTORIES=NO to doc/Doxyfile.in
   * Closes: #246529: Developer package should include html documentation
Files: 
 5a5a19a26a3a9aa3b210f5e467a0780c 649 devel optional libcommoncpp2_1.3.10-1.dsc
 588ec122be9fdcde4412fedb390c35dd 846931 devel optional 
libcommoncpp2_1.3.10.orig.tar.gz
 2591ee7fa75ef3394b2654d42d766168 10632 devel optional 
libcommoncpp2_1.3.10-1.diff.gz
 2111df04aea98beb916d302e648d96c3 1235552 libdevel optional 
libcommoncpp2-dev_1.3.10-1_i386.deb
 dd8992c66356403dcf9222280a7de10e 225600 libs optional 
libcommoncpp2-1.0-0c102_1.3.10-1_i386.deb

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

iD8DBQFCmJA8oCzanz0IthIRAmvpAJ9I48bUz+R5QYd3c4hNYVZ879NdwQCeLF3o
7SyvPZLEo7d4CWRyIJmDW3Q=
=Seo8
-----END PGP SIGNATURE-----


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

Reply via email to