[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#302907: marked as done (Need more quoting of autoconf macro files.)



Your message dated Tue, 05 Jul 2016 10:06:09 +0000
with message-id <E1bKNF3-00028X-VD@franck.debian.org>
and subject line Bug#128745: fixed in libstroke 0.5.1-8
has caused the Debian Bug report #128745,
regarding Need more quoting of autoconf macro files.
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
128745: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=128745
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: libstroke0-dev
Version: 0.5.1-4
Severity: normal
Tags: patch

Howdy,

Three macros in the .m4 files are underquoted, and modern "aclocal" is
complaining about it:

/usr/share/aclocal/libstroke.m4:29: warning: underquoted definition of smr_ARG_WITHLIB
/usr/share/aclocal/libstroke.m4:77: warning: underquoted definition of smr_ARG_WITHINCLUDES
/usr/share/aclocal/libstroke.m4:119: warning: underquoted definition of smr_CHECK_LIB
/usr/share/aclocal/libgstroke.m4:29: warning: underquoted definition of smr_ARG_WITHLIB
/usr/share/aclocal/libgstroke.m4:77: warning: underquoted definition of smr_ARG_WITHINCLUDES
/usr/share/aclocal/libgstroke.m4:119: warning: underquoted definition of smr_CHECK_LIB

Yes, I'm responsible for this bug; those macros were written long ago ...

A patch against libstroke.m4 is attached.  It will also apply to
libgstroke.m4.  Would you send it along to upstream?

Thanks,
-Steve


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libstroke0-dev depends on:
ii  libstroke0                    0.5.1-4    support for mouse strokes like tho

-- no debconf information


--- /usr/share/aclocal/libstroke.m4	2003-11-12 07:45:28.000000000 -0500
+++ libstroke.m4	2005-04-03 14:35:16.709447679 -0400
@@ -26,7 +26,7 @@
 dnl                     if different from name
 dnl description         (optional) used to construct help string
 dnl
-AC_DEFUN(smr_ARG_WITHLIB, [
+AC_DEFUN([smr_ARG_WITHLIB], [
 
 ifelse($2, , smr_lib=[$1], smr_lib=[$2])
 
@@ -74,7 +74,7 @@
 dnl extra-flags         (optional) flags required when compiling the
 dnl                     header, typically more includes; for ex. X_CFLAGS
 dnl
-AC_DEFUN(smr_ARG_WITHINCLUDES, [
+AC_DEFUN([smr_ARG_WITHINCLUDES], [
 
 AC_ARG_WITH([$1]-includes,
 [  --with-$1-includes=DIR  set directory for $1 headers],
@@ -116,7 +116,7 @@
 dnl x-libs      (optional) extra libraries, if needed to link with lib
 dnl x-flags     (optional) extra flags, if needed to include header files
 dnl
-AC_DEFUN(smr_CHECK_LIB,
+AC_DEFUN([smr_CHECK_LIB],
 [
 ifelse($2, , smr_lib=[$1], smr_lib=[$2])
 ifelse($5, , , smr_header=[$5])


--- End Message ---
--- Begin Message ---
Source: libstroke
Source-Version: 0.5.1-8

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

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 128745@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sean Whitton <spwhitton@spwhitton.name> (supplier of updated libstroke 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 05 Jul 2016 18:01:46 +0900
Source: libstroke
Binary: libstroke0 libstroke0-dev
Architecture: source
Version: 0.5.1-8
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Sean Whitton <spwhitton@spwhitton.name>
Description:
 libstroke0 - mouse strokes library -- runtime files
 libstroke0-dev - mouse strokes library -- development files
Closes: 128745 302907 829027
Changes:
 libstroke (0.5.1-8) unstable; urgency=medium
 .
   * QA upload.
   * Convert to source format 3.0 (quilt).
   * Add autoconf-macro-quoting.patch (Closes: #128745, #302907).
     Thanks to Steve M. Robbins for the patch, and Vincent Lefevre for the
     test case (GNU MPFR).
   * Corrections to d/copyright (Closes: #829027):
     - Fix URL from which the sources were downloaded
     - Include the name of the original author of libstroke
     - Update common licenses reference GPL -> GPL-2.
   * Add Vcs-* fields.
Checksums-Sha1:
 54dcf1924c8aa2ed97d31385e29d9484cd387e4c 1920 libstroke_0.5.1-8.dsc
 7e28713fc19aaaf66150e426cf22c1593e635427 179748 libstroke_0.5.1-8.debian.tar.xz
Checksums-Sha256:
 5b7b038bfc0b2093cbfe6d95711e82e5e810e53d6b3b3bd67147f378c356c908 1920 libstroke_0.5.1-8.dsc
 cf711c4eaf55a1887dcc87c9740ab59ac6578952ca121cdb91dd54f303bd2be9 179748 libstroke_0.5.1-8.debian.tar.xz
Files:
 aaad86b9744ca8c575e20b5db69589ff 1920 libs optional libstroke_0.5.1-8.dsc
 81a02126a3e0a0d385e6956057244e0b 179748 libs optional libstroke_0.5.1-8.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJXe4LPAAoJEPNPCXROn13Z+kAP/3d7kd3KY5yeC20/cH4Sdg/I
7swKWuXryhBB7RUcQFv1gyLfkjDcCJ1B4n35GRPGihP7TADu7M4wYJ909CX1L4gb
C+HxEu/k2pTcxLj57YMlDhGcscFro4x/2MkT2ofKjeFwutOiusxZr3FOHTRUI8gV
FKh1tIg20p2x9XXO8zXn2C6DSjDyV3rIrVhNIxFu5xeguetH0RjRRp6rpAnJbZ81
SBVtmSpfs6zCWJS+MSjKaT+4fQQdKkGr6AdCUueTUOM+oZb5tG0KOq/iFMq9oOZC
+9KRmaKeyGOEJLZ7tNQJhJZ38xQHI0yQw34rqnpdr94FxRLSj6rmpaVLm1tHKoD2
cpjD1bhsFeQasPSQBRbui+ygPfz9U7i/cXLoSu1w9CoH0RPLzoHsL7eaHoYERumV
UGweNX4rEFqX5BHxGEng4Cbcyl06L6HCR3AI8DVdvrZFyUZGdY44ufLsygQWtJdh
YcDpvOuR1a+EfyqEMgpdGT6JXuIDJUltCSky3y/zhVFpRLAogufDlQyhRnAUuU7H
kn+qoifjNusexZPJFTwBGzEqWbYf0XiLRGH10rrIOGJZO9u8VT1CaKwwgiED5+X8
wQxUIChtO6MIEUnphc1OVkErR8s7NG0TLwKhc5y48MblpIWrgUKyg1IdBK9BU+kC
Wfp9amRK7OYZepUlLUiI
=LdcR
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: