Your message dated Sat, 17 Aug 2013 15:20:15 +0000
with message-id <e1vaiiz-0002iu...@franck.debian.org>
and subject line Bug#710325: fixed in gnulib 20130805+stable-1
has caused the Debian Bug report #710325,
regarding gnulib: please provide new upstream snapshot (>= 2012-12-23)
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 ow...@bugs.debian.org
immediately.)


-- 
710325: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710325
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gettext
Version: 0.18.1.1-10
Severity: normal
File: /usr/share/aclocal/intl.m4
File: /usr/share/aclocal/po.m4
Usertags: autotools

From my configure.ac:

# gettext for internationalisation
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.18])

Whenever I run autoreconf I get this message:

configure.ac:41: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and will 
soon be removed.
configure.ac:41: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro 
instead,
configure.ac:41: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your 
Makefile.am files.

This appears to be caused by po.m4 and intl.m4 from gettext:

$ grep -ri AM_PROG_MKDIR_P m4
m4/po.m4:  AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake
m4/intl.m4:  AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake
$ head -n1 m4/po.m4 m4/intl.m4
==> m4/po.m4 <==
# po.m4 serial 17 (gettext-0.18)

==> m4/intl.m4 <==
# intl.m4 serial 17 (gettext-0.18)
$ dpkg -L gettext | xargs grep AM_PROG_MKDIR_P 2> /dev/null
/usr/share/aclocal/intl.m4:  AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by 
automake
/usr/share/aclocal/po.m4:  AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake

I am using automake 1.12 from experimental:

$ apt-cache policy automake autoconf
automake:
  Installed: 1:1.12.6-2
  Candidate: 1:1.12.6-2
  Version table:
 *** 1:1.12.6-2 0
        550 http://http.debian.net/debian/ experimental/main amd64 Packages
        100 /var/lib/dpkg/status
     1:1.11.6-1 0
        700 http://http.debian.net/debian/ testing/main amd64 Packages
        600 http://http.debian.net/debian/ unstable/main amd64 Packages
autoconf:
  Installed: 2.69-1
  Candidate: 2.69-1
  Version table:
 *** 2.69-1 0
        700 http://http.debian.net/debian/ testing/main amd64 Packages
        600 http://http.debian.net/debian/ unstable/main amd64 Packages
        100 /var/lib/dpkg/status

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'unstable'), (550, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.8-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gettext depends on:
ii  dpkg              1.16.10
ii  gettext-base      0.18.1.1-10
ii  install-info      5.1.dfsg.1-3
ii  libasprintf-dev   0.18.1.1-10
ii  libc6             2.17-3
ii  libcroco3         0.6.6-2
ii  libgettextpo-dev  0.18.1.1-10
ii  libglib2.0-0      2.36.1-2build1
ii  libgomp1          4.8.0-7
ii  libncurses5       5.9+20130504-1
ii  libtinfo5         5.9+20130504-1
ii  libunistring0     0.9.3-5
ii  libxml2           2.8.0+dfsg1-7+nmu1

Versions of packages gettext recommends:
ii  autopoint  0.18.1.1-10
ii  curl       7.30.0-2
ii  wget       1.14-1

Versions of packages gettext suggests:
pn  gettext-doc  <none>

-- 
bye,
pabs

http://wiki.debian.org/PaulWise

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Source: gnulib
Source-Version: 20130805+stable-1

We believe that the bug you reported is fixed in the latest version of
gnulib, 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 710...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ian Beckwith <i...@debian.org> (supplier of updated gnulib 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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Sun, 11 Aug 2013 21:16:48 +0100
Source: gnulib
Binary: gnulib
Architecture: source all
Version: 20130805+stable-1
Distribution: unstable
Urgency: low
Maintainer: Ian Beckwith <i...@debian.org>
Changed-By: Ian Beckwith <i...@debian.org>
Description: 
 gnulib     - GNU Portability Library
Closes: 687986 710325 710330
Changes: 
 gnulib (20130805+stable-1) unstable; urgency=low
 .
   * Resumed making upstream snapshots - sorry about the gap.
   * Packaged upstream stable snapshot (Closes: #687986, #710325).
   * Fix gnulib-tool --version, also show snapshot and debian
     package version (Closes: #710330).
   * Refresh 01-gnulib-directory.patch.
   * Update lintian overrides for magical shebangs.
   * Standards-Version: 3.9.4 (no changes).
   * debian/copyright: refresh, switch to machine-interpretable format.
Checksums-Sha1: 
 758f502862427fe80772797ffcab2cfd3cd47bfa 1270 gnulib_20130805+stable-1.dsc
 bf606e8c5b5e9a0039120719b6602b1053c74a97 5270177 
gnulib_20130805+stable.orig.tar.gz
 e1db731a3261f3ca1141bde43791d07e408e3aba 375081 
gnulib_20130805+stable-1.debian.tar.gz
 1cbe5d06ead36fd095d7e13d373d59423d79f123 4888588 
gnulib_20130805+stable-1_all.deb
Checksums-Sha256: 
 07c85e9d60d2b25fdd27e601498ad612d9e5b3eacad30501341d43a735ea86e5 1270 
gnulib_20130805+stable-1.dsc
 de15c3daefec0ef309b131e229e2e8cf9be1dd9fbb732262caacda039bd56b08 5270177 
gnulib_20130805+stable.orig.tar.gz
 914ed12cde384f62562d6f2a3c7cb505f112ede50d0104c58af78da53f6633b0 375081 
gnulib_20130805+stable-1.debian.tar.gz
 0e88989fa98295a184e94654190561484fcce7c35b560982aa8e77c4ec7d223e 4888588 
gnulib_20130805+stable-1_all.deb
Files: 
 f0f27d3b8b15bfa7ef4bfd7564294208 1270 devel optional 
gnulib_20130805+stable-1.dsc
 335d00790cb6ae38f04d806188f51085 5270177 devel optional 
gnulib_20130805+stable.orig.tar.gz
 45df032646bad721d4b70e7e26883606 375081 devel optional 
gnulib_20130805+stable-1.debian.tar.gz
 794cbf02f0894d1761c48c6fe52eb93d 4888588 devel optional 
gnulib_20130805+stable-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: http://erislabs.net/ianb/key/

iEYEARECAAYFAlIPgEcACgkQQOzBVKi6werP9QCfUe/SoDaUzehDt1ykzCBa3iub
jF4AoLfJpT7r5sqL24Shg0fvTAYdjYvF
=unih
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to